communishift: wip debugging notifcation system cleanup
This commit is contained in:
parent
339b3e0231
commit
7f110e01df
2 changed files with 11 additions and 0 deletions
|
@ -15,6 +15,9 @@
|
||||||
with_items: "{{ communishift_package_list }}"
|
with_items: "{{ communishift_package_list }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: communishift_package
|
loop_var: communishift_package
|
||||||
|
apply:
|
||||||
|
tags:
|
||||||
|
- deploy-operators
|
||||||
|
|
||||||
- name: Communishift Cluster Cleanup Tasks
|
- name: Communishift Cluster Cleanup Tasks
|
||||||
with_items: "{{ communishift_projects }}"
|
with_items: "{{ communishift_projects }}"
|
||||||
|
@ -22,6 +25,10 @@
|
||||||
name: communishift
|
name: communishift
|
||||||
tasks_from: cleanup-administration-tasks
|
tasks_from: cleanup-administration-tasks
|
||||||
loop: "{{ lookup('dict', communishift_projects) }}"
|
loop: "{{ lookup('dict', communishift_projects) }}"
|
||||||
|
apply:
|
||||||
|
tags:
|
||||||
|
- deploy-operators
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
communishift_package_list:
|
communishift_package_list:
|
||||||
- kubernetes
|
- kubernetes
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
---
|
---
|
||||||
|
- name: Debug
|
||||||
|
debug:
|
||||||
|
msg: "{{ item }}"
|
||||||
|
|
||||||
- name: Send Communishift Project Cleanup notifications emails to tenants
|
- name: Send Communishift Project Cleanup notifications emails to tenants
|
||||||
community.general.mail:
|
community.general.mail:
|
||||||
host: localhost
|
host: localhost
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue