Change dehydrated_cron name for git dependency specification
This commit is contained in:
parent
72106eff4a
commit
0afe932aa5
4 changed files with 7 additions and 7 deletions
|
@ -27,7 +27,7 @@
|
|||
dehydrated_contact_email: "{{ server_admin }}"
|
||||
dehydrated_domains:
|
||||
- name: entities-validation.svc.n39.eu
|
||||
- role: penguineer.dehydrated_cron
|
||||
- role: ansible-role-dehydrated_cron
|
||||
|
||||
tasks:
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
- name: "{{ grafana_domain_name }}"
|
||||
- name: "{{ homebox_domain_name }}"
|
||||
- name: spaceapi.n39.eu
|
||||
- role: penguineer.dehydrated_cron
|
||||
- role: ansible-role-dehydrated_cron
|
||||
- role: dd24_dyndns_cron
|
||||
# variables are set in the inventory
|
||||
- role: cleanuri
|
||||
|
@ -316,7 +316,7 @@
|
|||
volumes:
|
||||
- "{{ data_dir }}/hedgedoc/data/uploads:/hedgedoc/public/uploads"
|
||||
networks_cli_compatible: false
|
||||
comparisons:
|
||||
comparisons:
|
||||
networks: allow_more_present
|
||||
networks:
|
||||
- name: hedgedocnet
|
||||
|
@ -433,7 +433,7 @@
|
|||
- "{{ data_dir }}/redmine/files:/usr/src/redmine/files"
|
||||
- "{{ data_dir }}/redmine/themes:/usr/src/redmine/public/themes"
|
||||
networks_cli_compatible: false
|
||||
comparisons:
|
||||
comparisons:
|
||||
networks: allow_more_present
|
||||
networks:
|
||||
- name: redminenet
|
||||
|
@ -593,7 +593,7 @@
|
|||
dest: /etc/cron.hourly/renovate-bot
|
||||
mode: "0700"
|
||||
notify: reload cron
|
||||
tags:
|
||||
tags:
|
||||
- renovate
|
||||
|
||||
handlers:
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
- name: rabbitmq.n39.eu
|
||||
- name: pwr-meter-pulse-gw-19i.svc.n39.eu
|
||||
- name: labelprinter.n39.eu
|
||||
- role: penguineer.dehydrated_cron
|
||||
- role: ansible-role-dehydrated_cron
|
||||
|
||||
|
||||
tasks:
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
roles:
|
||||
# role 'docker_setup' applied through group 'docker_host'
|
||||
- role: apache
|
||||
- role: penguineer.dehydrated_cron
|
||||
- role: ansible-role-dehydrated_cron
|
||||
|
||||
tasks:
|
||||
- name: Setup docker network
|
||||
|
|
Loading…
Reference in a new issue