Continuation of my dotfiles through Ansible, a tool to configure and manage computers.
Use the boostrap.sh Shell script to install Ansible. Either command will work.
$ wget -qO- https://goo.gl/35gHfP | bash -
$ bash <(curl -L https://goo.gl/35gHfP)
If everything goes well, you should obtain result below.
localhost | success >> {
"changed": false,
"ping": "pong"
}
Test run the provisioning.
$ make dryrun
$ source ~/.bashrc
Run the provisioning.
$ make install
$ source ~/.bashrc
To run individual role
$ make role monitoring