# Copyright 2020 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. --- # vars file for web_ui # Usage: awx_password.yml awx_git_repo: "https://github.com/ansible/awx.git" min_length: 8 retries: 3 confirm_retries: 1 retry_delay: 0.01 prompt_password: "Enter AWX password.( Min. Length of Password should be {{ min_length| int }}. Dont use chars: - \' \\ \" )" confirm_password: "Confirm AWX Password" msg_incorrect_password_format: "Failed. Password format not correct." msg_failed_password_confirm: "Failed. Passwords did not match" docker_volume: "/var/lib/docker/volumes/{{ docker_volume_name }}" awx_repo_path: "{{ docker_volume }}/awx/" awx_installer_path: "{{ awx_repo_path }}/installer/" vault_file: .vault_key awx_password_file: .password.yml success_msg_pwd_format: "admin_password validated" fail_msg_pwd_format: "admin_password validation failed" success_msg_pwd_confirm: "admin_password confirmed" fail_msg_pwd_confirm: "admin_password confirmation failed" # Usage: install_awx.yml awx_inventory_path: "{{ awx_repo_path }}/installer/inventory" pgdocker_dir_path: /var/lib/pgdocker project_data_dir_old: "#project_data_dir=/var/lib/awx/projects" project_data_dir_new: "project_data_dir= {{ role_path + '/../../../..' }} " awx_alternate_dns_servers_old: '#awx_alternate_dns_servers="10.1.2.3,10.2.3.4"' awx_alternate_dns_servers_new: 'awx_alternate_dns_servers="8.8.8.8,8.8.4.4"' admin_password_old: "admin_password=password" admin_password_new: "#admin_password=password" # Usage: main.yml message_skipped: "Installation Skipped: AWX instance is already running on your system" message_installed: "Installation Successful" # Usage: install_awx_cli.yml awx_cli_repo: "https://releases.ansible.com/ansible-tower/cli/ansible-tower-cli-centos8.repo" awx_cli_repo_path: "/etc/yum.repos.d/ansible-tower-cli-centos8.repo" # Usage: awx_configuration.yml awx_ip: http://localhost awx_user: admin #Don't change it. It is set as admin while installing AWX default_org: Default default_template: 'Demo Job Template' default_projects: 'Demo Project' dir_name: omnia organization_name: DellEMC project_name: omnia omnia_inventory_name: omnia_inventory group_names: - manager - compute omnia_template_name: DeployOmnia omnia_playbook: omnia.yml inventory_template_name: DynamicInventory inventory_playbook: appliance/inventory.yml playbooks_verbosity: 0 schedule_name: DynamicInventorySchedule schedule_rule: "DTSTART:20201201T000000Z RRULE:FREQ=MINUTELY;INTERVAL=10"