Skip to content
Snippets Groups Projects

Properly scope shared variable spaces

4 files
+ 12
4
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
0
@@ -3,3 +3,5 @@
ad_admin_password: samba-admin
smb_model_prefork: false
smb_prefork_children: 4 # since it is default in 4.10
smb_domain: "{{ domain.split('.')[0].upper() }}"
REALM: "{{ domain.upper() }}"
Loading