1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-28 16:26:04 +02:00
infrastructure/playbooks/all-hosts-basic.yml
Kristian Klausen 7da1e273fc Cleanup tools
Fix #392
2021-10-02 14:45:02 +02:00

16 lines
450 B
YAML

---
- name: basic setup for all hosts
hosts: all,!hetzner_storageboxes,!rsync_net
remote_user: root
roles:
- { role: common }
- { role: firewalld }
- { role: wireguard }
# reconfiguring sshd may break the AUR on luna (unchecked)
# - { role: sshd, tags: ['sshd'] }
- { role: root_ssh }
- { role: borg_client, tags: ["borg"], when: "'borg_clients' in group_names" }
- { role: hardening }
- { role: fail2ban }