Files
tripleo-operator-ansible/roles/tripleo-undercloud-install/defaults/main.yml
Alex Schultz 8c937edbae Add basic role for undercloud function
This change adds basic wrapper roles for the undercloud install,
backup and upgrade actions.

Change-Id: I20284d57689cbbd244a324076ad95b4df535aa8c
2020-01-14 07:58:22 -07:00

14 lines
619 B
YAML

---
# defaults file for tripleo-undercloud-install
tripleo_undercloud_install_debug: false
tripleo_undercloud_install_dry_run: false
tripleo_undercloud_install_force_stack_update: false
tripleo_undercloud_install_home_dir: "{{ ansible_env.HOME }}"
tripleo_undercloud_install_inflight_validations: false
tripleo_undercloud_install_log_combine: true
tripleo_undercloud_install_log_output: true
tripleo_undercloud_install_no_validations: false
tripleo_undercloud_install_timeout: 7200
tripleo_undercloud_install_yes: false
tripleo_undercloud_install_log: "{{ tripleo_undercloud_install_home_dir }}/undercloud_install.log"