Initial commit erasing history
This commit is contained in:
parent
e04f86fd9a
commit
7d8751ffe8
712 changed files with 7348 additions and 0 deletions
10
linsetup.yml
Normal file
10
linsetup.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
- 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") }}'
|
||||
ansible_connection: 'ssh'
|
||||
roles:
|
||||
- all_classes
|
Loading…
Add table
Add a link
Reference in a new issue