Add lair host.

pms-docker
josiah 5 months ago
parent b4edd7550e
commit b268a75a20

@ -8,6 +8,8 @@ all:
hosts: hosts:
hatchery.home.jowj.net: hatchery.home.jowj.net:
larva.home.jowj.net: larva.home.jowj.net:
lair:
ansible_host: 192.168.1.120
appliances: appliances:
hosts: hosts:
storage.home.jowj.net: storage.home.jowj.net:
@ -16,9 +18,13 @@ all:
hosts: hosts:
localhost: localhost:
ansible_connection: local ansible_connection: local
mediaserver: # mediaserver:
# hosts:
# hatchery:
# ansible_python_interpreter: /usr/bin/python3
services:
hosts: hosts:
hatchery: lair:
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
syslog: syslog:
hosts: hosts:

Loading…
Cancel
Save