James Tombleson
b7facd7394
Added Sensu Moved default role downloads to ./roles Added unattended-upgrades
39 lines
675 B
YAML
39 lines
675 B
YAML
---
|
|
galaxy_info:
|
|
author: Jan Vlnas
|
|
description: Setup unattended-upgrades on Debian-based systems
|
|
license: GPLv2
|
|
min_ansible_version: 1.4
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- precise
|
|
- raring
|
|
- saucy
|
|
- trusty
|
|
- utopic
|
|
- name: Debian
|
|
versions:
|
|
- wheezy
|
|
- jessie
|
|
#
|
|
# Below are all categories currently available. Just as with
|
|
# the platforms above, uncomment those that apply to your role.
|
|
#
|
|
categories:
|
|
#- cloud
|
|
#- cloud:ec2
|
|
#- cloud:gce
|
|
#- cloud:rax
|
|
#- database
|
|
#- database:nosql
|
|
#- database:sql
|
|
#- development
|
|
#- monitoring
|
|
#- networking
|
|
#- packaging
|
|
- system
|
|
#- web
|
|
dependencies: []
|
|
|