Skip to content

Project for experimenting and learning vagrant and ansible(devopstools). Used on own servers at home network.

Notifications You must be signed in to change notification settings

Bragalund/bjellekua

Repository files navigation

bjellekua

prerequisites

install ansible on host and command-machine

UBUNTU 18.04 with Apt as packagemanager

Add the ansible repo to your package manager. Update the system and verify that you have the newest ansible version installed. Apt comes with ansible, but it is not the newest version.

sudo apt-add-repository ppa:ansible/ansible; 
sudo apt update -y && sudo apt upgrade -y; 
sudo apt install ansible;  
ansible --version;

... or just run the installScript.

Testing

Tests are run using vagrant.

Install vagrant (and virtualbox) locally

Just run this shell-script or, if you have installed ansible on your machine, run this playbook.

To run vagrant

From root directory.

vagrant init;
vagrant up;
vagrant provision;

About

Project for experimenting and learning vagrant and ansible(devopstools). Used on own servers at home network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages