add an /etc/hosts entry
This commit is contained in:
parent
3361e97373
commit
3946d38406
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,6 @@
|
||||||
- rubygem-uplift-bind-plugin
|
- rubygem-uplift-bind-plugin
|
||||||
- rhc
|
- rhc
|
||||||
- stickshift-broker
|
- stickshift-broker
|
||||||
- stickshift-port-proxy
|
|
||||||
|
|
||||||
- name: set selinux bools appropriately
|
- name: set selinux bools appropriately
|
||||||
action: seboolean state=true persistent=yes name=$item
|
action: seboolean state=true persistent=yes name=$item
|
||||||
|
@ -87,11 +86,13 @@
|
||||||
- --service=dns
|
- --service=dns
|
||||||
- --port=5672:tcp
|
- --port=5672:tcp
|
||||||
|
|
||||||
|
- name: put our external ip into /etc/hosts as 'openshift-el6'
|
||||||
|
action: lineinfile dest=/etc/hosts state=present line='${inventory_hostname} openshift-el6' regexp='${inventory_hostname}.*'
|
||||||
|
|
||||||
- name: enable services until I turn peach
|
- name: enable services until I turn peach
|
||||||
action: service state=restarted enabled=yes name=$item
|
action: service state=restarted enabled=yes name=$item
|
||||||
with_items:
|
with_items:
|
||||||
- httpd
|
- httpd
|
||||||
- stickshift-proxy
|
|
||||||
- named
|
- named
|
||||||
- qpidd
|
- qpidd
|
||||||
- stickshift-broker
|
- stickshift-broker
|
||||||
|
@ -108,5 +109,4 @@
|
||||||
- name: stickshift broker gemfile
|
- name: stickshift broker gemfile
|
||||||
action: copy src=$files/openshift/Gemfile dest=/var/www/stickshift/broker/Gemfile owner=apache group=apache mode=0640
|
action: copy src=$files/openshift/Gemfile dest=/var/www/stickshift/broker/Gemfile owner=apache group=apache mode=0640
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue