2019-01-31 13:39:39 +00:00
|
|
|
galaxy-aptup
|
|
|
|
============
|
|
|
|
|
|
|
|
Update and upgrade on Debian / APT
|
|
|
|
|
|
|
|
Requirements
|
|
|
|
------------
|
|
|
|
|
|
|
|
None
|
|
|
|
|
|
|
|
Role Variables
|
|
|
|
--------------
|
|
|
|
|
|
|
|
None
|
|
|
|
|
|
|
|
Dependencies
|
|
|
|
------------
|
|
|
|
|
|
|
|
None
|
|
|
|
|
|
|
|
Example Playbook
|
|
|
|
----------------
|
|
|
|
|
|
|
|
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
|
|
|
|
|
|
|
|
- hosts: servers
|
|
|
|
roles:
|
|
|
|
- galaxy-aptup
|
|
|
|
|
|
|
|
Run tests
|
|
|
|
---------
|
|
|
|
|
2019-07-01 13:32:58 +00:00
|
|
|
Needs galaxy-vagrant to run tests
|
|
|
|
|
2019-01-31 13:39:39 +00:00
|
|
|
Ensure galaxy-vagrant is up
|
|
|
|
|
|
|
|
ansible-playbook -i tests/inventory tests/test.yml
|