17 lines
445 B
YAML
17 lines
445 B
YAML
- name: Set up config.php.j2
|
|
template:
|
|
src: "conf/config.php.j2"
|
|
dest: "{{ docker_dir }}/4get/config.php"
|
|
owner: 1000
|
|
group: 1000
|
|
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"
|