| 1234567891011121314151617181920212223242526272829303132333435363738394041 | 
							- #
 
- # Default variables
 
- #
 
- ansible_prolog: True
 
- ansible_master_user: $PIPE(whoami)
 
- ansible_master_hostname: $PIPE(hostname --fqdn)
 
- ansible_master_ip: $PIPE(hostname --ip)
 
- admins:
 
-   - user: manu
 
-     fullname: Emmanuel Bouthenot
 
- admin_email: kolter@openics.org
 
- hosts_deny_nfs: False
 
- host_deny_paranoid: False
 
- with_auto_upgrade: True
 
- with_logcheck: True
 
- with_rkhunter: True
 
- with_chkrootkit: True
 
- with_smartd: False
 
- with_postfix: False
 
- with_mail_aliases: False
 
- with_ssh: True
 
- ssh_port: 2222
 
- ssh_ecdsa_key: True
 
- ssh_usedns: True
 
- http_auth_admin_password: seVDetGvSs7nA # openssl passwd -crypt adm123in
 
- with_ovh: False
 
- sysfs_disk_settings: False
 
- # vim: ft=yaml
 
 
  |