2025-12-23 19:17:16 +08:00

22 lines
501 B
YAML

---
- name: Create Agent NGINX Hosts Directory
become: yes
become_user: frappe
file:
path: /home/frappe/agent/nginx/hosts
state: directory
- name: Create Agent NGINX Upstream Directory
become: yes
become_user: frappe
file:
path: /home/frappe/agent/nginx/upstreams
state: directory
- name: Setup Agent Standalone
become: yes
become_user: frappe
command: '/home/frappe/agent/env/bin/agent setup standalone --domain {{ domain }}'
args:
chdir: /home/frappe/agent