2019-01-30 09:16:36 +00:00
|
|
|
galaxy-docker
|
|
|
|
=============
|
|
|
|
|
|
|
|
Install Docker on Debian
|
|
|
|
|
|
|
|
Requirements
|
|
|
|
------------
|
|
|
|
|
2019-07-01 13:36:57 +00:00
|
|
|
None
|
2019-01-30 09:16:36 +00:00
|
|
|
|
|
|
|
Role Variables
|
|
|
|
--------------
|
|
|
|
|
|
|
|
None
|
|
|
|
|
|
|
|
Dependencies
|
|
|
|
------------
|
|
|
|
|
|
|
|
None
|
|
|
|
|
|
|
|
Example Playbook
|
|
|
|
----------------
|
|
|
|
|
2019-02-01 17:41:54 +00:00
|
|
|
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
|
|
|
|
|
2019-01-30 09:16:36 +00:00
|
|
|
- hosts: servers
|
|
|
|
roles:
|
|
|
|
- galaxy-docker
|
|
|
|
|
|
|
|
Run tests
|
|
|
|
---------
|
|
|
|
|
2019-07-01 13:36:57 +00:00
|
|
|
Needs galaxy-vagrant to run tests
|
|
|
|
|
2019-01-30 09:16:36 +00:00
|
|
|
Ensure galaxy-vagrant is up
|
|
|
|
|
2019-07-01 13:36:57 +00:00
|
|
|
ansible-playbook -i tests/inventory tests/test.yml
|