Added Frigate and samba share roles
This commit is contained in:
parent
a9c0520bbf
commit
b37884ffd6
10 changed files with 151 additions and 1 deletions
|
|
@ -6,5 +6,5 @@ debian_derivatives:
|
|||
- "Ubuntu"
|
||||
global_dns_servers:
|
||||
- 10.69.2.4
|
||||
- 10.69.9.11
|
||||
- 10.69.10.12
|
||||
# code: language=ansible
|
||||
|
|
|
|||
3
inventory/host_vars/curren.yaml
Normal file
3
inventory/host_vars/curren.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
server_name: curren
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
|
@ -23,6 +23,8 @@ all:
|
|||
ansible_host: 10.69.2.52
|
||||
ida:
|
||||
ansible_host: 10.69.2.53
|
||||
curren:
|
||||
ansible_host: 10.69.10.13
|
||||
children:
|
||||
alpine:
|
||||
hosts:
|
||||
|
|
@ -39,6 +41,7 @@ all:
|
|||
knivi:
|
||||
reir:
|
||||
# trady:
|
||||
curren:
|
||||
docker:
|
||||
hosts:
|
||||
adguard:
|
||||
|
|
@ -47,6 +50,7 @@ all:
|
|||
# trady:
|
||||
stephanie:
|
||||
nemetona:
|
||||
curren:
|
||||
unifi_controller:
|
||||
hosts:
|
||||
# pump:
|
||||
|
|
@ -69,3 +73,6 @@ all:
|
|||
arr:
|
||||
hosts:
|
||||
nemetona:
|
||||
frigate:
|
||||
hosts:
|
||||
curren:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue