remove globals.yaml, move vars to role defaults

This commit is contained in:
Josh Lay 2020-04-18 23:26:48 -05:00
parent fad0a40eff
commit f07a44a73c
7 changed files with 17 additions and 21 deletions

View file

@ -1,14 +1,11 @@
---
- hosts: all
vars_files:
- ./globals.yaml
roles:
- {role: bootstrap}
- {role: tmp-mount-fix}
- {role: install-packages}
- {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