An open API service indexing awesome lists of open source software.

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

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
```