deploy-base/play.yml

17 lines
439 B
YAML

---
- hosts: all
vars_files:
- ./globals.yaml
roles:
- {role: bootstrap}
- {role: tmp-mount-fix}
- {role: update-packages}
- {role: fedora-upgrade}
- {role: install-packages}
- {role: create-user}
- {role: hardening}
# - {role: docker} # TODO: replace me with a generic container role, podman on EL based distros - Docker on Debian/Ubuntu
- {role: tuned}
- {role: zfs}
- {role: sysctl}