Module - tripleo_config_download¶
This module provides for the following ansible plugin:
tripleo_config_download
Module Documentation¶
Download Config.
Options¶
- plan
- Overcloud plan name 
- work_dir
- Work dir 
- config_type
- Config type 
- download
- Download flag 
Authors¶
- Rabi Mishra (@ramishra) 
Example Tasks¶
- name: Download config
  tripleo_config_download:
    plan: overcloud
    work_dir: /home/stack/config-downloa
