mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
ansible-lint 6.5.0 complains about: name: All names should start with an uppercase letter. (name[casing])
20 lines
544 B
YAML
20 lines
544 B
YAML
- name: Setup bugs.archlinux.org
|
|
hosts: bugs.archlinux.org
|
|
remote_user: root
|
|
roles:
|
|
- { role: common }
|
|
- { role: sshd }
|
|
- { role: root_ssh }
|
|
- { role: certbot }
|
|
- { role: nginx }
|
|
- { role: mariadb }
|
|
- { role: sudo }
|
|
- { role: php7_fpm, php_extensions: ['mysqli'], zend_extensions: ['opcache'] }
|
|
- { role: flyspray }
|
|
- { role: borg_client, tags: ["borg"] }
|
|
- { role: postfix_null }
|
|
- { role: fail2ban }
|
|
- { role: prometheus_exporters }
|
|
- { role: promtail }
|
|
- { role: wireguard }
|