diff options
| author | Roman Ilin <me@romanilin.is> | 2026-06-15 12:59:09 +0300 |
|---|---|---|
| committer | Roman Ilin <me@romanilin.is> | 2026-06-15 22:04:41 +0300 |
| commit | 5e4bf1268c266e63d0e92e845ad910a2103b86ff (patch) | |
| tree | 532c01a9658a05048ef1ba76d4f30fca84005643 /inventory.yaml | |
| download | infrastructure-5e4bf1268c266e63d0e92e845ad910a2103b86ff.tar.gz | |
Diffstat (limited to 'inventory.yaml')
| -rw-r--r-- | inventory.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/inventory.yaml b/inventory.yaml new file mode 100644 index 0000000..f1bf383 --- /dev/null +++ b/inventory.yaml @@ -0,0 +1,18 @@ +all: + children: + metal_servers: + hosts: + host: + ansible_connection: local + containers: + vars: + ansible_connection: local + ansible_become_method: community.general.machinectl + ansible_become_user: root + children: + mail_servers: + hosts: + mail: + git_servers: + hosts: + git: |