- name: Setup man.archlinux.org hosts: man.archlinux.org remote_user: root roles: - { role: firewalld } - { role: wireguard } - { role: common } - { role: sshd } - { role: root_ssh } - { role: hardening } - { role: certbot } - { role: nginx } - { role: fail2ban } - { role: prometheus_exporters } - { role: promtail } - { role: postgres } - { role: uwsgi } - { role: archmanweb, archmanweb_version: 'v1.10' }