-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix hostname changing * Update AVM * Fix Ubuntu Xenial container * Fix AVM env vars * Update ansible-setup.sh script * Remove .kitchen directory * Rollback tasks * Add .gitignore * Add python to xenial * Move hostname task after /etc/hosts modification * Remove old tests * Rename tests * Disable retry files creation
- Loading branch information
Showing
28 changed files
with
71 additions
and
263 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
################ GIT Ignore ################ | ||
|
||
## Ansible experimental and testing stuff | ||
plays-test | ||
plays-experimental/* | ||
roles/experimental/* | ||
local.ini | ||
packer.ini | ||
|
||
## Ansible temp files | ||
*.retry | ||
.galaxy_install_info | ||
|
||
## Sensetive data | ||
.vpass | ||
.vpass* | ||
vpass | ||
vpass* | ||
|
||
## IDE stuff | ||
.idea | ||
|
||
## python stuff | ||
*.pyc | ||
|
||
## Ruby stuff | ||
bundler_gems | ||
.bundle | ||
|
||
## Node stuff | ||
node_modules/ | ||
|
||
## Kitchen stuff | ||
tests/*/.kitchen/ | ||
tests_run | ||
.kitchen | ||
|
||
## Vagrant stuff | ||
.vagrant | ||
|
||
## Mac stuff | ||
.DS_Store |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.