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
c75801b0f9
commit
d64798ad4a
10
hosts.yml
10
hosts.yml
@ -11,16 +11,18 @@ datacenter:
|
|||||||
odroid_worker:
|
odroid_worker:
|
||||||
hosts:
|
hosts:
|
||||||
192.168.77.13[2:5]:
|
192.168.77.13[2:5]:
|
||||||
localhost1:
|
|
||||||
hosts:
|
|
||||||
localhost
|
|
||||||
vars:
|
vars:
|
||||||
ansible_ssh_user: jd
|
ansible_ssh_user: jd
|
||||||
ansible_ssh_pass: lacijaydee
|
ansible_ssh_pass: lacijaydee
|
||||||
ansible_become_password: lacijaydee
|
ansible_become_password: lacijaydee
|
||||||
ssh_args: "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
|
ssh_args: "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
|
||||||
ansible_ssh_common_args: "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
|
ansible_ssh_common_args: "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
|
||||||
|
localhost1:
|
||||||
|
hosts:
|
||||||
|
localhost
|
||||||
|
vars:
|
||||||
|
ansible_user: root
|
||||||
morefine:
|
morefine:
|
||||||
hosts:
|
hosts:
|
||||||
192.168.77.12:
|
192.168.77.12:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user