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:
6
omni.yml
6
omni.yml
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user