| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-08 | Moving Dockerfile content to images dir | jupierce | |
| 2017-05-03 | installer: Add system container variable for log saving | Steve Milner | |
| A new environment variable, VAR_LOG_ANSIBLE_LOG, was created to allow the installer to bind mount the location and write the log back to the host. By default the value is /var/log/ansible.log Example: atomic install --system --set INVENTORY_FILE=$(pwd)/hosts.inventory \ --set SSH_ROOT=/root/.ssh \ --set VAR_LOG_ANSIBLE_LOG=/some/log/location/ansible.log \ --set PLAYBOOK_FILE=./playbooks/byo/config.yml openshift-ansible | |||
| 2017-05-03 | installer: support running as a system container | Giuseppe Scrivano | |
| 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> | |||
