Vagrant Ansible

Component ID

1801378

Component name

Vagrant Ansible

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Introduction

This project is started after this article from Mark Theunissen and the github repository that goes with the article. All playbooks in the commontasks/ directory are from this repo.

I am very happy with the Ansible project, at last we have a systems management software which is is dead simple and painless to apply for devops. Read more about why Ansible.

Goal and Future plans

  • TODO
  • Flexibility and easy adaptable are certainly part of this

Requirements

  • Vagrant
  • Ansible. Install the development version for now. We need version 0.8 because of 'local_action'.
    git clone https://github.com/ansible/ansible.git
    cd ansible
    sudo make install

  • Vagrant Ansible
  • Vagrant hostmaster
  • Virtualbox
  • NFS Server on your host, on Ubuntu/Debian to install with:sudo apt-get install nfs-kernel-server

Use this blueprint

.. TODO ...