1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- ---
- temp_host_mapping_file: "{{ role_path }}/files/new_host_mapping_file.csv"
- iso_name: CentOS-7-x86_64-Minimal-2009.iso
- iso_fail: "Iso file not found. Download and copy the iso file to omnia/control_plane/roles/provision_cobbler/files"
- provision_encrypted_dest: ../files/
- login_file: "{{ role_path }}/../../input_params/login_vars.yml"
- base_file: "{{ role_path }}/../../input_params/base_vars.yml"
- login_vault_file: "{{ role_path }}/../../input_params/.login_vault_key"
- username: cobbler
- user_mode: 0644
- host_nic:
- - em1
- - em2
- - em3
- - em4
- - p4p1
- - p4p2
- - p3p1
- - p3p2
- - p2p1
- - p2p2
- - p1p2
- - p1p1
- cobbler_image_name: cobbler
- cobbler_image_tag: latest
- message_skipped: "Installation Skipped: Cobbler instance is already running in your system"
- message_installed: "Installation Successful"
- iso_dir_name: iso
|