https://github.com/hypertextassassin0273/configuration_management_with_ansible
Manage server configurations with Ansible using reusable playbooks for automated setup, patching & environment management through flask app
https://github.com/hypertextassassin0273/configuration_management_with_ansible
ansible ansible-collection ansible-project cac configuration-as-code configuration-management devops devops-project docker-container flask flask-application python3 python3-project
Last synced: about 2 months ago
JSON representation
Manage server configurations with Ansible using reusable playbooks for automated setup, patching & environment management through flask app
- Host: GitHub
- URL: https://github.com/hypertextassassin0273/configuration_management_with_ansible
- Owner: HypertextAssassin0273
- Created: 2024-11-25T11:26:42.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-12-10T10:35:33.000Z (over 1 year ago)
- Last Synced: 2025-04-02T03:26:49.809Z (about 1 year ago)
- Topics: ansible, ansible-collection, ansible-project, cac, configuration-as-code, configuration-management, devops, devops-project, docker-container, flask, flask-application, python3, python3-project
- Language: HTML
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Configuration Management with Ansible
Hosts a configuration management portal using Flask app where server configurations (for Linux & Windows systems) can be managed through Ansible and Docker.
The portal offers a variety of options like: creating reusable playbooks, managing environments, and automating system setup and patching.
## to install dependencies
```bash
chmod +x install_external_dependencies.sh
./install_external_dependencies.sh
```
## to run the project
```bash
python3 app.py
```