mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -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
|
||||
|
||||
Reference in New Issue
Block a user