ansible-role-debian-update/meta/main.yml

31 lines
697 B
YAML
Raw Normal View History

2018-09-25 14:14:59 +07:00
galaxy_info:
2018-09-25 19:34:38 +07:00
author: Ronggo Radityo
description: Update Debian Server
company: Kota Magelang
2018-09-25 14:14:59 +07:00
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
2018-09-25 19:34:38 +07:00
license: license (BSD, MIT)
2018-09-25 14:14:59 +07:00
min_ansible_version: 1.2
#
# platforms is a list of platforms, and each platform has a name and a list of versions.
#
2018-09-25 19:34:38 +07:00
platforms:
- name: Debian
versions:
- 8
- 9
2020-03-23 11:08:25 +07:00
- 10
2021-08-20 19:14:18 +07:00
- 11
2018-09-25 19:34:38 +07:00
galaxy_tags:
- linux
- debian
2018-09-25 14:14:59 +07:00
dependencies: []
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
# if you add dependencies to this list.