Skip to content

Commit

Permalink
Update the description of the role.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Jan 5, 2019
1 parent 77de6bd commit 476ae76
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Example Playbook
----------------

This example is taken from `molecule/default/playbook.yml`:
```
```yaml
---
- name: Converge
hosts: all
Expand All @@ -29,7 +29,7 @@ Role Variables
--------------

These variables are set in `defaults/main.yml`:
```
```yaml
---
# defaults file for backup

Expand Down Expand Up @@ -83,9 +83,11 @@ Requirements

The following roles can be installed to ensure all requirements are met, using `ansible-galaxy install -r requirements.yml`:

```yaml
---
- robertdebock.bootstrap

```
Context
-------
Expand Down Expand Up @@ -139,9 +141,13 @@ To test on Amazon EC2, configure [~/.aws/credentials](https://docs.aws.amazon.co
There are many specific scenarios available, please have a look in the `molecule/` directory.

Run the [ansible-galaxy](https://github.com/ansible/galaxy-lint-rules) and [my](https://github.com/robertdebock/ansible-lint-rules) lint rules if you want your change to be merges:
```
ansible-lint -r /path/to/galaxy-lint-rules/rules .
ansible-lint -r /path/to/ansible-lint-rules/rules .

```shell
git clone https://github.com/ansible/ansible-lint.git /tmp/ansible-lint
ansible-lint -r /tmp/ansible-lint/lib/ansiblelint/rules .

git clone https://github.com/robertdebock/ansible-lint /tmp/my-ansible-lint
ansible-lint -r /tmp/my-ansible-lint/rules .
```

License
Expand Down

0 comments on commit 476ae76

Please sign in to comment.