prototypes: xci: provision-vm-nodes: Do not provision VMs as root. 97/34597/2
authorMarkos Chandras <mchandras@suse.de>
Tue, 9 May 2017 14:41:22 +0000 (15:41 +0100)
committerMarkos Chandras <mchandras@suse.de>
Thu, 11 May 2017 22:42:11 +0000 (23:42 +0100)
commit9cb8ab17a12852824a49b02e7b634e40467ad7e6
treef9f57f443389cddbbccafcda98cb9d8757d0667f
parent5ef62747c290944deabf801ccf9c8a2d0f7ec38a
prototypes: xci: provision-vm-nodes: Do not provision VMs as root.

There is no need to provision VM nodes as root. The only thing that we
need to run as root is the destroy-env.sh script and for that we move
it to its own play so we can use Ansible's become directive. Moreover,
since this playbook operates on localhost we can use 'connection: local'
so we don't have to execute everything via ssh and possibly speed up
the whole process.

Change-Id: Ia9efd5f30e95385b5cf193dde352f93551846c0e
Signed-off-by: Markos Chandras <mchandras@suse.de>
prototypes/xci/playbooks/provision-vm-nodes.yml