Skip to content

Instantly share code, notes, and snippets.

View AlanCoding's full-sized avatar

Alan Rominger AlanCoding

  • Red Hat
  • Durham, NC
View GitHub Profile
Usage: tower-cli [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
ad_hoc Launch commands based on playbook given at...
config Read or write tower-cli configuration.
credential Manage credentials within Ansible Tower.
group Manage groups belonging to an inventory.

Keybase proof

I hereby claim:

  • I am AlanCoding on github.
  • I am alanrominger (https://keybase.io/alanrominger) on keybase.
  • I have a public key whose fingerprint is 20A4 9522 BDE4 25E4 19C2 D400 FD2C 3C01 2A72 926B

To claim this, I am signing this object:

{
"_meta": {
"hostvars": {
"my_host": {
"my_variable": "foobar"
}
}
},
"all": {
"children": [
{
"id": 316,
"type": "activity_stream",
"url": "/api/v2/activity_stream/316/",
"related": {
"workflow_job_template": [
"/api/v2/workflow_job_templates/39/"
]
},
"summary_fields": {

# asdf

asdf

Time

Location

Handedness
start start 7 days 14 days Earth perigee Earth apogee Earth perigee (right)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"id": 4,
"type": "project",
"url": "/api/v2/projects/4/",
"related": {
"named_url": "/api/v2/projects/AlanCoding permission testing playbooks++Default/",
"created_by": "/api/v2/users/1/",
"last_job": "/api/v2/project_updates/1/",
"notification_templates_error": "/api/v2/projects/4/notification_templates_error/",
"notification_templates_success": "/api/v2/projects/4/notification_templates_success/",
{
"id": 39,
"type": "project",
"url": "/api/v2/projects/39/",
"related": {
"named_url": "/api/v2/projects/a copy++Default/",
"created_by": "/api/v2/users/4/",
"last_job": "/api/v2/project_updates/51/",
"notification_templates_error": "/api/v2/projects/39/notification_templates_error/",
"notification_templates_success": "/api/v2/projects/39/notification_templates_success/",
@AlanCoding
AlanCoding / depgrades_notes.txt
Last active March 2, 2018 18:54
Notes of what I found when upgrading AWX dependencies
apache-libcloud==2.0.0 2.2.1
upgraded last round
inventory scripts
appdirs==1.4.2
already up to date
asgi-amqp==1.1.1
already up to date
asgiref==1.1.2
2.1.6 is available
required new dep, pathlib
This file has been truncated, but you can view the full file.
(awx) [root@awx awx_devel]# python -vvv manage.py
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# trying /venv/awx/lib64/python2.7/site.so
# trying /venv/awx/lib64/python2.7/sitemodule.so
# trying /venv/awx/lib64/python2.7/site.py
# /venv/awx/lib64/python2.7/site.pyc matches /venv/awx/lib64/python2.7/site.py
import site # precompiled from /venv/awx/lib64/python2.7/site.pyc
# trying /venv/awx/lib64/python2.7/os.so