From 427b4bcbee51b753dbcc8a013669f5f1d635d6f9 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Thu, 7 May 2015 20:07:59 +0200 Subject: [PATCH] Install vim on all nodes Change-Id: I247fed07d52c71a7b4149a1618deecb678097ecd --- ansible/initialize.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/initialize.yaml b/ansible/initialize.yaml index 07898fa..bc5dc21 100644 --- a/ansible/initialize.yaml +++ b/ansible/initialize.yaml @@ -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