Skip to content
Snippets Groups Projects
Commit 66cddf63 authored by jurgenhaas's avatar jurgenhaas
Browse files

Provide a new ChatOps and Scheduled Pipeline to run direct Ansible tasks

parent 0ce6230e
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,14 @@ Ansible:
variables:
- $ANSIBLE_JOB_NAME && $ANSIBLE_JOB_NAME != "Ansible"
AnsibleDirect:
<<: *default_settings_cron
script:
- a ${CHAT_INPUT} ${ANSIBLE_EXTRA_ARGS}
except:
variables:
- $ANSIBLE_JOB_NAME && $ANSIBLE_JOB_NAME != "AnsibleDirect"
RenewLetsEncrypt:
<<: *default_settings_cron
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment