Adding some stuff for church
This commit is contained in:
parent
59cd39f5d6
commit
c2e77c780d
12
inventories/church.yml
Normal file
12
inventories/church.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
all:
|
||||||
|
hosts:
|
||||||
|
vestrytv:
|
||||||
|
ansible_host: "192.168.1.200"
|
||||||
|
connection: "local"
|
||||||
|
sanctuarytvs:
|
||||||
|
ansible_host: "192.168.1.201"
|
||||||
|
children:
|
||||||
|
docker_nodes:
|
||||||
|
hosts:
|
||||||
|
vestrytv:
|
@ -24,6 +24,8 @@
|
|||||||
group: root
|
group: root
|
||||||
mode: "0750"
|
mode: "0750"
|
||||||
lv: "{{ docker_lv_name }}"
|
lv: "{{ docker_lv_name }}"
|
||||||
|
tags:
|
||||||
|
- "make_mount"
|
||||||
|
|
||||||
- name: Add repo with config-manager
|
- name: Add repo with config-manager
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
|
Loading…
Reference in New Issue
Block a user