Skip to content

A repository for various Ansible roles and playbooks.

Notifications You must be signed in to change notification settings

aisrael/ansible-roles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-roles

See the Vagrantfile for how to boot up a Vagrant/Virtualbox VM that gets provisioned either as a Docker host or a Jenkins server.

Or, see jenkins_host for a sample inventory file.

To provision a Jenkins server, one just needs to go

ansible-playbook -i jenkins_host jenkins.yml

To provision, for example, a Docker host:

  1. Create an inventory file containing the host, as part of the docker-hosts group:
target ansible_ssh_host=10.10.0.1 ansible_ssh_private_key_file=~/.ssh/id_rsa

[docker-hosts]
target

About

A repository for various Ansible roles and playbooks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published