mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
Add some more information to sosreports.
- tower cluster configuration - list of all venvs (including custom ones)
This commit is contained in:
@@ -7,11 +7,13 @@ from distutils.version import LooseVersion
|
|||||||
SOSREPORT_TOWER_COMMANDS = [
|
SOSREPORT_TOWER_COMMANDS = [
|
||||||
"ansible --version", # ansible core version
|
"ansible --version", # ansible core version
|
||||||
"awx-manage --version", # tower version
|
"awx-manage --version", # tower version
|
||||||
|
"awx-manage list_instances", # tower cluster configuration
|
||||||
"supervisorctl status", # tower process status
|
"supervisorctl status", # tower process status
|
||||||
"/var/lib/awx/venv/awx/bin/pip freeze", # pip package list
|
"/var/lib/awx/venv/awx/bin/pip freeze", # pip package list
|
||||||
"/var/lib/awx/venv/ansible/bin/pip freeze", # pip package list
|
"/var/lib/awx/venv/ansible/bin/pip freeze", # pip package list
|
||||||
"tree -d /var/lib/awx", # show me the dirs
|
"tree -d /var/lib/awx", # show me the dirs
|
||||||
"ls -ll /var/lib/awx", # check permissions
|
"ls -ll /var/lib/awx", # check permissions
|
||||||
|
"ls -ll /var/lib/awx/venv", # list all venvs
|
||||||
"ls -ll /etc/tower",
|
"ls -ll /etc/tower",
|
||||||
"ls -ll /var/lib/awx/job_status/"
|
"ls -ll /var/lib/awx/job_status/"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user