ansible.l3d.space/flowblocks/table.ini

51 lines
879 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 = Github Repo
2023-03-08 02:30:13 +01:00
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
2023-03-08 02:30:13 +01:00
2023-02-01 00:42:18 +01:00
[fields.galaxy_name]
label = Ansible Galaxy Name
description = And Icons file Name
2023-02-01 00:42:18 +01:00
type = string
width = 3/8
2023-03-22 00:52:49 +01:00
default = l3d.template
2023-02-01 00:42:18 +01:00
[fields.galaxy_url]
label = Ansible Galaxy Address
type = url
width = 1/2
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