This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
import http.client | |
import http.server | |
import json | |
import ssl | |
import urllib.parse | |
# AWX connection and job template details: | |
AWX_HOST = 'tower.private' |