mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Get pip package list in sosreport.
This commit is contained in:
@@ -17,6 +17,7 @@ if LooseVersion(sos.__version__) >= LooseVersion('3.0'):
|
|||||||
"ansible --version", # ansible core version
|
"ansible --version", # ansible core version
|
||||||
"awx-manage --version", # tower version
|
"awx-manage --version", # tower version
|
||||||
"supervisorctl status", # tower process status
|
"supervisorctl status", # tower process status
|
||||||
|
"pip list" # 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 /etc/tower"
|
"ls -ll /etc/tower"
|
||||||
@@ -56,6 +57,7 @@ else:
|
|||||||
"ansible --version", # ansible core version
|
"ansible --version", # ansible core version
|
||||||
"awx-manage --version", # tower version
|
"awx-manage --version", # tower version
|
||||||
"supervisorctl status", # tower process status
|
"supervisorctl status", # tower process status
|
||||||
|
"pip list" # 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 /etc/tower"
|
"ls -ll /etc/tower"
|
||||||
|
|||||||
Reference in New Issue
Block a user