ansiiiible
This commit is contained in:
parent
85d0217436
commit
a8aa633c49
12 changed files with 314 additions and 0 deletions
7
ansible/inventory/hosts.yml
Normal file
7
ansible/inventory/hosts.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
all:
|
||||
children:
|
||||
proxmox:
|
||||
hosts:
|
||||
proxmox-01:
|
||||
ansible_host: 192.168.1.205 # Replace with your Proxmox host IP/hostname
|
||||
Loading…
Add table
Add a link
Reference in a new issue