update defaults for more generic installation

This commit is contained in:
Mark McClain 2015-04-02 17:27:04 -04:00
parent 62a57712ed
commit 5d30e05b0f
2 changed files with 4 additions and 6 deletions

View File

@ -1,2 +0,0 @@
[akanda]
10.10.10.76 ansible_ssh_user=akanda

View File

@ -1,17 +1,17 @@
---
- hosts: all
sudo: true
sudo: True
vars:
bird_enable: True
bird_enable: False
bird6_enable: True
bird_enable_service: False
bird_enable_service: True
dnsmasq_conf_dir: /etc/dnsmasq.d
dnsmasq_conf_file: /etc/dnsmasq.conf
install_extras: False
do_cleanup: True
router_appliance: True
update_kernel: False
update_kernel: True
tasks:
- include: tasks/debian_backports.yml