Restructure inventory for updated deployment schemas
This commit is contained in:
parent
88247b4011
commit
8f965c3e2b
@ -1,8 +1,7 @@
|
||||
[defaults]
|
||||
host_key_checking = true
|
||||
collections_path = .ansible
|
||||
inventory = inventory.yaml
|
||||
ask_vault_pass = true
|
||||
inventory = inventory/
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = "-o ControlMaster=auto -o ControlPersist=60s"
|
||||
|
4
inventory/group_vars/all.yaml
Normal file
4
inventory/group_vars/all.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
skylab_mgmt_keys:
|
||||
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP5TGKururOa1Y+cbv8AWXYI5zhfZCDV0fsBG+33IYUc enpaul@ansible.voyager
|
||||
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBf7i/8hSJDYnoD95noCJJVtSxxCp9N5EmnshALufiwm enpaul@ansible.opportunity
|
Reference in New Issue
Block a user