Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
man.archlinux.org.yml 471 B
- 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.14' }