Skip to content

Solinea/ansible-playbook-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-playbook-examples

Ansible Roles

The ansible roles are not resident in this repository. They must be pulled from other repositories. To do that, run the following command inside the roles directory

$ ansible-galaxy install -r ./install_roles.yml -p .

Changing/Updating Ansible roles

If you would like to make any changes to a role, do not do it here. Make any role changes in the role's own repo. Then, erase the role's directory here and rerun the ansible-galaxy command to pull a new copy.

Ansible Playbooks

Directories other than the roles directory contains a vagrantfile and a playbook. The vagrantfile uses the playbook as its provisioner. See the README.md in each subdirectory for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages