Compare commits
6 Commits
0d914bd11c
...
0a132b0ad5
Author | SHA1 | Date | |
---|---|---|---|
0a132b0ad5 | |||
72942ee382 | |||
755e5d55f2 | |||
5023a56b29 | |||
17dfe4b2bb | |||
cd122ebbdb |
@ -1,6 +1,6 @@
|
|||||||
namespace: finallycoffee
|
namespace: finallycoffee
|
||||||
name: services
|
name: services
|
||||||
version: 0.1.4
|
version: 0.1.5
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- transcaffeine <transcaffeine@finally.coffee>
|
- transcaffeine <transcaffeine@finally.coffee>
|
||||||
@ -13,3 +13,9 @@ build_ignore:
|
|||||||
- '*.tar.gz'
|
- '*.tar.gz'
|
||||||
repository: https://git.finally.coffee/finallycoffee/services
|
repository: https://git.finally.coffee/finallycoffee/services
|
||||||
issues: https://codeberg.org/finallycoffee/ansible-collection-services/issues
|
issues: https://codeberg.org/finallycoffee/ansible-collection-services/issues
|
||||||
|
tags:
|
||||||
|
- authelia
|
||||||
|
- gitea
|
||||||
|
- hedgedoc
|
||||||
|
- jellyfin
|
||||||
|
- docker
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
authelia_version: "4.38.16"
|
||||||
authelia_version: 4.38.15
|
|
||||||
authelia_user: authelia
|
authelia_user: authelia
|
||||||
authelia_base_dir: /opt/authelia
|
authelia_base_dir: /opt/authelia
|
||||||
authelia_domain: authelia.example.org
|
authelia_domain: authelia.example.org
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
ghost_domain: ~
|
ghost_domain: ~
|
||||||
ghost_version: "5.95.0"
|
ghost_version: "5.96.0"
|
||||||
ghost_user: ghost
|
ghost_user: ghost
|
||||||
ghost_user_group: ghost
|
ghost_user_group: ghost
|
||||||
ghost_base_path: /opt/ghost
|
ghost_base_path: /opt/ghost
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
gitea_version: "1.22.3"
|
||||||
gitea_version: "1.22.2"
|
|
||||||
gitea_user: git
|
gitea_user: git
|
||||||
gitea_run_user: "{{ gitea_user }}"
|
gitea_run_user: "{{ gitea_user }}"
|
||||||
gitea_base_path: "/opt/gitea"
|
gitea_base_path: "/opt/gitea"
|
||||||
@ -11,7 +10,7 @@ gitea_domain: ~
|
|||||||
|
|
||||||
# container config
|
# container config
|
||||||
gitea_container_name: "{{ gitea_user }}"
|
gitea_container_name: "{{ gitea_user }}"
|
||||||
gitea_contianer_image_server: "docker.io"
|
gitea_container_image_server: "docker.io"
|
||||||
gitea_container_image_name: "gitea"
|
gitea_container_image_name: "gitea"
|
||||||
gitea_container_image_namespace: gitea
|
gitea_container_image_namespace: gitea
|
||||||
gitea_container_image_fq_name: >-
|
gitea_container_image_fq_name: >-
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
hedgedoc_user: hedgedoc
|
hedgedoc_user: hedgedoc
|
||||||
hedgedoc_version: 1.9.9
|
hedgedoc_version: "1.10.0"
|
||||||
|
|
||||||
hedgedoc_state: present
|
hedgedoc_state: present
|
||||||
hedgedoc_deployment_method: docker
|
hedgedoc_deployment_method: docker
|
||||||
|
Loading…
Reference in New Issue
Block a user