we may not need this

This commit is contained in:
Miroslav Suchý 2015-04-20 09:51:50 +00:00
parent e52a7335ea
commit a9c2901cf0

View file

@ -57,8 +57,8 @@
- rootpw - rootpw
- name: Set the hostname - name: Set the hostname
action: hostname name={{ controller_hostname }} action: hostname name={{ controller_hostname }}
- name: Deploy root private SSH key # - name: Deploy root private SSH key
copy: src={{ private }}/files/openstack/fed-cloud09-root.key dest=/root/.ssh/id_rsa mode=600 owner=root group=root # copy: src={{ private }}/files/openstack/fed-cloud09-root.key dest=/root/.ssh/id_rsa mode=600 owner=root group=root
- name: install core pkgs - name: install core pkgs
action: yum state=present pkg={{ item }} action: yum state=present pkg={{ item }}