11 lines
265 B
YAML
11 lines
265 B
YAML
---
|
|
# if there is only password auth set on a server then run the following
|
|
# ansible-playbook -i hosts nas.yml --diff -Kk
|
|
- hosts: nas
|
|
become: true
|
|
vars_files:
|
|
- /Users/o.vodianov/Documents/home.lab.local/vars.yml
|
|
roles:
|
|
- nas
|
|
- sudoers
|
|
- ssh |