mirror of https://dev.ccchb.de/ccchb/ansible.git
Merge branch 'master' of ssh://dev.ccchb.de:2222/ccchb/ansible
This commit is contained in:
commit
964e260a78
|
@ -93,8 +93,8 @@ bhyve_guests:
|
||||||
- name: geno-playground
|
- name: geno-playground
|
||||||
index: 3
|
index: 3
|
||||||
enabled: true
|
enabled: true
|
||||||
ram: 1G
|
ram: 4G
|
||||||
cpus: 1
|
cpus: 4
|
||||||
password: foobar
|
password: foobar
|
||||||
image: manjaro-architect-20.0.3-200607-linux56.iso
|
image: manjaro-architect-20.0.3-200607-linux56.iso
|
||||||
order:
|
order:
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
vm_index: 2
|
vm_index: 2
|
||||||
|
|
||||||
gitea_version: "1.12.5"
|
gitea_version: "1.13.0"
|
||||||
gitea_app_name: "dev.ccchb.de"
|
gitea_app_name: "dev.ccchb.de"
|
||||||
|
|
||||||
# technical:
|
# technical:
|
||||||
gitea_root_url: "https://dev.ccchb.de"
|
gitea_root_url: "https://dev.ccchb.de"
|
||||||
|
|
||||||
gitea_http_domain: "dev.ccchb.de"
|
gitea_http_domain: "dev.ccchb.de"
|
||||||
gitea_http_listen: "[::]"
|
gitea_http_listen: "0.0.0.0"
|
||||||
gitea_http_port: 443
|
gitea_http_port: 443
|
||||||
gitea_protocol: "https"
|
gitea_protocol: "https"
|
||||||
gitea_systemd_cap_net_bind_service: true
|
gitea_systemd_cap_net_bind_service: true
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0474dc8d0c7031f7fcb58484c9c6552b1b9869eb
|
Subproject commit 1aa082a2101c69f8cfc13a31604991b0c3dfa8e5
|
Loading…
Reference in New Issue