test
This commit is contained in:
parent
a2e7d50224
commit
4418e0b668
@ -65,24 +65,23 @@ steps:
|
||||
inventory: ./.ansible-items/inventory
|
||||
galaxy: ./.ansible-items/requirements.yml
|
||||
timeout: 60
|
||||
verbose: 4
|
||||
# verbose: 4
|
||||
environment:
|
||||
DEPLOY_HOSTNAME:
|
||||
from_secret: deploy_hostname
|
||||
SPT_ITEMS_HOSTNAME:
|
||||
from_secret: spt_items_hostname
|
||||
DEPLOY_USER:
|
||||
DEPLOYMENT_USER:
|
||||
from_secret: deploy_username
|
||||
DEPLOY_USER_GROUP:
|
||||
DEPLOYMENT_USER_GROUP:
|
||||
from_secret: deploy_user_group
|
||||
SPT_ITEMS_PATH:
|
||||
from_secret: deploy_path
|
||||
ANSIBLE_DEBUG: true
|
||||
PLUGIN_ANSIBLE_DEBUG: true
|
||||
ANSIBLE_CONTROL_PATH: /dev/shm/
|
||||
PLUGIN_ANSIBLE_CONTROL_PATH: /dev/shm/
|
||||
ANSIBLE_SSH_ARGS: '-C -o ControlMaster=auto -o ControlPersist=30m -o ControlPath=/dev/shm/'
|
||||
PLUGIN_ANSIBLE_SSH_ARGS: '-C -o ControlMaster=auto -o ControlPersist=30m -o ControlPath=/dev/shm/'
|
||||
# PLUGIN_ANSIBLE_DEBUG: true
|
||||
# ANSIBLE_CONTROL_PATH: /dev/shm/
|
||||
# PLUGIN_ANSIBLE_CONTROL_PATH: /dev/shm/
|
||||
# ANSIBLE_SSH_ARGS: '-C -o ControlMaster=auto -o ControlPersist=30m -o ControlPath=/dev/shm/'
|
||||
# PLUGIN_ANSIBLE_SSH_ARGS: '-C -o ControlMaster=auto -o ControlPersist=30m -o ControlPath=/dev/shm/'
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
Loading…
x
Reference in New Issue
Block a user