https://github.com/application-research/ehi-bootstrap-playbook
An AWX and Rancher system built on RKE2 to manage the Estuary Hosted Infrastructure project.
https://github.com/application-research/ehi-bootstrap-playbook
Last synced: 24 days ago
JSON representation
An AWX and Rancher system built on RKE2 to manage the Estuary Hosted Infrastructure project.
- Host: GitHub
- URL: https://github.com/application-research/ehi-bootstrap-playbook
- Owner: application-research
- License: mit
- Created: 2023-03-24T09:26:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T10:07:11.000Z (almost 3 years ago)
- Last Synced: 2025-07-19T06:40:48.326Z (11 months ago)
- Language: Jinja
- Homepage:
- Size: 317 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# EHI Bootstrap Playbook
Warning: This playbook is alpha quality and should only be used by the brave!
This playbook spawns a ready-to-use AWX system and Rancher on a highly available RKE2 K8s cluster. It is an experimental fork of my [https://github.com/PC-Admin/awx-ansible](awx-ansible) repository.
AWX is a tool that can be used to manage multiple servers with Ansible.
Ideally this system can manage the updates, configuration, backups and monitoring of many servers/services on its own.
## Previews


## Installation
To configure and install this AWX setup on either DigitalOcean or your own servers, follow the [Install_AWX.md in the docs/ directory](docs/Install_AWX.md).
## License
This playbook is copyrighted by Michael Collins under the [MIT License](licenses/MIT_License_Michael_Collins.txt).
## Other Licenses
"AWX" is a registered trademark of Red Hat, Inc. Please consult their [AWX Trademark Guidelines](https://github.com/ansible/awx-logos/blob/master/TRADEMARKS.md) for more information.
The AWX source code is copyrighted to Red Hat Inc, and is made available under the [Apache License 2.0](https://github.com/ansible/awx/blob/devel/LICENSE.md).
Rancher is Kubernetes management tool, it is copyrighted to Rancher Labs and is made available under the [Apache License 2.0](https://github.com/rancher/rancher/blob/release/v2.7/LICENSE).
The ansible-role-rke2 role is an Ansible Role that installs RKE2 Kubernetes, it is copyrighted to Labyrinth Labs and is made available under the [MIT License](https://github.com/lablabs/ansible-role-rke2/blob/main/LICENSE).