Install vim on all nodes

Change-Id: I247fed07d52c71a7b4149a1618deecb678097ecd
This commit is contained in:
Christian Berendt 2015-05-07 20:07:59 +02:00
parent f47a237af7
commit 427b4bcbee
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
- yum: name=http://rdoproject.org/repos/openstack-kilo/rdo-testing-kilo.rpm state=present
- yum: name=* state=latest
- yum: name=openstack-selinux state=present
- yum: name=vim state=present
- copy: src=files/id_rsa dest=/home/vagrant/.ssh/id_packstack mode=0600 owner=vagrant group=vagrant
- copy: src=files/id_rsa.pub dest=/home/vagrant/.ssh/id_packstack.pub mode=0600 owner=vagrant group=vagrant
- copy: src=files/selinux dest=/etc/selinux/config mode=0644 owner=root group=root