Skip to content

Bugmark-Simulator/x-ansible

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

x-ansible

Ansible Roles and Libraries

Setup

  1. Clone the repo

  2. Edit your ~/.ansible.cfg

    • add x-ansible to your library path
    • set x-ansible/roles to your roles path

eg

  # location of ansible library, eliminates need to specify --module-path
  library = /home/<username>/x-ansible:/usr/share/pyshared/ansible/modules/*
  # roles home directory
  roles_path = /home/<username>/x-ansible/roles
  1. Profit

About

Ansible Roles and Libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.9%
  • Shell 13.0%
  • JavaScript 9.1%
  • Python 6.8%
  • Ruby 1.9%
  • C 0.3%