remove globals.yaml, move vars to role defaults
This commit is contained in:
parent
fad0a40eff
commit
f07a44a73c
7 changed files with 17 additions and 21 deletions
5
play.yml
5
play.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue