Hosts fixes
This commit is contained in:
parent
e9084cc0f8
commit
a9c0520bbf
3 changed files with 14 additions and 9 deletions
|
|
@ -63,3 +63,7 @@ truenas.local.cobb.lgbt {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
termix.local.cobb.lgbt {
|
||||||
|
reverse_proxy 10.69.2.52:8082
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
- name: Create users
|
- name: Create users
|
||||||
ansible.builtin.include_tasks: users.yaml
|
ansible.builtin.include_tasks: users.yaml
|
||||||
loop:
|
loop:
|
||||||
|
- adhdgirl
|
||||||
- annika
|
- annika
|
||||||
- moosetheory
|
- moosetheory
|
||||||
loop_control:
|
loop_control:
|
||||||
|
|
|
||||||
|
|
@ -4,17 +4,17 @@ all:
|
||||||
adguard:
|
adguard:
|
||||||
ansible_host: 10.69.2.4
|
ansible_host: 10.69.2.4
|
||||||
adguardpi:
|
adguardpi:
|
||||||
ansible_host: 10.69.9.12
|
ansible_host: 10.69.10.12
|
||||||
# maxim:
|
# maxim:
|
||||||
# ansible_host: 10.69.10.50
|
# ansible_host: 10.69.10.50
|
||||||
# pump:
|
# pump:
|
||||||
# ansible_host: 10.69.10.51
|
# ansible_host: 10.69.10.51
|
||||||
# fifi:
|
fifi:
|
||||||
# ansible_host: 10.69.10.52
|
ansible_host: 10.69.10.53
|
||||||
# knivi:
|
knivi:
|
||||||
# ansible_host: 10.69.1.50
|
ansible_host: 10.69.10.51
|
||||||
reir:
|
reir:
|
||||||
ansible_host: 10.69.9.11
|
ansible_host: 10.69.10.11
|
||||||
trady:
|
trady:
|
||||||
ansible_host: 10.69.2.11
|
ansible_host: 10.69.2.11
|
||||||
stephanie:
|
stephanie:
|
||||||
|
|
@ -34,9 +34,9 @@ all:
|
||||||
hosts:
|
hosts:
|
||||||
adguardpi:
|
adguardpi:
|
||||||
# maxim:
|
# maxim:
|
||||||
# pump:
|
pump:
|
||||||
# fifi:
|
fifi:
|
||||||
# knivi:
|
knivi:
|
||||||
reir:
|
reir:
|
||||||
# trady:
|
# trady:
|
||||||
docker:
|
docker:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue