Ansible files for installation of Archliunx with my dev env installed. Description of my archliunx env can be found here (in french)
I used packer-arch to create a vagrant box ready to build with ansible.
I just edit arch-template.json
to update iso_url
and iso_checksum
to a newer version of archlinux
For testing use the vagrant file to mount a test machine on virtualbox vagrant up
. If your prefer vmware you'll have to create the box with packer-arch.
These is a work in progress. You can test my archlinux env with vagrant user.
To test checkout these repo and execute vagrant up
&& ansible -i inventory archlinux.yml
You have to use Boot2Docker + vagrant.
First download the Vagrantfile and vagrant up
the archlinux base vm.
Then ssh into boot2docker, clone the repo, link the Dockerfile out of the repo.
cd ansible-archlinux && docker build .