ansible-role-motd/meta/main.yml

31 lines
685 B
YAML
Raw Permalink Normal View History

2018-09-25 14:15:07 +07:00
galaxy_info:
2018-09-25 19:55:16 +07:00
author: Ronggo Radityo
description: Atur MOTD
company: Kota Magelang
2018-09-25 14:15:07 +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:55:16 +07:00
license: license (BSD, MIT)
2018-09-25 14:15:07 +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:55:16 +07:00
platforms:
- name: Debian
versions:
- 8
- 9
- 10
2021-08-20 19:18:42 +07:00
- 11
2018-09-25 19:55:16 +07:00
galaxy_tags:
- linux
- debian
2018-09-25 14:15:07 +07:00
dependencies: []
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
# if you add dependencies to this list.