You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-base/playbook_general_deploy.yml

14 lines
256 B
YAML

---
- hosts: all
roles:
- auto_reboot
- auto_upgrade
- sysctl_customizations
- client_ntp
- client_resolvers
- client_tools
- role: users_sudo
when: "'mail_server' not in group_names"
- client_iptables
- postfix