OpenStack-Ansible plugins

OpenStack-Ansible plugins

Example ansible.cfg file

[defaults]
lookup_plugins = /etc/ansible/plugins/lookups
filter_plugins = /etc/ansible/plugins/filters
action_plugins = /etc/ansible/plugins/actions
library = /etc/ansible/plugins/library

Example role requirement overload for automatic plugin download

The Ansible role requirement file can be used to overload the ansible-galaxy command to automatically fetch the plugins for you in a given project. To do this add the following lines to your ansible-role-requirements.yml file.

- name: plugins
  src: https://git.openstack.org/openstack/openstack-ansible-plugins
  scm: git
  version: master
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.