50 lines
893 B
INI
50 lines
893 B
INI
[block]
|
|
name = Add Ansible Collection
|
|
button_label = Add Ansible Collection
|
|
|
|
[fields.name]
|
|
label = Ansible Collection Name
|
|
type = string
|
|
|
|
[fields.gitrepo]
|
|
label = Github Repo
|
|
type = url
|
|
width = 1/2
|
|
|
|
[fields.gitearepo]
|
|
label = Gitea Repo
|
|
type = url
|
|
width = 1/2
|
|
|
|
[fields.no_galaxy]
|
|
label = Role has Galaxy
|
|
type = boolean
|
|
checkbox_label = Uncheck if role is not at galaxy
|
|
default = true
|
|
width = 1/8
|
|
|
|
[fields.galaxy_name]
|
|
label = Ansible Galaxy Name
|
|
description = And Icons file Name
|
|
type = string
|
|
width = 3/8
|
|
default = l3d.collection
|
|
|
|
[fields.galaxy_url]
|
|
label = Ansible Galaxy Address
|
|
type = url
|
|
width = 1/2
|
|
|
|
[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
|