This commit is contained in:
parent
7c7dfc1697
commit
7ea05ed93a
1 changed files with 1 additions and 3 deletions
|
|
@ -13,8 +13,6 @@ steps:
|
||||||
become: true
|
become: true
|
||||||
playbook: playbook.yml
|
playbook: playbook.yml
|
||||||
inventory: hosts
|
inventory: hosts
|
||||||
private_key:
|
|
||||||
from_secret: drone_ssh_priv
|
|
||||||
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
||||||
# requirements: requirements.txt
|
# requirements: requirements.txt
|
||||||
# galaxy: requirements.yml
|
# galaxy: requirements.yml
|
||||||
|
|
@ -40,7 +38,7 @@ steps:
|
||||||
user:
|
user:
|
||||||
from_secret: drone_ansible_user
|
from_secret: drone_ansible_user
|
||||||
private_key:
|
private_key:
|
||||||
from_secret: drone_ssh_priv
|
from_secret: drone_ansible_ssh_private_key
|
||||||
diff: true
|
diff: true
|
||||||
check: true
|
check: true
|
||||||
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue