Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
Merge branch 'use_ansible_cfg'
Browse files Browse the repository at this point in the history
  • Loading branch information
ioO committed Oct 19, 2017
2 parents e258619 + 03e4b69 commit 75006ef
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.retry
docs/build/
ansible.cfg
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,15 @@ Playbooks to start and stop virtualbox vms and test your playbooks.
Useful links
------------

[Documentation](http://testible.readthedocs.io/en/latest/)
[Issue tracking](https://github.com/ioO/testible/issues)
* [Documentation](http://testible.readthedocs.io/en/latest/)
* [Issue tracking](https://github.com/ioO/testible/issues)

Requirements
-------------

* Python 2.7+ or 3.4+
* Ansible >= 2.0+

For development

* Python >= 3.4+
7 changes: 6 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Testible
========

An example how to test playbooks and roles with virtualbox vms
Playbooks to start and stop virtualbox vms to test your playbook.

When you write playbook you would like to test on virtual machine. More you learn ansible, more playbooks you write. You
use snapshots to keep your vm at the right state before your playbook. It is time consuming to start, stop and restore
your vms.
Here comes **testible**, an easy and *ansible* way to start vm at state, test your playbook, stop and restore state.

Quick start
-----------
Expand Down
12 changes: 12 additions & 0 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Github

clone the repo

Note
This way, use ansible.cfg file to add your inventory. This file is in the .gitignore.

Wget

Command to download playbook


File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 75006ef

Please sign in to comment.