Skip to content

Web application to show patching status of RPM based systems

License

Notifications You must be signed in to change notification settings

jhoekx/ansible-pet-patching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Pet Patching

This repository contains a web application that shows the patching status of RPM based systems that are managed by Ansible.

Development

$ python -m venv env
$ source env/bin/activate
(env) $ pip install -r requirements.txt
(env) $ FLASK_ENV=development FLASK_APP=app.py flask run

Ansible inventory data will be searched for in the inventory directory.

The application listens on port 5000 by default.

Docker

A docker build file is provided that creates a basic container.

$ docker build -t ansible-pet-patching .

Mount the inventory directory at /srv/http/app/inventory. The application exposes port 8000.

It is expected that the real production container extends this container to provide secrets to Ansible.

About

Web application to show patching status of RPM based systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published