-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
244babc
commit 150b42f
Showing
8 changed files
with
102 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
| Ansible role | Vagrant box | enable-vbguest | | ||
| ----------------------- | ------------------- | -------------- | | ||
| juliendufresne.influxdb | bento/debian-7.9 | no | | ||
| juliendufresne.influxdb | bento/debian-7.10 | no | | ||
| juliendufresne.influxdb | bento/debian-8.1 | no | | ||
| juliendufresne.influxdb | bento/debian-8.2 | no | | ||
| juliendufresne.influxdb | bento/debian-8.3 | no | | ||
| juliendufresne.influxdb | bento/debian-8.4 | no | | ||
| juliendufresne.influxdb | bento/ubuntu-12.04 | no | | ||
| juliendufresne.influxdb | bento/ubuntu-14.04 | no | | ||
| juliendufresne.influxdb | bento/ubuntu-15.04 | no | | ||
| juliendufresne.influxdb | bento/ubuntu-15.10 | no | | ||
| juliendufresne.influxdb | bento/ubuntu-16.04 | no | | ||
| juliendufresne.influxdb | bento/centos-6.7 | yes | | ||
| juliendufresne.influxdb | geerlingguy/centos6 | yes | | ||
| juliendufresne.influxdb | geerlingguy/centos7 | no | | ||
| Ansible role | Vagrant box | enable-vbguest | pre-script | | ||
| ----------------------- | ------------------- | -------------- | -------------------------------- | | ||
| juliendufresne.influxdb | geerlingguy/centos6 | yes | provision/install_ansible.sh | | ||
| juliendufresne.influxdb | geerlingguy/centos7 | no | | | ||
| juliendufresne.influxdb | bento/debian-7.9 | no | | | ||
| juliendufresne.influxdb | bento/debian-7.10 | no | | | ||
| juliendufresne.influxdb | bento/debian-8.1 | no | | | ||
| juliendufresne.influxdb | bento/debian-8.2 | no | | | ||
| juliendufresne.influxdb | bento/debian-8.3 | no | | | ||
| juliendufresne.influxdb | bento/debian-8.4 | no | | | ||
| juliendufresne.influxdb | bento/ubuntu-12.04 | no | | | ||
| juliendufresne.influxdb | bento/ubuntu-14.04 | no | | | ||
| juliendufresne.influxdb | bento/ubuntu-15.04 | no | | | ||
| juliendufresne.influxdb | bento/ubuntu-15.10 | no | | | ||
| juliendufresne.influxdb | bento/ubuntu-16.04 | no | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/usr/bin/env bash | ||
|
||
echo "empty provision used" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/usr/bin/env bash | ||
|
||
if which yum &>/dev/null | ||
then | ||
yum install -y epel-release python-crypto | ||
yum reinstall -y python-crypto | ||
yum install -y ansible | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters