Merge pull request 'Use dehydrated_cron on tau for setup of Dehydrated CRON jobs' (!32) from dehydrated_cron into master
Reviewed-on: https://gitea.n39.eu/Netz39_Admin/netz39-infra-ansible/pulls/32
This commit is contained in:
commit
c3363ef2a0
2 changed files with 3 additions and 0 deletions
|
@ -5,5 +5,7 @@
|
||||||
version: 3.0.0
|
version: 3.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.2
|
version: 1.0.2
|
||||||
|
- src: penguineer.dehydrated_cron
|
||||||
|
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.0.2
|
version: v1.0.2
|
||||||
|
|
1
tau.yml
1
tau.yml
|
@ -11,6 +11,7 @@
|
||||||
roles:
|
roles:
|
||||||
- role: docker_setup
|
- role: docker_setup
|
||||||
- role: apache
|
- role: apache
|
||||||
|
- role: penguineer.dehydrated_cron
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Setup docker network
|
- name: Setup docker network
|
||||||
|
|
Loading…
Reference in a new issue