Compare commits
17 Commits
transcaffe
...
main
Author | SHA1 | Date | |
---|---|---|---|
aa6bf10e97
|
|||
78beaa1814
|
|||
fcbcb39e55
|
|||
a7b6189fa3
|
|||
cd0e305d34
|
|||
d09baa48fa
|
|||
3bb6928fad
|
|||
bce1d4ecee
|
|||
4de87f2407
|
|||
2984018cd2
|
|||
536c988d64
|
|||
ef34c4de67
|
|||
f23a3538bd
|
|||
503c421b2f
|
|||
46f26900fc
|
|||
0b9bfc1646
|
|||
79c8b6537e
|
galaxy.yml
roles
@ -6,6 +6,7 @@ authors:
|
||||
- transcaffeine <transcaffeine@finally.coffee>
|
||||
description: Various ansible roles useful for automating infrastructure
|
||||
dependencies:
|
||||
"community.general": "^10.0.0"
|
||||
"community.crypto": "^2.22.0"
|
||||
"community.docker": "^4.0.0"
|
||||
"containers.podman": "^1.16.0"
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
authelia_version: "4.39.1"
|
||||
authelia_version: "4.39.4"
|
||||
authelia_user: authelia
|
||||
authelia_base_dir: /opt/authelia
|
||||
authelia_domain: authelia.example.org
|
||||
@ -15,7 +15,7 @@ authelia_notification_storage_file: "{{ authelia_data_dir }}/notifications.txt"
|
||||
authelia_user_storage_file: "{{ authelia_data_dir }}/user_database.yml"
|
||||
|
||||
authelia_container_name: authelia
|
||||
authelia_container_image_server: docker.io
|
||||
authelia_container_image_server: ghcr.io
|
||||
authelia_container_image_namespace: authelia
|
||||
authelia_container_image_name: authelia
|
||||
authelia_container_image: >-2
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
ghost_domain: ~
|
||||
ghost_version: "5.117.0"
|
||||
ghost_version: "5.121.0"
|
||||
ghost_user: ghost
|
||||
ghost_user_group: ghost
|
||||
ghost_base_path: /opt/ghost
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
gitea_version: "1.23.7"
|
||||
gitea_version: "1.24.0"
|
||||
gitea_user: git
|
||||
gitea_run_user: "{{ gitea_user }}"
|
||||
gitea_base_path: "/opt/gitea"
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
keycloak_version: "26.2.2"
|
||||
keycloak_version: "26.2.5"
|
||||
keycloak_container_name: keycloak
|
||||
|
||||
keycloak_container_image_upstream_registry: quay.io
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
snipe_it_container_image_registry: docker.io
|
||||
snipe_it_container_image_namespace: 'grokability'
|
||||
snipe_it_container_image_namespace: 'snipe'
|
||||
snipe_it_container_image_name: 'snipe-it'
|
||||
snipe_it_container_image_tag: ~
|
||||
snipe_it_container_image_flavour: alpine
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
snipe_it_user: snipeit
|
||||
snipe_it_version: "8.1.2"
|
||||
snipe_it_version: "8.1.15"
|
||||
snipe_it_domain: ~
|
||||
snipe_it_state: present
|
||||
snipe_it_deployment_method: docker
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
vaultwarden_user: vaultwarden
|
||||
vaultwarden_version: "1.33.2"
|
||||
vaultwarden_version: "1.34.1"
|
||||
|
||||
vaultwarden_config_file: "/etc/vaultwarden/config.json"
|
||||
vaultwarden_config_directory: "{{ vaultwarden_config_file | dirname }}"
|
||||
|
Reference in New Issue
Block a user