kkurian / ansible-dir

create, populate, and manage an ansible directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

===========
ansible-dir
===========

NAME
	ansible-dir - create, populate, and manage an ansible directory

SYNOPSIS
	ansible-dir [-h] [-d basedir] [-f] [-s] [--version] command [arg]

DESCRIPTION
	Create, populate, and manage an ansible directory in accordance with the
	AnsibleWorks Best Practices.

	See: http://docs.ansible.com/playbooks_best_practices.html

OPTIONS
	-h, --help   show this help message and exit
	-d basedir   the base directory on which to operate (default: ansible)
	-f, --force  overwrite existing files
	-s, --skip   skip existing files
	--version    show program's version number and exit

COMMANDS
  	init	initialize an ansible directory
  	role	add a role to an existing ansible directory

COPYRIGHT
	Copyright (C) 2013-2015 Kerry Ivan Kurian
	License: MIT. See LICENSE for details.

VERSION
	0.4

About

create, populate, and manage an ansible directory

License:MIT License


Languages

Language:Python 100.0%