https://github.com/rhecosystemappeng/ocp_config_tool
Ansible Tool to configure Openshift cluster faster (Day 2 operations)
https://github.com/rhecosystemappeng/ocp_config_tool
Last synced: 5 months ago
JSON representation
Ansible Tool to configure Openshift cluster faster (Day 2 operations)
- Host: GitHub
- URL: https://github.com/rhecosystemappeng/ocp_config_tool
- Owner: RHEcosystemAppEng
- License: apache-2.0
- Created: 2022-06-10T16:59:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T12:46:54.000Z (about 4 years ago)
- Last Synced: 2025-10-05T16:39:35.584Z (9 months ago)
- Language: Jinja
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Openshift Configuration Tool (Day 2 operations)
## Run
```bash
# Create a YAML file like the `config_template.yaml` and edit it with your cluster's parameters
ansible-playbook site.yaml --extra-vars="config=config_template.yaml"
```
## Changelog
[Changelog](./CHANGELOG.md)