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