mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 05:42:46 +01:00
This commit is contained in:
@@ -46,6 +46,18 @@ datacenter:
|
|||||||
ansible_python_interpreter: /share/ZFS530_DATA/.qpkg/QPython312/bin/python3
|
ansible_python_interpreter: /share/ZFS530_DATA/.qpkg/QPython312/bin/python3
|
||||||
vms:
|
vms:
|
||||||
children:
|
children:
|
||||||
|
alma10:
|
||||||
|
hosts:
|
||||||
|
alma10-vm0[1:9].home.lan:
|
||||||
|
# debian13-vm[10:27].home.lan:
|
||||||
|
vars:
|
||||||
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
|
ansible_ssh_user: jd
|
||||||
|
ansible_ssh_password: q
|
||||||
|
# ansible_become_method: su
|
||||||
|
ansible_become_password: q
|
||||||
|
ansible_ssh_pass: q
|
||||||
|
ansible_become_user: root
|
||||||
debian13:
|
debian13:
|
||||||
hosts:
|
hosts:
|
||||||
debian13-vm0[1:9].home.lan:
|
debian13-vm0[1:9].home.lan:
|
||||||
|
|||||||
@@ -198,4 +198,11 @@ datacenter:
|
|||||||
ansible_python_interpreter: /usr/bin/python3
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
ansible_ssh_user: jd
|
ansible_ssh_user: jd
|
||||||
ansible_ssh_private_key_file: ssh_key.pem
|
ansible_ssh_private_key_file: ssh_key.pem
|
||||||
|
alma10:
|
||||||
|
hosts:
|
||||||
|
alma10-vm0[1:9].home.lan:
|
||||||
|
# debian13-vm[10:27].home.lan:
|
||||||
|
vars:
|
||||||
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
|
ansible_ssh_user: jd
|
||||||
|
ansible_ssh_private_key_file: ssh_key.pem
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
method: "proxygroup.create"
|
method: "proxygroup.create"
|
||||||
params:
|
params:
|
||||||
name: "{{ clustename }}"
|
name: "{{ clustename }}"
|
||||||
failover_delay: "5m"
|
failover_delay: "1m"
|
||||||
min_online: 1
|
min_online: 1
|
||||||
id: 1
|
id: 1
|
||||||
headers:
|
headers:
|
||||||
|
|||||||
Reference in New Issue
Block a user