Files
OCI_Build/inventory.yml
T
2024-12-09 16:33:22 +00:00

86 lines
1.9 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
# 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: