2023-03-08 22:52:10 +00:00
|
|
|
pipeline:
|
2023-03-09 02:20:45 +00:00
|
|
|
publish:
|
|
|
|
image: plugins/ansible
|
|
|
|
secrets: [ ssh_key ]
|
2023-03-09 14:13:59 +00:00
|
|
|
environment:
|
|
|
|
- ANSIBLE_HOST_KEY_CHECKING=False
|
2023-03-09 02:20:45 +00:00
|
|
|
settings:
|
2023-03-09 02:22:19 +00:00
|
|
|
playbook: main.yml
|
2023-03-09 02:20:45 +00:00
|
|
|
inventory: hosts.ini
|
|
|
|
user: igor
|