mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-08-29 21:00
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
# Penpot version to deploy
|
||||
penpot_version: 1.14.0-beta
|
||||
penpot_version: 1.15.0-beta
|
||||
# SHould ansible manage upgrades. If False, only the initial install will be done
|
||||
penpot_manage_upgrade: True
|
||||
|
||||
@@ -10,11 +10,11 @@ penpot_root_dir: /opt/penpot
|
||||
# URL of the archive
|
||||
penpot_archive_url: https://github.com/penpot/penpot/archive/refs/tags/{{ penpot_version }}.tar.gz
|
||||
# Expected sha256 of the archive
|
||||
penpot_archive_sha256: 734a32a7e1b40e7a8c07bc2f299c38a82efa59551027d7b1ca0dc5400c3e002d
|
||||
penpot_archive_sha256: ae4266c7c91e093aeb3c00f42294ed364bfdd1d0a2f2ba69721c1416475340de
|
||||
# User under which penpot will run. Will be created
|
||||
penpot_user: penpot
|
||||
|
||||
# Public URL where penpot will be avaoilable to users
|
||||
# Public URL where penpot will be available to users
|
||||
penpot_public_url: https://{{ inventory_hostname }}
|
||||
|
||||
# Ports used by penpot components
|
||||
@@ -68,7 +68,6 @@ penpot_ldap_search_filter: "{{ ad_auth | ternary('(&(sAMAccountName=:username)(o
|
||||
penpot_ldap_attr_username: "{{ ad_auth | default(False) | ternary('userPrincipalName', 'uid') }}"
|
||||
penpot_ldap_attr_email: mail
|
||||
penpot_ldap_attr_fullname: cn
|
||||
penpot_ldap_attr_photo: jpegPhoto
|
||||
|
||||
# Email settings
|
||||
penpot_email_from: no-reply@{{ ansible_domain }}
|
||||
|
Reference in New Issue
Block a user