Skip to content

StuartApp/dockercheck-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockercheck Ansible role

Install and configure Dockercheck

Role Variables

Please check the default file and the variables file to know how you can customize this role

Dependencies

Currently there are no dependencies

Example Playbook

Include the role in your requirements.yml with:

- src: stuart.dockercheck
  version: 0.2.0

Then you can call it in your playbook like this:

    - hosts: servers
      roles:
        - { role: dockercheck }
      vars:
        - dockercheck_listen_port: 9500

License

GPLv3

Author Information

This role was created while working for Stuart Delivery.