feat: base configuration automation
This commit is contained in:
commit
e4770a7343
70 changed files with 2489 additions and 0 deletions
9
playbooks/external.yml
Normal file
9
playbooks/external.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: setup external infrastructure
|
||||
hosts: external
|
||||
gather_facts: false
|
||||
vars_files: ../inventory/vault.yml
|
||||
tasks:
|
||||
- include_vars: ../inventory/vault.yml
|
||||
|
||||
- ansible.builtin.import_playbook: nullified.infrastructure.server
|
1
playbooks/internal.yml
Normal file
1
playbooks/internal.yml
Normal file
|
@ -0,0 +1 @@
|
|||
---
|
Loading…
Add table
Add a link
Reference in a new issue