Skip to content

Commit

Permalink
updates box versions and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
discopatrick committed Feb 11, 2017
1 parent db968db commit 213893b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Keeping these examples in a simple, isolated project lets me refer to known work

New versions of Ansible are released regularly. The playbooks in this project are always tested against a specific version, which is specified in requirements.txt (e.g. `ansible==2.2.1.0`).

## Server OS version

These playbooks are tested against:

* Vagrant boxes running a specific box version as specified in 'Vagrantfile', e.g. `config.vm.box_version = "v20170202.1.0"`
* Digital Ocean machines running Ubuntu 14.04.5 x64

## Inventory

See hosts/README.md for notes specific to inventory files.
Expand Down
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Vagrant.configure(2) do |config|
end

config.vm.box = "ubuntu/trusty64"
config.vm.box_version = "20170202.1.0"

# Create a forwarded port mapping which allows access to a specific port
# within the machine from a port on the host machine. In the example below,
Expand Down

0 comments on commit 213893b

Please sign in to comment.