This repository has been archived on 2021-04-04. You can view files and clone it, but cannot push or open issues/pull-requests.
ansible-server/playbook.yml

16 lines
267 B
YAML

---
- hosts: servers
any_errors_fatal: yes
roles:
- role: base
- role: dnsmasq
- role: docker
- role: grub
- role: initramfs
- role: postfix
- role: python
- role: sshd
- role: unattended-upgrades
- role: wireguard
vars: