0
0
opnxng-deploy-playbook/config-tasks/4get.yaml

17 lines
445 B
YAML
Raw Normal View History

2023-11-11 21:29:49 +08:00
- name: Set up config.php.j2
2023-11-08 22:10:17 +08:00
template:
src: "conf/config.php.j2"
dest: "{{ docker_dir }}/4get/config.php"
owner: 1000
group: 1000
2023-11-16 19:23:33 +08:00
mode: 0755
# - name: 4get cron
# cron:
# name: "Restart 4get hourly"
# special_time: "hourly"
# job: 'docker restart 4get'
# user: root
# become: true
# when: "'oracle' in group_names or 'cloudcompute' in group_names"