system-config/playbooks/base.yaml

12 lines
224 B
YAML

- hosts: "!disabled"
name: "Base: set up common environment on all hosts"
roles:
- base/users
- base/repos
- base/server
- base/timezone
- base/unbound
- base/exim
- base/snmpd
- iptables