Popravljene spremenljivke za linux install
This commit is contained in:
parent
c876181b17
commit
fa0f568382
10
hosts
10
hosts
|
@ -1,6 +1,10 @@
|
||||||
all:
|
all:
|
||||||
children:
|
children:
|
||||||
classroom:
|
winclassroom:
|
||||||
hosts:
|
hosts:
|
||||||
prototip:
|
ucilnice-krototip:
|
||||||
ansible_host: 10.32.231.3
|
ansible_host: 10.32.230.66
|
||||||
|
linclassroom:
|
||||||
|
hosts:
|
||||||
|
ucilnice-prototip:
|
||||||
|
ansible_host: 10.32.230.66
|
||||||
|
|
9
linsetup.yml
Normal file
9
linsetup.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
- hosts: ucilnice-prototip
|
||||||
|
become_method: sudo
|
||||||
|
become: true
|
||||||
|
vars:
|
||||||
|
ansible_port: 1001
|
||||||
|
ansible_become_pass: '{{ lookup("env", "ANSIBLE_PASSWORD") }}'
|
||||||
|
ansible_password: '{{ lookup("env", "ANSIBLE_PASSWORD") }}'
|
||||||
|
roles:
|
||||||
|
- linroom
|
Loading…
Reference in a new issue