feat: base configuration automation
This commit is contained in:
commit
e4770a7343
70 changed files with 2489 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
.idea
|
||||
.*~
|
||||
venv
|
||||
.task
|
||||
collections/ansible_collections/*/*/tests/*
|
||||
collections/ansible_collections/*/*/logs/*
|
||||
!collections/ansible_collections/*/*/tests/config.yml
|
||||
vault.yml
|
||||
inventory/inventory.yml
|
||||
inventory/host_vars/*
|
||||
!.gitkeep
|
Loading…
Add table
Add a link
Reference in a new issue