ansible-public/test/vagrant.yml
Jérémy Lecour 72569328d7 vagrant: we can test on jessie/stretch in parallel
Only for Stretch :
$ vagrant up stretch

Only for Jessie :
$ vagrant up jessie

Both at the same time :
$ vagrant up
2017-10-09 09:17:52 +02:00

29 lines
630 B
YAML

---
- hosts: all
gather_facts: yes
become: yes
vars_files:
- '~/GIT/evolix-private/vars/evolinux-secrets.yml'
vars:
evolinux_apt_upgrade: False
evolinux_root_disable_ssh: False
evolinux_ssh_allow_current_user: True
minifirewall_privilegied_ips: ["192.168.0.0/16", "10.0.0.0/8"]
packweb_enable_evoadmin_vhost: True
packweb_phpmyadmin_suffix: "uE34swx9"
evolinux_postfix_include: False
evolinux_hostname: "vagrant"
evolinux_domain: "evolix.local"
evolinux_fqdn: "vagrant.evolix.local"
roles:
- evolinux-base
- packweb-apache
- ~/GIT/evolix-private/roles/generateldif