feat: init templates from enough docs[0]

[0]: https://enough-community.readthedocs.io/en/latest/services/hostea.html
pull/1/head
Aravinth Manivannan 2022-06-24 20:35:00 +05:30
parent ff8a21d9dc
commit 1a234d402f
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
5 changed files with 90 additions and 0 deletions

View File

@ -0,0 +1,2 @@
enough --domain d.hostea.org host create {{subdomain}}-host
enough --domain d.hostea.org service create --host {{subdomain}}-host gitea

View File

@ -0,0 +1 @@
enough --domain d.hostea.org host delete hostea001-host

View File

@ -0,0 +1,3 @@
pets:
hosts:
{{ subdomain }}-host:

View File

@ -0,0 +1,83 @@
---
#
#######################################
#
# Public hostname of the Gitea instance
#
#
gitea_host: "gitea.{{ domain }}"
#
#######################################
#
# Mailer from
#
#
gitea_mailer_from: "noreply@enough.community"
#
#######################################
#
# SSH port of the Gitea instance
#
#
gitea_ssh_port: "22"
#
#######################################
#
# Gitea version
#
#
gitea_version: "1.16.8"
#
#######################################
#
# Admin user name
#
gitea_user: root
#
#######################################
#
# Admin user password
#
#gitea_password: etquofEtseudett
#
#######################################
#
# Admin user email
#
gitea_email: contact@enough.community
#
#######################################
#
# Unique hostname of the woodpecker server relative to {{ domain }}
#
woodpecker_hostname: "woodpecker"
#
#######################################
#
# Public hostname of the Woodpecker instance
#
woodpecker_host: "{{ woodpecker_hostname }}.{{ domain }}"
#
#######################################
#
# Gitea users with admin rights on woodpecker
#
woodpecker_admins: "{{ gitea_user }}"
#
#######################################
#
# Woodpecker shared agent secret `openssl rand -hex 32`
#
#woodpecker_agent_secret: c2cd326f7104c2ca93e6d22da0b28d1e33b4aeaa071c08945e0ade576b3192ce
#
#######################################
#
# Woodpecker version
#
woodpecker_version: "v0.15.2"
#
#######################################
#
# Woodpecker max procs
#
woodpecker_max_procs: 1

View File

@ -0,0 +1 @@
openstack_flavor: "\{\{ {{ vm_size }} \}\}"