Skip to content

Commit

Permalink
add rolename and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpporter committed Sep 23, 2018
1 parent c896053 commit 6fe0e1a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ Example Playbook
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers

vars:
certbot_cloudflare_email: "[email protected]"
certbot_cloudflare_api_key: 'myapikey'
certbot_certs:
- email: {{certbot_cloudflare_email}}
domains:
- *.example3.com

roles:
- michaelpporter.certbot-cloudflare

Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
galaxy_info:
role_name: certbot-cloudflare
author: Michael Porter
description: your description
license: "license (BSD, MIT)"
Expand Down

0 comments on commit 6fe0e1a

Please sign in to comment.