infralab/ansible/nginx.yml
2025-05-21 00:44:02 +04:00

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