test: change host
This commit is contained in:
parent
ff4c8e1aab
commit
4b6d4998e9
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user