Added ansible as allowed host (and changed ssh key
parent
4e2f837e6d
commit
af71e3e492
|
@ -4,6 +4,7 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- ansible-playbook -vvv playbook.yml -i hosts --syntax-check
|
- ansible-playbook -vvv playbook.yml -i hosts --syntax-check
|
||||||
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: williamyeh/ansible
|
image: williamyeh/ansible
|
||||||
secrets: [ ssh_key ]
|
secrets: [ ssh_key ]
|
||||||
|
|
Loading…
Reference in New Issue