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
34
hosts.yml
34
hosts.yml
@ -24,13 +24,7 @@ datacenter:
|
||||
192.168.77.12:
|
||||
vars:
|
||||
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:
|
||||
hosts:
|
||||
192.168.77.189:
|
||||
@ -55,11 +49,21 @@ datacenter:
|
||||
ansible_port: 5985
|
||||
ansible_winrm_server_cert_validation: ignore
|
||||
ansible_winrm_kerberos_delegation: true
|
||||
router:
|
||||
hosts:
|
||||
192.168.77.1
|
||||
vars:
|
||||
ansible_python_interpreter: /opt/bin/python
|
||||
raspberry:
|
||||
hosts:
|
||||
192.168.77.246
|
||||
children:
|
||||
containers:
|
||||
children:
|
||||
router:
|
||||
hosts:
|
||||
192.168.77.1
|
||||
vars:
|
||||
ansible_python_interpreter: /opt/bin/python
|
||||
raspberry:
|
||||
hosts:
|
||||
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
|
||||
tasks:
|
||||
- name: Stop HA
|
||||
|
Loading…
x
Reference in New Issue
Block a user