12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- # Copyright 2022 Dell Inc. or its subsidiaries. All Rights Reserved.
- #
- # Licensed under the Apache License, Version 2.0 (the "License");
- # you may not use this file except in compliance with the License.
- # You may obtain a copy of the License at
- #
- # http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing, software
- # distributed under the License is distributed on an "AS IS" BASIS,
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- # See the License for the specific language governing permissions and
- # limitations under the License.
- ---
- # Usage: remove_container_images.yml
- k8s_mngmnt_network: "{{ playbook_dir }}/../roles/control_plane_device/files/k8s_mngmnt_network.yml"
- k8s_cobbler: "{{ playbook_dir }}/../roles/provision_cobbler/files/k8s_cobbler.yml"
- awx_projects_pv: "{{ playbook_dir }}/../roles/webui_awx/files/awx_projects_pv.yml"
- awx_postgres_pv: "{{ playbook_dir }}/../roles/webui_awx/files/awx_postgres_pv.yml"
- awx_operator: "{{ playbook_dir }}/../../../awx-operator/"
- awx_file: "{{ playbook_dir }}/../roles/webui_awx/files/awx.yml"
- k8s_infiniband: "{{ playbook_dir }}/../roles/control_plane_ib/files/k8s_infiniband.yml"
- infiniband_container: infiniband-container
- mngmnt_network_container: mngmnt_network_container
- cobbler_image: cobbler
- awx_image: custom-awx-ee
- # Usage: decrypt_vault_files.yml
- login_vars_file: "{{ playbook_dir }}/../input_params/login_vars.yml"
- login_vault_file: "{{ playbook_dir }}/../input_params/.login_vault_key"
- idrac_tools_vars_filename: "{{ playbook_dir }}/../input_params/idrac_tools_vars.yml"
- idrac_tools_vaultname: "{{ playbook_dir }}/../input_params/.idrac_vault_key"
- config_filename: "{{ playbook_dir }}/../../omnia_config.yml"
- config_vaultname: "{{ playbook_dir }}/../../.omnia_vault_key"
- # Usage: reset_kubeadm_cluster.yml
- k8_files:
- - $HOME/.kube/config
- - /etc/cni/net.d
- # Usage: delete_files_vault_keys.yml
- del_files:
- - /var/nfs_repo
- - /var/nfs_awx
- - /root/dsu
- - /tmp/unattended_centos8.iso
- - /tmp/iso
- - /mnt/leap
- - /mnt/rocky
- - "{{ playbook_dir }}/..roles/control_plane_security/files/.ipavars.yml"
- - "{{ playbook_dir }}/../roles/provision_idrac/files/management_station_ip.txt"
- vault_keys:
- - "{{ playbook_dir }}/../roles/webui_awx/files/.tower_cli.cfg"
- - "{{ playbook_dir }}/../roles/webui_awx/files/.tower_vault_key"
|