Skip to content

mxpaul/infragrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infragrant - infrastructure in vagrant

What is this

This repository is an example of closer-to-real-world infrastructure management with ansible.

This is not a production ready solution.

This is not an ansible galaxy collection.

How to use

  1. Set up vagrant on your machine (notebook, PC, etc). https://www.vagrantup.com/downloads
  2. Clone this repository.
git clone https://github.com/mxpaul/infragrant.git 
  1. Run vagrant up at repository root
cd infragrant
vagrant up

Examples

  • Set up all servers with vagrant
make ansible

  • Only set up named on ns1 machine:
make ANSIBLE_PLAYBOOK_FLAGS="--tags named" ANSIBLE_LIMIT=ns1 ansible

About

Example server infrastructure managed with ansible inside vagrant multimachine environment

Resources

Stars

Watchers

Forks

Packages

No packages published