mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-08 21:27:36 +02:00
build
This commit is contained in:
@@ -82,6 +82,18 @@ datacenter:
|
|||||||
ansible_become_password: q
|
ansible_become_password: q
|
||||||
ansible_ssh_pass: q
|
ansible_ssh_pass: q
|
||||||
ansible_become_user: root
|
ansible_become_user: root
|
||||||
|
debian11:
|
||||||
|
hosts:
|
||||||
|
debian11-vm0[1:5].home.lan:
|
||||||
|
vars:
|
||||||
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
|
ansible_ssh_common_args: "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
|
||||||
|
ansible_ssh_user: jd
|
||||||
|
ansible_ssh_password: q
|
||||||
|
ansible_become_method: sudo
|
||||||
|
ansible_become_password: q
|
||||||
|
ansible_ssh_pass: q
|
||||||
|
ansible_become_user: root
|
||||||
rocky9:
|
rocky9:
|
||||||
hosts:
|
hosts:
|
||||||
rocky9-vm0[1:5].home.lan:
|
rocky9-vm0[1:5].home.lan:
|
||||||
|
|||||||
Reference in New Issue
Block a user