Skip to content

redhatguru/ansible-cmdb-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📖 Ansible CMDB Flask App

This project provides a Flask-based CMDB (Configuration Management Database) application. You can run the app using Docker or Docker Compose for easy deployment and management.

Main Page Detailed page

🛠 Built With

  • Jquery
  • Python
  • Flask
  • Datatables

Prerequisites

💻 Getting Started

Build and Run with Docker

  1. Build the Docker image:

    docker build -t cmdb-flask-app .
  2. Run the container:

    docker run -p 5000:5000 -v cmdb-flask-app
  3. Mount a local facts directory (optional):

    docker run -p 5000:5000 -v /path/to/your/facts:/app/facts cmdb-flask-app

    Replace /path/to/your/facts with the actual path to your facts directory.

Run with Docker Compose

  1. Start the application:
    docker-compose up --build

The application will be available at http://localhost:5000.

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

(back to top)

⭐️ Show your support

Write a message to encourage readers to support your project

If you like this project...

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published