diff --git a/.woodpecker.yml b/.woodpecker.yml index 2b3af1e..5fa721c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,9 +2,9 @@ pipeline: publish: image: plugins/ansible secrets: [ ssh_key ] - environment: - - ANSIBLE_HOST_KEY_CHECKING=False settings: playbook: main.yml inventory: hosts.ini + connection: paramiko_ssh user: igor + private_key: $SSH_KEY