27 lines
642 B
YAML
27 lines
642 B
YAML
---
|
|
glob_debian_images:
|
|
cron_timer: 39 06 * * *
|
|
rsync_host: eclat.adm.crans.org
|
|
rsync_module: mirror
|
|
include_extra_images: false
|
|
|
|
glob_service_proxmox_user:
|
|
git:
|
|
remote: https://gitlab.adm.crans.org/nounous/proxmox-user.git
|
|
version: main
|
|
name: proxmox-user
|
|
install_dir: /var/local/services/proxmox-user
|
|
generated: false
|
|
cron:
|
|
frequency: "*/2 * * * *"
|
|
options: ""
|
|
config:
|
|
ldap:
|
|
admin:
|
|
uri: ldaps://{{ query('ldap', 'ip', 'tealc', 'adm') | ansible.utils.ipv4 | first }}/
|
|
userBase: ou=passwd,dc=crans,dc=org
|
|
realm: pam
|
|
dependencies:
|
|
- python3-jinja2
|
|
- python3-ldap
|