deploy-base/play.yml

18 lines
439 B
YAML
Raw Normal View History

2019-02-26 03:49:51 +00:00
---
- hosts: all
vars_files:
- ./globals.yaml
2019-02-26 03:49:51 +00:00
roles:
- {role: bootstrap}
2020-01-02 04:01:24 +00:00
- {role: tmp-mount-fix}
2019-02-26 03:49:51 +00:00
- {role: update-packages}
2019-07-07 06:30:57 +00:00
- {role: fedora-upgrade}
2019-02-26 03:49:51 +00:00
- {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}
2019-02-26 03:49:51 +00:00
- {role: zfs}
- {role: sysctl}