๐Ÿ“— Ansible playbooks and roles for building an idempotent, interconnected and scalable infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
ansible-playbooks/hosts.template

35 lines
728 B

all:
children:
containers:
hosts:
ansible:
ansible_host: 10.0.0.3
ansible_ssh_private_key_file: /etc/ansible/keys/ansible
host_password: ---
container_id: 100
container_network: srv
database: {user: 'test', name: 'test', pass: 'test'}
nodes:
hosts:
node1:
ansible_host: 10.0.0.2
host_password: ---
ansible_ssh_extra_args: -o StrictHostKeyChecking=no
external_ipv4: 1.1.1.1
primary_role: proxmox
windows:
children:
workstations:
infra:
vars:
ansible_group_priority: 1000
children:
containers:
nodes:
windows: