first commit
This commit is contained in:
10
inventory/hosts.yml
Normal file
10
inventory/hosts.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
all:
|
||||
hosts:
|
||||
localhost:
|
||||
ansible_connection: local
|
||||
ansible_python_interpreter: "{{ ansible_playbook_python }}"
|
||||
children:
|
||||
proxmox:
|
||||
hosts:
|
||||
localhost:
|
||||
Reference in New Issue
Block a user