35 lines
609 B
INI
35 lines
609 B
INI
[block]
|
|
name = Add Ansible Repository
|
|
button_label = Add Ansible Repo
|
|
|
|
[fields.name]
|
|
label = Ansible Role Name
|
|
type = string
|
|
|
|
[fields.gitrepo]
|
|
label = Git Repo
|
|
type = url
|
|
|
|
[fields.galaxy_name]
|
|
label = Ansible Galaxy Name
|
|
type = string
|
|
width = 1/3
|
|
|
|
[fields.galaxy_url]
|
|
label = Ansible Galaxy Address
|
|
type = url
|
|
width = 2/3
|
|
|
|
[fields.maintainance]
|
|
label = Maintainance Status
|
|
type = select
|
|
choices = well,true,poor,false
|
|
default = false
|
|
width = 1/2
|
|
|
|
[fields.license]
|
|
label = Maintainance Status
|
|
type = select
|
|
choices = MIT,GPLv3,BSD 3-Clause,CC-BY-4.0,CC-BY-SA-4.0,Apache-2,proprietary
|
|
default = MIT
|
|
width = 1/2
|