disable no_log for debugging

This commit is contained in:
2022-09-02 13:53:37 -04:00
parent 1423653a04
commit cf3811c98f
2 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,10 @@ REQU="1"
BASE_URL="tower2.thezengarden.net"
AAP_JOB_ID="57"
#POST_PAYLOAD_PATH="provision.lab-dev-1"
POST_PAYLOAD_PATH="provision.dev"
#POST_PAYLOAD_PATH="provision.dev"
#POST_PAYLOAD_PATH="provision.test"
#POST_PAYLOAD_PATH="provision.prod"
POST_PAYLOAD_PATH="provision.all"
POST_PAYLOAD_TYPE="application/json"
TOWER_USER="jadmin"

View File

@ -2,7 +2,7 @@
check_file: /tmp/hello-ansible.txt
__no_log: yes
__no_log: no
tower_url : 'https://tower2.thezengarden.net'