| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
Example:
atomic install --system --set INVENTORY_FILE=$(pwd)/hosts.inventory \
--set SSH_ROOT=/root/.ssh \
--set PLAYBOOK_FILE=./playbooks/byo/config.yml openshift-ansible
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
|
|
|
| |
The AWS inventory (inventory/aws/hosts/ec2.py) uses the Boto library.
|
|
|
|
|
|
|
| |
The Dockerfile in the repo was updated to build upon playbook2image. This change
updates de product version to reflect that change.
Also updating the labels to the new format.
|
|
Update openshift-ansible's Dockerfile to use playbook2image as a base, with the
goal to run an arbitrary playbook from a container.
The existing Dockerfile is moved to Dockerfile.rhel7 for the productized version
and will be updated to use playbook2image later.
|