Skip to content

utdlug/ansible-demo-2016-10-22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Demo

These are the files used in the LUG presentation from October 22, 2016 on Configuration Management.

The Vagrantfile is used to bring up a basic virtual machine running Void Linux. Run vagrant up or see the Vagrant documentation for more information.

The Ansible provision can be run with:

ansible-playbook site.yml -u vagrant --key-file=~/.vagrant.d/insecure_private_key -i hosts --check

Ensure that you have installed the Vagrant insecure key to the location given by --key-file. The Vagrantfile is set to never install a new secure key, so it should never be used in a production environment.

About

Ansible demo for LUG Presentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages