mg
a27830107b
munin eingegrenzt Playbooks aufgeteilt header angepasst cahe valid time entfernt cache valid time angehoben update packeges in eigenes playbook vars playbook filter angepasst playbook rolle hinzugefügt Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#51 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
38 lines
676 B
YAML
38 lines
676 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.
|
|
#
|
|
galaxy_tags:
|
|
#- cloud
|
|
#- cloud:ec2
|
|
#- cloud:gce
|
|
#- cloud:rax
|
|
#- database
|
|
#- database:nosql
|
|
#- database:sql
|
|
#- development
|
|
#- monitoring
|
|
#- networking
|
|
#- packaging
|
|
- system
|
|
#- web
|
|
dependencies: []
|
|
|