Created
December 9, 2015 22:37
-
-
Save sherl0cks/ddec463a528ad394669d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PLAY [bpms-design] ************************************************************ | |
GATHERING FACTS *************************************************************** | |
ok: [10.3.12.20] | |
TASK: [java | Install OpenJDK - yum] ****************************************** | |
changed: [10.3.12.20] | |
TASK: [java | Install OpenJDK - dnf] ****************************************** | |
skipping: [10.3.12.20] | |
TASK: [eap | Set EAP Artifact Facts] ****************************************** | |
ok: [10.3.12.20] | |
TASK: [eap | Debug EAP Artifact URL] ****************************************** | |
ok: [10.3.12.20] => { | |
"msg": "http://209.132.178.214/jboss-eap-6.4.5-full-build.zip" | |
} | |
TASK: [eap | Debug EAP Download Destination] ********************************** | |
ok: [10.3.12.20] => { | |
"msg": "/tmp/jboss-eap-6.4.5-full-build.zip" | |
} | |
TASK: [eap | Create JBoss Group] ********************************************** | |
changed: [10.3.12.20] | |
TASK: [eap | Create JBoss User] *********************************************** | |
changed: [10.3.12.20] | |
TASK: [eap | Download EAP Artifact] ******************************************* | |
changed: [10.3.12.20] | |
TASK: [eap | Create JBoss Home Directory] ************************************* | |
changed: [10.3.12.20] | |
TASK: [eap | Extract EAP Libraries] ******************************************* | |
changed: [10.3.12.20] | |
TASK: [eap | Set Web Bind Address] ******************************************** | |
changed: [10.3.12.20] | |
TASK: [eap | Set Management Bind Address] ************************************* | |
skipping: [10.3.12.20] | |
TASK: [eap | Copy Default EAP Management User/Group Configuration Files] ****** | |
changed: [10.3.12.20] => (item=mgmt-users.properties) | |
changed: [10.3.12.20] => (item=mgmt-groups.properties) | |
TASK: [eap | Create jboss-as Service Conf Directory] ************************** | |
changed: [10.3.12.20] | |
TASK: [eap | Copy jboss-as Service Conf File] ********************************* | |
changed: [10.3.12.20] | |
TASK: [eap | Create jboss-as Service Log Directory] *************************** | |
changed: [10.3.12.20] | |
TASK: [eap | Create jboss-as Service Runtime Data Directory] ****************** | |
changed: [10.3.12.20] | |
TASK: [eap | Copy jboss-as systemd Unit File] ********************************* | |
changed: [10.3.12.20] | |
TASK: [bpms-design | Set BPM Suite Artifact Facts] **************************** | |
ok: [10.3.12.20] | |
TASK: [bpms-design | Debug BPM Suite Artifact URL] **************************** | |
ok: [10.3.12.20] => { | |
"msg": "http://209.132.178.214/jboss-bpmsuite-6.2.0.GA-redhat-1-deployable-eap6.x.zip" | |
} | |
TASK: [bpms-design | Debug BPM Suite Artifact Download Destination] *********** | |
ok: [10.3.12.20] => { | |
"msg": "/tmp/jboss-bpmsuite-6.2.0.GA-redhat-1-deployable-eap6.x.zip" | |
} | |
TASK: [bpms-design | Download BPM Suite Artifact] ***************************** | |
changed: [10.3.12.20] | |
TASK: [bpms-design | Extract BPM Suite] *************************************** | |
changed: [10.3.12.20] | |
TASK: [bpms-design | Remove Kie Server WAR] *********************************** | |
changed: [10.3.12.20] | |
TASK: [bpms-design | Remove Kie Server Deployment Marker] ********************* | |
changed: [10.3.12.20] | |
TASK: [bpms-design | Change Default Random Number Generator] ****************** | |
changed: [10.3.12.20] | |
TASK: [bpms-design | Expose Git Daemon] *************************************** | |
changed: [10.3.12.20] | |
TASK: [bpms-design | Expose SSH Daemon] *************************************** | |
changed: [10.3.12.20] | |
TASK: [bpms-design | Set Local Git Directory] ********************************* | |
changed: [10.3.12.20] | |
TASK: [bpms-design | Create Local Maven Directory] **************************** | |
changed: [10.3.12.20] | |
TASK: [bpms-design | Set Local Maven Directory] ******************************* | |
changed: [10.3.12.20] | |
TASK: [bpms-design | Set Local Maven settings.xml] **************************** | |
changed: [10.3.12.20] | |
TASK: [bpms-design | Copy Maven settings.xml] ********************************* | |
changed: [10.3.12.20] | |
TASK: [bpms-design | Set Metadata Directory for Lucene Indices] *************** | |
changed: [10.3.12.20] | |
TASK: [bpms-design | Copy Default BPM Suite Application User/Role Configuration Files] *** | |
changed: [10.3.12.20] => (item=application-users.properties) | |
changed: [10.3.12.20] => (item=application-roles.properties) | |
NOTIFIED: [eap | Reload systemd] ********************************************** | |
changed: [10.3.12.20] | |
NOTIFIED: [eap | Start and Enable jboss-as Service] *************************** | |
changed: [10.3.12.20] | |
PLAY RECAP ******************************************************************** | |
10.3.12.20 : ok=36 changed=29 unreachable=0 failed=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment