Questo contenuto non è disponibile nella lingua selezionata.
Chapter 5. Validating the deployment
After you successfully run the playbook, the JBoss EAP collection automatically installs JBoss EAP on your target hosts and sets up JBoss EAP as an eap service that is managed by systemd. If you have added customized tasks to the playbook, Ansible also automatically deploys any JBoss EAP applications on your target hosts, as appropriate. You can optionally check the status of JBoss EAP by using the JBoss EAP Management CLI to connect to the server.
Prerequisites
- You have run the playbook.
Procedure
On your target host, launch the Management CLI and connect to the server:
$ <EAP_HOME>/bin/jboss-cli.sh --connect --controller=192.168.0.1:9991
The JBoss EAP collection also includes a validate.yml playbook in the playbooks folder. You can run the validate.yml playbook if you want the JBoss EAP collection to perform automated validation checks. For more information about the validate.yml playbook, refer to the eap_validation role in Ansible automation hub.
Revised on 2024-06-14 18:23:41 UTC