7 lines
183 B
YAML
7 lines
183 B
YAML
---
|
|
# if there is only password auth set on a server then run the following
|
|
# ansible-playbook -i hosts -l <host> nginx.yml --diff
|
|
- hosts: homelab
|
|
become: true
|
|
roles:
|
|
- nginx |