Les fichiers geres par les roles (99-chezlepro.conf, chezlepro_filter, chezlepro-bind.conf, /etc/redis/chezlepro.conf...) et les 14 templates correspondants passent a la marque neutre du moteur 'setops' (git mv + references src/dest). Un loup ne deploie plus de fichiers marques chezlepro. Coherence src <-> template verifiee, ansible-lint 0 echec, diff vide, syntax-check des playbooks de groupes OK. READMEs laisses (exemples). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
22 lines
498 B
Django/Jinja
22 lines
498 B
Django/Jinja
# Managed by Ansible — Set-OPS
|
|
|
|
datasource_list: [ NoCloud, ConfigDrive, None ]
|
|
|
|
preserve_hostname: false
|
|
manage_etc_hosts: {{ cloud_init_manage_etc_hosts | bool | lower }}
|
|
disable_root: {{ cloud_init_disable_root | bool | lower }}
|
|
ssh_pwauth: {{ cloud_init_ssh_pwauth | bool | lower }}
|
|
|
|
ssh_deletekeys: {{ cloud_init_ssh_deletekeys | bool | lower }}
|
|
ssh_genkeytypes:
|
|
- rsa
|
|
- ecdsa
|
|
- ed25519
|
|
|
|
growpart:
|
|
mode: auto
|
|
devices:
|
|
- /
|
|
ignore_growroot_disabled: false
|
|
|
|
resize_rootfs: true
|