Skip to content
Snippets Groups Projects
Commit 3401d249 authored by onny's avatar onny
Browse files

added vagrant instructions to readme, rework common role

parent 9343f1b2
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ ansible -m setup hostname ...@@ -23,6 +23,7 @@ ansible -m setup hostname
### Installing and starting Vagrant on ArchLinux ### Installing and starting Vagrant on ArchLinux
Inside the cloned ansible folder, run these commands Inside the cloned ansible folder, run these commands
```` pacaur -S vagrant-libvirt ```` pacaur -S vagrant-libvirt
CONFIGURE_ARGS='with-ldflags=-L/opt/vagrant/embedded/lib with-libvirt-include=/usr/include/libvirt with-libvirt-lib=/usr/lib' \ CONFIGURE_ARGS='with-ldflags=-L/opt/vagrant/embedded/lib with-libvirt-include=/usr/include/libvirt with-libvirt-lib=/usr/lib' \
GEM_HOME=~/.vagrant.d/gems GEM_PATH=$GEM_HOME:/opt/vagrant/embedded/gems PATH=/opt/vagrant/embedded/bin:$PATH \ GEM_HOME=~/.vagrant.d/gems GEM_PATH=$GEM_HOME:/opt/vagrant/embedded/gems PATH=/opt/vagrant/embedded/bin:$PATH \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment