Ongoing baseline establishment work

Create provision playbook with modular platform-interop framework
Implement first version of update-system playbook
Implement var organization
Implement basic structure of inventory file
This commit is contained in:
Ethan N. Paul
2018-11-27 01:30:55 -05:00
parent ba4ce45f96
commit 2901a1685d
13 changed files with 242 additions and 124 deletions

View File

@@ -5,6 +5,8 @@ servers:
enable_ssh: True
enable_ssh_password_auth: False
enable_sudo_password: True
enable_networkd: True
generate_keys: False
hosts:
romulus.net.enp.one:
vars:
@@ -31,6 +33,8 @@ vms:
enable_ssh: True
enable_ssh_password_auth: False
enable_sudo_password: False
enable_networkd: True
generate_keys: False
hosts:
vm-host-nginx:
vars:
@@ -64,6 +68,8 @@ workstations:
enable_ssh: False
enable_ssh_password_auth: False
enable_sudo_password: True
enable_networkd: False
generate_keys: False
hosts:
omega:
vars: