You've already forked ansible-role-checkmk-agent
Allow secret use
This commit is contained in:
@@ -25,6 +25,12 @@ steps:
|
|||||||
ANSIBLE_FORCE_COLOR: '1'
|
ANSIBLE_FORCE_COLOR: '1'
|
||||||
volumes: [/var/run/docker.sock:/var/run/docker.sock]
|
volumes: [/var/run/docker.sock:/var/run/docker.sock]
|
||||||
commands: ['molecule test --scenario-name ${MOLECULE_SCENARIO:-default}']
|
commands: ['molecule test --scenario-name ${MOLECULE_SCENARIO:-default}']
|
||||||
|
secrets:
|
||||||
|
- cmk_omd_host
|
||||||
|
- cmk_omd_protocol
|
||||||
|
- cmk_omd_site
|
||||||
|
- cmk_username
|
||||||
|
- cmk_secret
|
||||||
when:
|
when:
|
||||||
event: [push, manual]
|
event: [push, manual]
|
||||||
ntfy:
|
ntfy:
|
||||||
|
|||||||
Reference in New Issue
Block a user