Files
cmoa_installer_ansible/roles/cmoa_install/tasks/08-finish.yml
havelight-ee 25d0ef82ea release 3.5.0
2023-03-30 10:06:08 +09:00

17 lines
691 B
YAML

---
- name: 0. Check Kubernetes Pods (ALL)
command: "{{ role_path }}/files/k8s_status {{ cmoa_namespace }}"
- name: 1. IP Setting reset
command: "{{ role_path }}/files/ip_change {{ansible_default_ipv4.address}} {{before_ip}} {{ role_path }}/files"
- name: 2. CloudMOA Version reset
command: "{{ role_path }}/files/rel_change {{ cmoa_version }} {{ before_version }} {{ role_path }}/files"
- debug:
msg:
- =======================================================================================
- "## CloudMOA WEB "
- http://{{ ansible_default_ipv4.address }}:31080
- =======================================================================================