Change dehydrated_cron name for git dependency specification

This commit is contained in:
Stefan Haun 2023-11-15 20:19:12 +00:00 committed by dkdent
parent 72106eff4a
commit 0afe932aa5
4 changed files with 7 additions and 7 deletions

View file

@ -27,7 +27,7 @@
dehydrated_contact_email: "{{ server_admin }}" dehydrated_contact_email: "{{ server_admin }}"
dehydrated_domains: dehydrated_domains:
- name: entities-validation.svc.n39.eu - name: entities-validation.svc.n39.eu
- role: penguineer.dehydrated_cron - role: ansible-role-dehydrated_cron
tasks: tasks:

View file

@ -25,7 +25,7 @@
- name: "{{ grafana_domain_name }}" - name: "{{ grafana_domain_name }}"
- name: "{{ homebox_domain_name }}" - name: "{{ homebox_domain_name }}"
- name: spaceapi.n39.eu - name: spaceapi.n39.eu
- role: penguineer.dehydrated_cron - role: ansible-role-dehydrated_cron
- role: dd24_dyndns_cron - role: dd24_dyndns_cron
# variables are set in the inventory # variables are set in the inventory
- role: cleanuri - role: cleanuri
@ -316,7 +316,7 @@
volumes: volumes:
- "{{ data_dir }}/hedgedoc/data/uploads:/hedgedoc/public/uploads" - "{{ data_dir }}/hedgedoc/data/uploads:/hedgedoc/public/uploads"
networks_cli_compatible: false networks_cli_compatible: false
comparisons: comparisons:
networks: allow_more_present networks: allow_more_present
networks: networks:
- name: hedgedocnet - name: hedgedocnet
@ -433,7 +433,7 @@
- "{{ data_dir }}/redmine/files:/usr/src/redmine/files" - "{{ data_dir }}/redmine/files:/usr/src/redmine/files"
- "{{ data_dir }}/redmine/themes:/usr/src/redmine/public/themes" - "{{ data_dir }}/redmine/themes:/usr/src/redmine/public/themes"
networks_cli_compatible: false networks_cli_compatible: false
comparisons: comparisons:
networks: allow_more_present networks: allow_more_present
networks: networks:
- name: redminenet - name: redminenet
@ -593,7 +593,7 @@
dest: /etc/cron.hourly/renovate-bot dest: /etc/cron.hourly/renovate-bot
mode: "0700" mode: "0700"
notify: reload cron notify: reload cron
tags: tags:
- renovate - renovate
handlers: handlers:

View file

@ -32,7 +32,7 @@
- name: rabbitmq.n39.eu - name: rabbitmq.n39.eu
- name: pwr-meter-pulse-gw-19i.svc.n39.eu - name: pwr-meter-pulse-gw-19i.svc.n39.eu
- name: labelprinter.n39.eu - name: labelprinter.n39.eu
- role: penguineer.dehydrated_cron - role: ansible-role-dehydrated_cron
tasks: tasks:

View file

@ -21,7 +21,7 @@
roles: roles:
# role 'docker_setup' applied through group 'docker_host' # role 'docker_setup' applied through group 'docker_host'
- role: apache - role: apache
- role: penguineer.dehydrated_cron - role: ansible-role-dehydrated_cron
tasks: tasks:
- name: Setup docker network - name: Setup docker network