Update Inventory

This commit is contained in:
madereddy
2023-12-14 13:27:39 -05:00
parent c61b3c6ef3
commit 2d079918d4
+15 -1
View File
@@ -13,6 +13,20 @@ all:
Docker:
hosts:
test-host:
ansible_host: 192.168.1.218
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>
# compose_file_paths:
# - /path/to/docker-compose.yml
# - /path/to/docker-compose.yml
# - /path/to/docker-compose.yml
Prod:
hosts:
OCI-Uptime-Kuma:
ansible_host: oracle.madereddy.com
ansible_user: ubuntu
ansible_ssh_private_key_file: ~/.ssh/id_ed25519
@@ -23,4 +37,4 @@ all:
# compose_file_paths:
# - /path/to/docker-compose.yml
# - /path/to/docker-compose.yml
# - /path/to/docker-compose.yml
# - /path/to/docker-compose.yml