ansible-galaxy install -r requirements.yml --roles-path roles
docker run --rm -it
-v $PWD:/app
-w /app
-e ANSIBLE_STDOUT_CALLBACK=unixy
-e WORKSPACE=/app
williamyeh/ansible:alpine3
ansible-playbook -c local .playbooks/verify.yml
-
MAVEN_RELEASE_REPO_URL URL of the release repository
-
MAVEN_RELEASE_REPO_USER Username for the release repository
-
MAVEN_RELEASE_REPO_PASS Password for the release repository
-
MAVEN_RELEASE_REPO Nmae of the release repository
-
MAVEN_SNAPSHOT_REPO_URL URL of the snapshot repository
-
MAVEN_SNAPSHOT_REPO_USER Username for the snapshot repository
-
MAVEN_SNAPSHOT_REPO_PASS Password for the snapshot repository
-
MAVEN_SNAPSHOT_REPO Nmae of the snapshot repository