Merge pull request 'Change requirement spec for dehydrated_cron from Ansible Galaxy to GitHub' (!262) from galaxy-to-git into master

Reviewed-on: Netz39_Admin/netz39-infra-ansible#262
Reviewed-by: dkdent <dkdent@netz39.de>
This commit is contained in:
dkdent 2023-11-17 20:04:43 +01:00
commit 36d9779bd1
5 changed files with 8 additions and 8 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

View file

@ -6,7 +6,7 @@ roles:
version: 4.0.0 version: 4.0.0
- src: git+https://github.com/24367dfa/ansible-role-dehydrated.git - src: git+https://github.com/24367dfa/ansible-role-dehydrated.git
version: 1.0.3 version: 1.0.3
- src: penguineer.dehydrated_cron - src: https://github.com/penguineer/ansible-role-dehydrated_cron.git
version: v1.0.0 version: v1.0.0
- src: git+https://github.com/maz3max/ble-keykeeper-role.git - src: git+https://github.com/maz3max/ble-keykeeper-role.git
version: v1.1.0 version: v1.1.0