feat: base configuration automation
This commit is contained in:
commit
e4770a7343
70 changed files with 2489 additions and 0 deletions
0
inventory/group_vars/.gitkeep
Normal file
0
inventory/group_vars/.gitkeep
Normal file
2
inventory/group_vars/all.yml
Normal file
2
inventory/group_vars/all.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
custom_base_user_account: '{{ vault_custom_base_user_account }}'
|
||||
custom_github_token: '{{ vault_custom_github_token }}'
|
0
inventory/host_vars/.gitkeep
Normal file
0
inventory/host_vars/.gitkeep
Normal file
2
inventory/inventory.yml.dist
Normal file
2
inventory/inventory.yml.dist
Normal file
|
@ -0,0 +1,2 @@
|
|||
all:
|
||||
hosts:
|
2
inventory/vault.yml.dist
Normal file
2
inventory/vault.yml.dist
Normal file
|
@ -0,0 +1,2 @@
|
|||
vault_custom_base_user_account:
|
||||
vault_custom_github_token:
|
Loading…
Add table
Add a link
Reference in a new issue