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