Setup ubuntu/debian package(s)
Need ansible 2+
packages_update_cache
: Defines if the APT cache should be updated. Defaults tono
.packages_cache_valid_time
: Defines for how long the APT cache should be considered valid. Defaults to 3600 seconds.
There is no dependency.
- hosts: servers
roles:
- { role: SimpliField.packages, packages: [git] }
- { role: SimpliField.packages, packages: [pymongo], packages_update_cache: true }
BSD