summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2015-03-22 22:11:22 -0400
committerJhon Honce <jhonce@redhat.com>2015-03-24 11:26:30 -0700
commit8f35aff7245246de4116fcf3c81e7f095cf1be3a (patch)
tree93e01df486d75d9d2d7fd072d830fbb36218bff4 /playbooks
parent14b19e665b118349327a5c8c219cc49c96ae1d52 (diff)
downloadopenshift-8f35aff7245246de4116fcf3c81e7f095cf1be3a.tar.gz
openshift-8f35aff7245246de4116fcf3c81e7f095cf1be3a.tar.bz2
openshift-8f35aff7245246de4116fcf3c81e7f095cf1be3a.tar.xz
openshift-8f35aff7245246de4116fcf3c81e7f095cf1be3a.zip
Add new role os_env_extras_node that is a subset of the docker role
- Does not install or start docker, since the openshift-node role will handle that for us - Only add root to the dockerroot group and configures the enter-container script.
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/aws/openshift-node/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/aws/openshift-node/config.yml b/playbooks/aws/openshift-node/config.yml
index 822b66464..3cf2c58b2 100644
--- a/playbooks/aws/openshift-node/config.yml
+++ b/playbooks/aws/openshift-node/config.yml
@@ -44,5 +44,5 @@
openshift_env: "{{ oo_env }}",
openshift_public_ip: "{{ ec2_ip_address }}"
}
- - docker
- os_env_extras
+ - os_env_extras_node