forked from silpion/ansible-tomcat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvvars-vagrant.sample
More file actions
10 lines (10 loc) · 919 Bytes
/
envvars-vagrant.sample
File metadata and controls
10 lines (10 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
export RAKE_ANSIBLE_USE_VAGRANT=1
export ANSIBLE_TOMCAT_VAGRANT_BOXNAME=centos/7 # name of the vagrant box to use for testing
export ANSIBLE_TOMCAT_VAGRANT_PROVIDER=virtualbox # name of the vagrant provider to use for testing
#export ANSIBLE_TOMCAT_VAGRANT_ANSIBLE_TAGS= # Multiple tags can be specified comma seperated
unset ANSIBLE_TOMCAT_VAGRANT_ANSIBLE_TAGS # An empty tags variable leads to an error
#export ANSIBLE_TOMCAT_VAGRANT_ANSIBLE_SKIP_TAGS= # Multiple tags can be specified comma seperated
unset ANSIBLE_TOMCAT_VAGRANT_ANSIBLE_SKIP_TAGS # An empty skip_tags variable leads to an error
export ANSIBLE_TOMCAT_VAGRANT_ANSIBLE_VERBOSE= # May contain one to four 'v's
export ANSIBLE_TOMCAT_VAGRANT_ANSIBLE_CHECKMODE= # 1 to enable, any other value to disable
export ANSIBLE_TOMCAT_VAGRANT_ANSIBLE_DIFFMODE= # 1 to enable, any other value to disable