diff options
author | heqnx <root@heqnx.com> | 2025-06-22 20:19:31 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-06-22 20:19:31 +0300 |
commit | a6ec8f8947e1d6e56d1c0af6b67af2e7468ef98f (patch) | |
tree | 9648fbb43104e577379374088c9e6975d06dbc6b /inventory.yaml.example | |
parent | 64a84a53c783665b7ff1aa20e4cb370001fb8162 (diff) | |
download | ansible-pve-host-a6ec8f8947e1d6e56d1c0af6b67af2e7468ef98f.tar.gz ansible-pve-host-a6ec8f8947e1d6e56d1c0af6b67af2e7468ef98f.zip |
initial commit on working deployment
Diffstat (limited to 'inventory.yaml.example')
-rw-r--r-- | inventory.yaml.example | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/inventory.yaml.example b/inventory.yaml.example new file mode 100644 index 0000000..6f27497 --- /dev/null +++ b/inventory.yaml.example @@ -0,0 +1,13 @@ +all: + hosts: + server01: + ansible_host: 10.11.12.13 + ansible_user: root + ansible_ssh_private_key_file: id_rsa + hostname: proxmox-ve-test + nat_subnet: 10.10.10.0/24 + nat_bridge_ip: 10.10.10.1 + children: + servers: + hosts: + server01: {} |