Skip to content

Commit

Permalink
Merge pull request #51 from andrewvaughan/ansible-readme
Browse files Browse the repository at this point in the history
Docs: Added installation instructions for Ansible Galaxy (fixes #47)
  • Loading branch information
andrewvaughan authored Nov 11, 2017
2 parents bd5e4c3 + 395cb23 commit 7141bd4
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,27 @@ be registered as Ansible variables.

## Installation

Coming Soon - Ansible Galaxy instructions.
This plugin is made available in [Ansible Galaxy](https://galaxy.ansible.com/). Once Ansible Galaxy is installed, you
may install this plugin with the following command:

```bash
ansible-galaxy install andrewvaughan.ansible-prompt
```

To use this plugin, simply add the role to your playbook file with the following addition:

```yml
roles:
- andrewvaughan.ansible-prompt
```
Once completed, you may use the entire plugin as described in the [Usage Guidelines](#usage)
### Manual Installation
To add this plugin to your project, simply copy the `/action_plugins/prompt.py` file to a folder named
`action_plugins` in your playbook root directory. Ansible will automatically find and enable all commands made
available by the plugin, as detailed in the [Usage](#usage) guidelines.
available by the plugin, as detailed in the [Usage Guidelines](#usage).

### Dependencies

Expand Down

0 comments on commit 7141bd4

Please sign in to comment.