add in prod role to os-cluster playbook
This commit is contained in:
parent
7b435a75d4
commit
50a5a9f6e8
1 changed files with 23 additions and 0 deletions
|
@ -119,6 +119,29 @@
|
|||
openshift_shared_infra: true,
|
||||
when: env == 'staging',
|
||||
tags: ['openshift-cluster','ansible-ansible-openshift-ansible']
|
||||
role: ansible-ansible-openshift-ansible,
|
||||
cluster_inventory_filename: "cluster-inventory",
|
||||
openshift_release: "v3.5",
|
||||
openshift_ansible_path: "/root/openshift-ansible",
|
||||
openshift_ansible_playbook: "playbooks/byo/config.yml",
|
||||
openshift_ansible_version: "openshift-ansible-3.5.70-1",
|
||||
openshift_ansible_ssh_user: root,
|
||||
openshift_ansible_install_examples: true,
|
||||
openshift_ansible_containerized_deploy: false,
|
||||
openshift_cluster_masters_group: "os-masters",
|
||||
openshift_cluster_nodes_group: "os-nodes",
|
||||
openshift_cluster_infra_group: "os-nodes",
|
||||
openshift_auth_profile: "fedoraidp",
|
||||
openshift_master_ha: true,
|
||||
openshift_debug_level: 2,
|
||||
openshift_deployment_type: "openshift-enterprise",
|
||||
openshift_cluster_url: "{{ os_url}}",
|
||||
openshift_app_subdomain: "{{ os_app_url }}",
|
||||
openshift_internal_cluster_url: "os-masters{{ env_suffix }}.phx2.fedoraproject.org",
|
||||
openshift_api_port: 443,
|
||||
openshift_console_port: 443,
|
||||
openshift_shared_infra: true,
|
||||
tags: ['openshift-cluster','ansible-ansible-openshift-ansible']
|
||||
}
|
||||
|
||||
- name: Post-Install setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue