Generate ansible directory structures
Project description
Description
Ansible Generator is a python program designed to simplify creating a new ansible playbook by creating the necessary directory structure for the user based on ansible’s best practices, as outlined in content organization best practices.
Installation
PIP
pip install -U ansible-generator
Source
Without Make
git clone https://github.com/kkirsche/ansible-generator.git cd ansible-generator pip install -U wheel python setup.py bdist_wheel --universal pip install -U dist/*.whl
With Make
git clone https://github.com/kkirsche/ansible-generator.git cd ansible-generator make wheel pip install -U dist/*.whl
Usage
Help Text
usage: ansible-generate [-h] [-a] [-i INVENTORIES [INVENTORIES ...]] [-v] [projects [projects ...]] Generate an ansible playbook directory structure positional arguments: projects optional arguments: -h, --help show this help message and exit -a, --alternate-layout -i INVENTORIES [INVENTORIES ...], --inventories INVENTORIES [INVENTORIES ...] -v, --verbose
Defaults
alternate-layout — False
verbose — False
inventories ['production', 'staging']
Example
Current directory
ansible-generate
New-project
ansible-generate playbook_name
Alternate Layout
ansible-generate -a playbook_name
Custom Inventories
ansible-generate -i production staging lab -a test
Output
~/Downloads ❯❯❯ ansible-generate -i production staging lab -a test creating directory /Users/example/Downloads/test/roles creating directory /Users/example/Downloads/test/inventories/production/group_vars creating directory /Users/example/Downloads/test/inventories/production/host_vars creating directory /Users/example/Downloads/test/inventories/staging/group_vars creating directory /Users/example/Downloads/test/inventories/staging/host_vars creating directory /Users/example/Downloads/test/inventories/lab/group_vars creating directory /Users/example/Downloads/test/inventories/lab/host_vars creating file /Users/example/Downloads/test/inventories/production/hosts creating file /Users/example/Downloads/test/inventories/staging/hosts creating file /Users/example/Downloads/test/inventories/lab/hosts creating file /Users/example/Downloads/test/site.yml
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for ansible_generator-1.0.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f119553d77eb9418c8297408b39833efad4cac85bb8c1f1e4ef65f32678230fb |
|
MD5 | 9ea49c5a10cc7a5e8271709e5b0c7e10 |
|
BLAKE2b-256 | 143beb2d857c5ce77b0d7c02151f88a1d33c3351bdcee34b3c25a335847e5b56 |