Skip to content

Instantly share code, notes, and snippets.

View rpelisse's full-sized avatar

Pelisse Romain rpelisse

View GitHub Profile
# ansible-playbook -i hosts playbook.yml
PLAY [JBoss Web Server installation and configuration] ************************************************************
...
TASK [middleware_automation.jws.jws: Install required dependencies] *******************************************
included: /root/.ansible/collections/ansible_collections/middleware_automation/jws/roles/jws/tasks/fastpackage.yml for localhost
included: /root/.ansible/collections/ansible_collections/middleware_automation/jws/roles/jws/tasks/fastpackage.yml for localhost
...
#!/bin/bash
# Clones your existing repo and run the maven tests off this clone
# Tests are run on the the current branch at the time of cloning
#
# Note that you can work on the next bug while this is going on as
# tests are run off a cloned repo.
#
# $ build.sh
# runs 'maven clean install'
#