customization_pre_vm_role
This role is used run extra pre-customization tasks on a system before the customization
role has been started. It's useful for running additional tasks for a specific group of systems that need to be customized in a specific way. It can be used to include extra roles and tasks and use when:
statements to run them only on specific systems.
Requirements
none
Role Variables
Refer to the defaults/main.yml file for a list and description of the variables used in this role.
Dependencies
none
Example Playbook
Define a pre_vm_role
role in under your project's customization_pre_vm_role_path
directory defined in this role defaults and the pre_vm_role will be picked up by the start.yml
playbook automatically.