Updated Inventory
This commit is contained in:
+9
-9
@@ -1,5 +1,5 @@
|
|||||||
all:
|
all:
|
||||||
machines:
|
children:
|
||||||
BareMetal:
|
BareMetal:
|
||||||
hosts:
|
hosts:
|
||||||
host1:
|
host1:
|
||||||
@@ -10,14 +10,14 @@ all:
|
|||||||
# ansible_host: <ip>
|
# ansible_host: <ip>
|
||||||
# ansible_user: <user>
|
# ansible_user: <user>
|
||||||
# ansible_ssh_private_key_file: ~/.ssh/<private key>
|
# ansible_ssh_private_key_file: ~/.ssh/<private key>
|
||||||
Docker:
|
# Docker:
|
||||||
hosts:
|
# hosts:
|
||||||
host1:
|
# host1:
|
||||||
ansible_host: 192.168.1.79
|
# ansible_host: 192.168.1.79
|
||||||
ansible_user: jeet
|
# ansible_user: jeet
|
||||||
ansible_ssh_private_key_file: ~/.ssh/id_ed25519
|
# ansible_ssh_private_key_file: ~/.ssh/id_ed25519
|
||||||
compose_file_paths:
|
# compose_file_paths:
|
||||||
- /path/to/docker-compose.yml
|
# - /path/to/docker-compose.yml
|
||||||
# host2:
|
# host2:
|
||||||
# ansible_host: <ip>
|
# ansible_host: <ip>
|
||||||
# ansible_user: <user>
|
# ansible_user: <user>
|
||||||
|
|||||||
Reference in New Issue
Block a user