This commit is contained in:
parent
f51bffae19
commit
340c5ab6d8
@ -7,9 +7,10 @@ steps:
|
|||||||
image: bv11-cr01.bessems.eu/library/packer-extended
|
image: bv11-cr01.bessems.eu/library/packer-extended
|
||||||
commands:
|
commands:
|
||||||
- ansible-galaxy collection install -r requirements.yml
|
- ansible-galaxy collection install -r requirements.yml
|
||||||
- ansible-playbook \
|
- |
|
||||||
|
ansible-playbook \
|
||||||
--inventory inventory.yml \
|
--inventory inventory.yml \
|
||||||
--extra-vars "cifs_username=$${cifs_username} cifs_password=$${cifs_password}"
|
--extra-vars "cifs_username=$${cifs_username} cifs_password=$${cifs_password}" \
|
||||||
playbook.yml
|
playbook.yml
|
||||||
environment:
|
environment:
|
||||||
cifs_username:
|
cifs_username:
|
||||||
|
Loading…
Reference in New Issue
Block a user