Skip to content

Latest commit

 

History

History

ansible

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Ansible and Vagrant

Motto of Ansible by Red Hat (https://www.ansible.com/) is Automation for everyone, web page is claiming "Ansible is designed around the way people work and the way people work together."

Motto of Vagrant by HashiCorp (https://www.vagrantup.com/) is Development Environments Made Easy, web page is claiming "Vagrant provides the same, easy workflow regardless of your role as a developer, operator, or designer. It leverages a declarative configuration file which describes all your software requirements, packages, operating system configuration, users, and more."

Running the example

vagrant up
ansible-playbook configure-ci-server.yml -i hosts

Cleanup

vagrant destroy

Backlog of commands

gedit Vagrantfile
vagrant up

gedit configure-ci-server.yml
gedit hosts
ansible-playbook configure-ci-server.yml -i hosts
ls -l .vagrant/machines/default/libvirt/
ansible-playbook configure-ci-server.yml -i hosts

vagrant ssh

vagrant destroy

Resources