Files
2026-05-20 18:52:35 +02:00

30 lines
739 B
Plaintext

# Ansible inventory file in YAML format ready for Ansible and AWX
all:
ansible_python_interpreter: /usr/bin/python3.12
database:
hosts:
db_01:
ansible_host: 192.168.11.20
ansible_connection: ssh
ansible_user: vagrant
ansible_ssh_password: vagrant
loadbalancer:
hosts:
lb_01:
ansible_host: 192.168.11.30
ansible_connection: ssh
ansible_user: vagrant
ansible_ssh_password: vagrant
webserver:
hosts:
ws_01:
ansible_host: 192.168.11.40
ansible_connection: ssh
ansible_user: vagrant
ansible_ssh_password: vagrant
ws_02:
ansible_host: 192.168.11.50
ansible_connection: ssh
ansible_user: vagrant
ansible_ssh_password: vagrant