mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-19 23:33:37 -05:00
generate complete install bundle
``` ➜ 34.213.5.206_install_bundle git:(instance-install-bundle-content) ✗ tree . ├── install_receptor.yml ├── inventory.yml ├── receptor │ ├── tls │ │ ├── ca │ │ │ └── receptor-ca.crt │ │ ├── receptor.crt │ │ └── receptor.key │ └── work-public-key.pem └── requirements.yml ``` Signed-off-by: Hao Liu <haoli@redhat.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
aiohttp>=3.7.4
|
||||
ansiconv==1.0.0 # UPGRADE BLOCKER: from 2013, consider replacing instead of upgrading
|
||||
asciichartpy
|
||||
asn1
|
||||
autobahn>=20.12.3 # CVE-2020-35678
|
||||
azure-keyvault==1.1.0 # see UPGRADE BLOCKERs
|
||||
channels
|
||||
|
||||
@@ -15,6 +15,8 @@ asgiref==3.5.0
|
||||
# channels-redis
|
||||
# daphne
|
||||
# django
|
||||
asn1==2.6.0
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
async-timeout==3.0.1
|
||||
# via
|
||||
# aiohttp
|
||||
@@ -132,6 +134,8 @@ docutils==0.16
|
||||
# via python-daemon
|
||||
ecdsa==0.18.0
|
||||
# via python-jose
|
||||
enum-compat==0.0.3
|
||||
# via asn1
|
||||
filelock==3.8.0
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
# via
|
||||
|
||||
Reference in New Issue
Block a user