1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- #
- # Default variables
- #
- ansible_master_user: admin
- ansible_master_hostname: localhost
- ansible_master_ip: $PIPE(hostname --ip)
- admins:
- admin_email: root@localhost
- debian_mirror: ftp://ftp.fr.debian.org/debian
- hosts_deny_nfs: False
- host_deny_paranoid: False
- with_auto_upgrade: False
- with_logcheck: False
- with_rkhunter: False
- with_chkrootkit: False
- with_hideproc: False
- with_firewall: False
- firewall_opened_ports:
- - ssh
- - http
- - https
- - smtp
- with_smartd: False
- with_postfix: False
- with_mail_aliases: False
- with_ssh: True
- ssh_port: 22
- ssh_ecdsa_key: True
- ssh_usedns: True
- with_ovh: False
- sysfs_disk_settings: False
- # vim: ft=yaml
|