ansible-galaxy

ansible-galaxy


To load role projects from git into playbook roles folder
Execute from roles directory
ansible-galaxy install -r requirements-gitHTTPS.yml


could use git protocol and ssh keys or https and username/password

requirements-gitHTTPS.yml

---
- src: https://github.company.com/project/ssl.git
  scm: git

- src: https://github.com/project/ansible-role-nginx.git
  scm: git




use boto for AWS inventory to find resources by tag
pip install boto

Comments

Popular posts from this blog

Sites, Newsletters, and Blogs

Oracle JDBC ReadTimeout QueryTimeout