Skip to content

Commit

Permalink
Adjust role names because since Ansible Galaxy 3.0 replaces "-" again…
Browse files Browse the repository at this point in the history
…st "_"
  • Loading branch information
Tobias Richter committed Aug 3, 2018
1 parent bb98848 commit 4ef8a54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# wcm-io-devops.aem-service
# wcm-io-devops.aem_service

This role controls an Adobe Experience Manager (AEM) 6.x service on Linux servers and waits until the startup and shutdown is complete. It also provides a handler to only restart the instance as required from other roles/playbooks.
> This role was developed as part of the wcm.io set of roles to integrate Ansible with [CONGA](http://devops.wcm.io/conga/) and is designed to be used in combination with the [wcm-io-devops.aem-cms](https://github.com/wcm-io-devops/ansible-aem-cms) role (but can be used independently).
> This role was developed as part of the wcm.io set of roles to integrate Ansible with [CONGA](http://devops.wcm.io/conga/) and is designed to be used in combination with the [wcm-io-devops.aem_cms](https://github.com/wcm-io-devops/ansible-aem-cms) role (but can be used independently).
## Requirements

Expand Down Expand Up @@ -32,15 +32,15 @@ The time to wait for the startup or shutdown to finish (in seconds).

## Dependencies

This role has no hard dependencies but interacts heavily with the [wcm-io-devops.aem-cms](https://github.com/wcm-io-devops/ansible-aem-cms) role.
This role has no hard dependencies but interacts heavily with the [wcm-io-devops.aem_cms](https://github.com/wcm-io-devops/ansible-aem-cms) role.

## Example Playbook

Stops the `aem-author` instance and waits for the shutdown to complete:

- hosts: aem-author
roles:
- { role: wcm-io-devops.aem-service,
- { role: wcm-io-devops.aem_service,
aem_service_state: stopped,
aem_service_name: aem-author,
aem_service_port: 4502 }
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: aem_service
author: Martin Wehner
description: Controls AEM service on Linux
company: pro!vision
Expand Down

0 comments on commit 4ef8a54

Please sign in to comment.