kameshsampath / devops

Collection of my devops assets across packer, ansible, docker
Apache License 2.0
8 stars 1 forks source link

Why doesn't the Ansible EAP script start the server? #5

Closed alberttwong closed 8 years ago

alberttwong commented 8 years ago

You install it but why didn't you put in a task to start the server?

kameshsampath commented 8 years ago

@alberttwong the service part is split from the core EAP installation part just for convenience and all service handling part will be done as part of services playbook, in this way I thought we could have one playbook that handles the services(systemd) related functionalities. having said that the playbook has a control script eapctl.sh that gets installed in /usr/local/bin which acts as utility script to start the server.