ansible.l3d.space/flowblocks/table.ini

36 lines
609 B
INI
Raw Normal View History

2023-02-01 00:42:18 +01:00
[block]
name = Add Ansible Repository
button_label = Add Ansible Repo
[fields.name]
label = Ansible Role Name
type = string
2023-03-08 02:30:13 +01:00
[fields.gitrepo]
label = Git Repo
type = url
2023-02-01 00:42:18 +01:00
[fields.galaxy_name]
label = Ansible Galaxy Name
type = string
width = 1/3
[fields.galaxy_url]
label = Ansible Galaxy Address
type = url
width = 2/3
2023-03-08 02:30:13 +01:00
[fields.maintainance]
label = Maintainance Status
type = select
choices = well,true,poor,false
default = false
width = 1/2
[fields.license]
label = Maintainance Status
type = select
2023-03-10 00:03:52 +01:00
choices = MIT,GPLv3,BSD 3-Clause,CC-BY-4.0,CC-BY-SA-4.0,Apache-2,proprietary
2023-03-08 02:30:13 +01:00
default = MIT
width = 1/2