Skip to content

Helper utility to export Ansible playbook variables to Yaml for use with Serverspec.

License

Notifications You must be signed in to change notification settings

nathonfowlie/ansible2serverspec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Ansible 2 ServerSpec
Helper utility to simplify synchronising configuration information that is
shared between Ansible playbooks, and Serverspec infrastructure tests.

The utility is designed to mimic the ```ansible-playbook``` command as closely as
possible, to minimise the learning curve and enable easy integration into
existing build or deployment scripts.

## Installation
```
pip install ansible2serverspec
```


### Installing from Source
```
$ pip install -r requirements.txt

$ python setup.py install
```

About

Helper utility to export Ansible playbook variables to Yaml for use with Serverspec.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages