feat: base configuration automation

This commit is contained in:
NaeiKinDus 2023-11-08 00:00:00 +00:00
commit e4770a7343
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
70 changed files with 2489 additions and 0 deletions

9
playbooks/external.yml Normal file
View 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
View file

@ -0,0 +1 @@
---