adc/ansible/inventory/hosts.yml
josiah ece64af0ed Test mattermost.
- Add new DO records
- Create TF for provisioning mm virtual machine inside bikeshed
- write basic ansible play for deploying single node chat cluster.
2024-05-26 15:47:32 -05:00

54 lines
1.4 KiB
YAML

all:
children:
dockerhosts:
hosts:
awful-1.awful.club:
ansible_python_interpreter: python3
home:
hosts:
hatchery.home.jowj.net:
larva.home.jowj.net:
lair:
ansible_host: 192.168.1.120
appliances:
hosts:
storage.home.jowj.net:
cloudkey.home.jowj.net:
dev:
hosts:
localhost:
ansible_connection: local
highsea:
hosts:
highsea.home.jowj.net:
ansible_python_interpreter: /usr/bin/python3
ansible_user: alice
testchat:
hosts:
testchat01:
ansible_host: 192.168.1.224
ansible_python_interpreter: /usr/bin/python3
ansible_user: alice
services:
hosts:
lair:
ansible_python_interpreter: /usr/bin/python3
syslog:
hosts:
larva.home.jowj.net:
ansible_python_interpreter: /usr/bin/python3
halo:
hosts:
halo.awful.club:
ansible_python_interpreter: python3
bikeshed:
hosts:
seraph:
ansible_python_interpreter: /usr/bin/python3
demiurge:
ansible_python_interpreter: /usr/bin/python3
exgod:
ansible_python_interpreter: /usr/bin/python3
vars:
ansible_user: root