mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 12:38:11 +00:00
upt playbook
This commit is contained in:
parent
2e536a85bd
commit
6a8b0336f4
10
hosts
10
hosts
@ -58,12 +58,12 @@ ansible_user=jd
|
||||
ansible_password=lacijaydee
|
||||
|
||||
[odroid]
|
||||
192.168.77.161
|
||||
192.168.77.131
|
||||
[odroid2]
|
||||
192.168.77.162
|
||||
192.168.77.163
|
||||
192.168.77.164
|
||||
192.168.77.165
|
||||
192.168.77.132
|
||||
192.168.77.133
|
||||
192.168.77.134
|
||||
192.168.77.135
|
||||
|
||||
[od:children]
|
||||
odroid
|
||||
|
@ -5,12 +5,12 @@ datacenter:
|
||||
children:
|
||||
odroid_master:
|
||||
hosts:
|
||||
192.168.77.161:
|
||||
192.168.77.131:
|
||||
vars:
|
||||
testVar: 999
|
||||
odroid_worker:
|
||||
hosts:
|
||||
192.168.77.16[2:5]:
|
||||
192.168.77.13[2:5]:
|
||||
|
||||
vars:
|
||||
ansible_ssh_user: jd
|
||||
|
@ -1,4 +1,4 @@
|
||||
- hosts: morefine
|
||||
- hosts: odroid_cluster
|
||||
name: Apt udate
|
||||
become: true
|
||||
tasks:
|
||||
|
Loading…
x
Reference in New Issue
Block a user