29 lines
505 B
YAML
29 lines
505 B
YAML
---
|
|
galaxy_info:
|
|
author: yas-nyan
|
|
description: Ansible GoBGP installer
|
|
company: sfc.wide.ad.jp
|
|
license: MIT
|
|
|
|
min_ansible_version: 2.7
|
|
|
|
platforms:
|
|
- name: Debian
|
|
versions:
|
|
- jessie
|
|
- stretch
|
|
- name: Ubuntu
|
|
versions:
|
|
- bionic
|
|
- xenial
|
|
|
|
galaxy_tags:
|
|
- networking
|
|
- routing
|
|
- deploy
|
|
|
|
dependencies:
|
|
[]
|
|
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
|
|
# if you add dependencies to this list.
|