test: change host

This commit is contained in:
Mangiang 2021-11-02 12:39:04 -04:00
parent ff4c8e1aab
commit 4b6d4998e9
No known key found for this signature in database
GPG Key ID: DAE9B92A692CD55C
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ all:
host:
hosts:
sp-tarkov:
ansible_host: {{ DEPLOY_HOSTNAME }}
ansible_host: {{ DEPLOY_USER }}@{{ DEPLOY_HOSTNAME }}
ansible_user: {{ DEPLOY_USER }}
ansible_connection: ssh
ansible_ssh_private_key_file: /drone/src/private.key

View File

@ -64,6 +64,7 @@ steps:
playbook: ./.ansible-items/playbook.yml
inventory: ./.ansible-items/inventory
galaxy: ./.ansible-items/requirements.yml
timeout: 60
verbose: 4
environment:
DEPLOY_HOSTNAME: