From 4418e0b668ef0ec640e4f9431e90f8afb8008418 Mon Sep 17 00:00:00 2001 From: Mangiang Date: Wed, 3 Nov 2021 16:02:13 -0400 Subject: [PATCH] test --- .drone-kubernetes.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.drone-kubernetes.yml b/.drone-kubernetes.yml index cca7c8b..4c72eb1 100644 --- a/.drone-kubernetes.yml +++ b/.drone-kubernetes.yml @@ -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