playbook - disable docker role by default, to be replaced

This commit is contained in:
Josh Lay 2020-04-17 21:01:27 -05:00
parent ad4c73a3b0
commit c64e78b724

View file

@ -11,7 +11,7 @@
- {role: install-packages}
- {role: create-user}
- {role: hardening}
- {role: docker}
# - {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}