diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:32 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:32 +0200 |
| commit | b47dfa7b43434cdd8836bf30d549af77ac4b5287 (patch) | |
| tree | f3dc007ecd943addeb3c2488ab08056eac360068 /inventory/hosts.yml | |
| parent | 75b3aaf26bd67d75a6aeb5e6331ff896482acfef (diff) | |
Add host_vars example and encrypted configs
Diffstat (limited to 'inventory/hosts.yml')
| -rw-r--r-- | inventory/hosts.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/inventory/hosts.yml b/inventory/hosts.yml new file mode 100644 index 0000000..77bf618 --- /dev/null +++ b/inventory/hosts.yml @@ -0,0 +1,10 @@ +--- +live_environments: + vars: + ansible_connection: ssh + ansible_ssh_common_args: "-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" + hosts: + archiso.local: + ansible_user: root + ubuntuiso.local: + ansible_user: ubuntu |
