You've already forked ansible-role-auth-duo
Consume secret
This commit is contained in:
@@ -8,13 +8,11 @@ steps:
|
|||||||
name: Test on ${MOLECULE_DISTRO}
|
name: Test on ${MOLECULE_DISTRO}
|
||||||
image: guisea/ansible-molecule
|
image: guisea/ansible-molecule
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
|
||||||
ANSIBLE_CALLBACK_WHITELIST: profile_tasks
|
|
||||||
EPEL_MIRROR_URL: https://mirrors.guise.net.nz/epel
|
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- molecule test --all
|
- molecule test --all
|
||||||
|
secrets: [ auth_duo_host, auth_duo_ikey, auth_duo_skey ]
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|||||||
Reference in New Issue
Block a user