mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-12 21:32:48 +01:00
This commit is contained in:
@@ -46,6 +46,18 @@ datacenter:
|
||||
ansible_python_interpreter: /share/ZFS530_DATA/.qpkg/QPython312/bin/python3
|
||||
vms:
|
||||
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:
|
||||
hosts:
|
||||
debian13-vm0[1:9].home.lan:
|
||||
|
||||
@@ -198,4 +198,11 @@ datacenter:
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
ansible_ssh_user: jd
|
||||
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"
|
||||
params:
|
||||
name: "{{ clustename }}"
|
||||
failover_delay: "5m"
|
||||
failover_delay: "1m"
|
||||
min_online: 1
|
||||
id: 1
|
||||
headers:
|
||||
|
||||
Reference in New Issue
Block a user