Skip to content

QafooLabs/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Provisioning Test Bed

This is repository to use and test ansible provisioning

Installation

  1. Install ansible, at least version 2.0
  2. Install vagrant
  3. Check out this repository
  4. Run vagrant up --provision (and then vagrant destroy) once to ensure that everything is fetched properly

Usage

You can provision a virtual machine (VM) using vagrant just by running

vagrant up --provision

Shutting down the VM again:

vagrant halt

You can also provision external systems just like the VM is provisioned by running the provisioning file for a dedicated inventory:

ansible-playbook -i ansible/<inventory> ansible/provision.yml

About

Ansible playground repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published