6 lines
186 B
YAML

---
- name: Setup Monitoring Authentication
become: yes
become_user: frappe
command: "htpasswd -Bbc /home/jingrow/agent/nginx/monitoring.htpasswd frappe {{ monitoring_password }}"