Skip to content

Commit dfc5056

Browse files
author
Sebastian Gumprich
committed
update min ansible version
1 parent 3af185b commit dfc5056

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ It will not:
2727

2828
## Requirements
2929

30-
* Ansible
30+
* Ansible 2.2.1
3131

3232
## Variables
3333

kitchen_vagrant_block.rb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
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

74
Vagrant.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
155
end

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)