# BareMetal: # hosts: # host1: # ansible_host: 192.168.1.79 # ansible_user: jeet # ansible_ssh_private_key_file: ~/.ssh/id_ed25519 # host2: # ansible_host: # ansible_user: # ansible_ssh_private_key_file: ~/.ssh/ 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: # ansible_user: # ansible_ssh_private_key_file: ~/.ssh/ # 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: # ansible_user: # ansible_ssh_private_key_file: ~/.ssh/ # 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: