add initial base_packages role; formatting fix for roles/etc_hosts/defaults/main.yml

This commit is contained in:
Chris Hammer
2022-03-15 01:20:45 -04:00
parent d9e386f5a5
commit 03e505837d
17 changed files with 318 additions and 0 deletions

View File

@ -11,3 +11,6 @@ __etc_hosts_file : /etc/hosts
__etc_hosts_file_docker : /etc/hosts.docker
__etc_hosts_version : 1.0.0
__etc_hosts_revision : 22314
...