Add default variables
This commit is contained in:
parent
cc04ed028d
commit
0acf2bb307
2 changed files with 10 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
become: true
|
||||
become_method: sudo
|
||||
|
||||
vars_files:
|
||||
- vars.yml
|
||||
|
||||
roles:
|
||||
- cups
|
||||
- git
|
||||
|
|
7
vars.yml
Normal file
7
vars.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
ansible_wheel: root
|
||||
mail_server: mail.foo.sh
|
||||
mail_domain: foo.sh
|
||||
ldap_basedn: dc=foo,dc=sh
|
||||
ldap_server: [ldap.foo.sh]
|
||||
kerberos_realm: FOO.SH
|
Loading…
Add table
Reference in a new issue