print pwd
This commit is contained in:
parent
03f62c876c
commit
cfe6fc0be4
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: ansible
|
name: ansible
|
||||||
@ -9,6 +10,7 @@ steps:
|
|||||||
SSH_USER:
|
SSH_USER:
|
||||||
from_secret: SSH_USER
|
from_secret: SSH_USER
|
||||||
commands:
|
commands:
|
||||||
|
- echo "$PWD"
|
||||||
- echo "$SSH_KEY" > $PWD/id_rsa && chmod 0600 $PWD/id_rsa
|
- echo "$SSH_KEY" > $PWD/id_rsa && chmod 0600 $PWD/id_rsa
|
||||||
|
|
||||||
- name: check ansible syntax
|
- name: check ansible syntax
|
||||||
@ -38,4 +40,5 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
playbook: nightly.yaml
|
playbook: nightly.yaml
|
||||||
galaxy: requirements.yaml
|
galaxy: requirements.yaml
|
||||||
inventory: inventory.yaml
|
inventory: inventory.yaml
|
||||||
|
...
|
@ -3,4 +3,4 @@ ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|
|||||||
[defaults]
|
[defaults]
|
||||||
forks=2
|
forks=2
|
||||||
pipelining = True
|
pipelining = True
|
||||||
strategy = free
|
strategy = free
|
||||||
|
Loading…
Reference in New Issue
Block a user