File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ It will not:
2727
2828## Requirements
2929
30- * Ansible
30+ * Ansible 2.2.1
3131
3232## Variables
3333
Original file line number Diff line number Diff line change 11# This is a Vagrant block to allow proxy settings to be carried into Kitchen
22# You need this for all of yum/apt etc. to work!
3- unless ENV [ 'http_proxy' ] . empty? || Vagrant . has_plugin? ( "vagrant-proxyconf" )
4- raise "Missing required plugin 'vagrant-proxyconf' to support HTTP(S) proxies, run `vagrant plugin install vagrant-proxyconf`"
5- end
63
74Vagrant . configure ( 2 ) do |config |
8- config . proxy . http = "#{ ENV [ 'http_proxy' ] } "
9- config . proxy . https = "#{ ENV [ 'https_proxy' ] } "
10- config . proxy . no_proxy = "localhost,127.0.0.1"
11-
12- # You may have vagrant-vbguest plugin installed to keep your images up to date
13- # - but will probably have VBoxAddition build issues with the foreign boxes listed in .kitchen.vagrant.yml
14- config . vbguest . auto_update = false
155end
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ galaxy_info:
44 description : ' This Ansible role provides numerous security-related configurations, providing all-round base protection.'
55 company : Hardening Framework Team
66 license : Apache License 2.0
7- min_ansible_version : ' 1.9 '
7+ min_ansible_version : ' 2.2.1 '
88 platforms :
99 - name : EL
1010 versions :
You can’t perform that action at this time.
0 commit comments