Module - overcloudrc¶
This module provides for the following ansible plugin:
overcloudrc
Module Documentation¶
Source the overcloudrc file
Options¶
- path
- The file path 
Authors¶
- Tomas Sedovic 
Example Tasks¶
- hosts: webservers
  tasks:
  - name: Source overcloudrc
    overcloudrc:
      path: /home/stack/overcloudrc
