https://github.com/stuartapp/dockercheck-ansible
Ansible role to manage dockercheck
https://github.com/stuartapp/dockercheck-ansible
Last synced: 11 months ago
JSON representation
Ansible role to manage dockercheck
- Host: GitHub
- URL: https://github.com/stuartapp/dockercheck-ansible
- Owner: StuartApp
- License: gpl-3.0
- Created: 2019-10-29T14:04:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T13:37:19.000Z (over 2 years ago)
- Last Synced: 2025-06-08T00:42:03.901Z (about 1 year ago)
- Language: Jinja
- Size: 25.4 KB
- Stars: 0
- Watchers: 48
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
`dockercheck` Ansible role
=========
Install and configure [Dockercheck](https://github.com/StuartApp/dockercheck)
Role Variables
--------------
Please check the [default file](defaults/main.yml) and the [variables file](vars/main.yml) to know how you can customize this role
Dependencies
------------
Currently there are no dependencies
Example Playbook
----------------
Include the role in your `requirements.yml` with:
```yaml
- src: stuart.dockercheck
version: 0.2.0
```
Then you can call it in your playbook like this:
```yaml
- hosts: servers
roles:
- { role: dockercheck }
vars:
- dockercheck_listen_port: 9500
```
License
-------
GPLv3
Author Information
------------------
This role was created while working for Stuart Delivery.