mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
upt playbook
This commit is contained in:
parent
fe8c757fa5
commit
cbf8a396f7
18
hosts.yml
18
hosts.yml
@ -24,13 +24,7 @@ datacenter:
|
|||||||
192.168.77.12:
|
192.168.77.12:
|
||||||
vars:
|
vars:
|
||||||
ansible_python_interpreter: auto_silent
|
ansible_python_interpreter: auto_silent
|
||||||
nas:
|
|
||||||
hosts:
|
|
||||||
192.168.77.106:
|
|
||||||
vars:
|
|
||||||
ansible_user: admin
|
|
||||||
ansible_pass: l4c1j4yd33Du5lo
|
|
||||||
ansible_python_interpreter: /share/ZFS530_DATA/.qpkg/QPython39/bin/python3
|
|
||||||
omv:
|
omv:
|
||||||
hosts:
|
hosts:
|
||||||
192.168.77.189:
|
192.168.77.189:
|
||||||
@ -55,6 +49,9 @@ datacenter:
|
|||||||
ansible_port: 5985
|
ansible_port: 5985
|
||||||
ansible_winrm_server_cert_validation: ignore
|
ansible_winrm_server_cert_validation: ignore
|
||||||
ansible_winrm_kerberos_delegation: true
|
ansible_winrm_kerberos_delegation: true
|
||||||
|
children:
|
||||||
|
containers:
|
||||||
|
children:
|
||||||
router:
|
router:
|
||||||
hosts:
|
hosts:
|
||||||
192.168.77.1
|
192.168.77.1
|
||||||
@ -63,3 +60,10 @@ datacenter:
|
|||||||
raspberry:
|
raspberry:
|
||||||
hosts:
|
hosts:
|
||||||
192.168.77.246
|
192.168.77.246
|
||||||
|
nas:
|
||||||
|
hosts:
|
||||||
|
192.168.77.106:
|
||||||
|
vars:
|
||||||
|
ansible_user: admin
|
||||||
|
ansible_pass: l4c1j4yd33Du5lo
|
||||||
|
ansible_python_interpreter: /share/ZFS530_DATA/.qpkg/QPython39/bin/python3
|
@ -1,4 +1,4 @@
|
|||||||
- hosts: nas
|
- hosts: datacenter
|
||||||
name: Stop mailu
|
name: Stop mailu
|
||||||
tasks:
|
tasks:
|
||||||
- name: Stop HA
|
- name: Stop HA
|
||||||
|
Loading…
x
Reference in New Issue
Block a user