Files
OCI_Build/inventory.yml
T
jeet 01c987c968 Update Inventory
Remove PI from list
2025-02-04 19:00:41 +00:00

90 lines
2.0 KiB
YAML

# 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>
DR:
hosts:
OCI-VaultWarden-Backup:
ansible_host: 129.158.233.15
ansible_user: ubuntu
ansible_ssh_private_key_file: ~/.ssh/id_ed25519
Pi:
hosts:
# Pi4:
# ansible_host: 192.168.1.53
# ansible_user: root
# 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-VaultWarden:
ansible_host: oracle.madereddy.com
ansible_user: ubuntu
ansible_ssh_private_key_file: ~/.ssh/id_ed25519
NonProd:
#hosts:
# OCI-VaultWarden:
# ansible_host: oracle.madereddy.com
# ansible_user: ubuntu
# ansible_ssh_private_key_file: ~/.ssh/id_ed25519
AnsibleHost:
hosts:
Ansible:
ansible_connection: local
Plex:
hosts:
# PlexCPU:
# ansible_host: 192.168.1.152
# ansible_user: ubuntu
# ansible_ssh_private_key_file: ~/.ssh/id_ed25519
Venus:
ansible_host: 192.168.1.132
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
all:
children:
DR:
NonProd:
AnsibleHost:
Pi:
Prod:
Plex:
Docker:
children:
Plex:
Prod:
Pi:
DR:
NonProd:
OCI:
children:
Prod:
DR: