Module - tripleo_plan_deploy¶
This module provides for the following ansible plugin:
tripleo_plan_deploy
Module Documentation¶
Deploy Plan
Options¶
- container
 Overcloud plan container name
- skip_deploy_identifier
 Skip deploy indetifier
- timeout_mins
 Stack deploy timeout in mins
Authors¶
Rabi Mishra (@ramishra)
Example Tasks¶
- name: Deploy Plan
  tripleo_plan_deploy:
    container: overcloud
    skip_deploy_identifier: false
    timeout_mins: 240