An open API service indexing awesome lists of open source software.

https://github.com/hyperized/package

Simple Ansible Ubuntu APT wrapper
https://github.com/hyperized/package

ansible apt ubuntu

Last synced: 7 months ago
JSON representation

Simple Ansible Ubuntu APT wrapper

Awesome Lists containing this project

README

          

hyperized.package
=========

_Ubuntu APT package_

Requirements
------------

Ansible 2.5 or above is highly recommended.

Role Variables
--------------

package_state: installed
package_name: yourpackage
package_cache_valid_time: 3600 (overridden by apt_cache_valid_time)
package_delay: 5
package_max_retries: 3

Dependencies
------------

None

Example Playbook
----------------

- hosts: all
become: yes
roles:
- role: hyperized.package
package_name: htop

License
-------

MIT

Author Information
------------------

Gerben Geijteman