ansible-public/test/vagrant.yml

29 lines
630 B
YAML
Raw Normal View History

2016-12-21 16:05:03 +01:00
---
- hosts: all
2016-12-21 16:05:03 +01:00
gather_facts: yes
become: yes
2017-10-06 15:47:37 +02:00
vars_files:
- '~/GIT/evolix-private/vars/evolinux-secrets.yml'
2017-10-06 15:47:37 +02:00
2016-12-21 16:05:03 +01:00
vars:
2017-01-03 17:26:06 +01:00
evolinux_apt_upgrade: False
2017-10-08 23:58:35 +02:00
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
2016-12-21 16:05:03 +01:00
2017-10-06 15:47:37 +02:00
evolinux_hostname: "vagrant"
evolinux_domain: "evolix.local"
evolinux_fqdn: "vagrant.evolix.local"
2016-12-21 16:05:03 +01:00
roles:
2017-10-06 15:47:37 +02:00
- evolinux-base
2017-10-08 23:58:35 +02:00
- packweb-apache
- ~/GIT/evolix-private/roles/generateldif