fix git cred issue; revert code; fix up some utils :)
This commit is contained in:
@ -151,7 +151,7 @@
|
||||
tower_provision_rc : {{ r_check_file.rc | default('N/A', true) }}
|
||||
tower_provision_stdout : {{ r_check_file.stdout | default('N/A', true) }}
|
||||
tower_provision_stderr : {{ r_check_file.stderr | default('N/A', true) }}
|
||||
# tower_provision_msg : {{ r_check_file.msg | default('N/A', true) }}
|
||||
tower_provision_msg : {{ r_check_file.msg | default('N/A', true) }}
|
||||
|
||||
|
||||
####################
|
||||
|
1
utils/provision.lab-dev-1
Normal file
1
utils/provision.lab-dev-1
Normal file
@ -0,0 +1 @@
|
||||
{"extra_vars": {"tower_provision_host": "lab-dev-1"}}
|
@ -1,12 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
CONC="50"
|
||||
REQU="100"
|
||||
CONC="1"
|
||||
REQU="1"
|
||||
|
||||
BASE_URL="tower2.thezengarden.net"
|
||||
AAP_JOB_ID="54"
|
||||
#POST_PAYLOAD_PATH="empty.post"
|
||||
POST_PAYLOAD_PATH="provision.post"
|
||||
AAP_JOB_ID="53"
|
||||
POST_PAYLOAD_PATH="provision.lab-dev-1"
|
||||
POST_PAYLOAD_TYPE="application/json"
|
||||
|
||||
TOWER_USER="jadmin"
|
||||
|
@ -2,7 +2,7 @@
|
||||
check_file: /tmp/hello-ansible.txt
|
||||
|
||||
|
||||
__no_log: no
|
||||
__no_log: yes
|
||||
|
||||
|
||||
tower_url : 'https://tower2.thezengarden.net'
|
||||
|
Reference in New Issue
Block a user