mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 02:31:03 -03:30
Upgrade to RabbitMQ 3.7, remove need for etcd2
Signed-off-by: Shane McDonald <me@shanemcd.com>
This commit is contained in:
@@ -82,11 +82,6 @@
|
||||
path: "{{ kubernetes_base_path }}"
|
||||
state: directory
|
||||
|
||||
- name: Template Kubernetes AWX etcd2
|
||||
template:
|
||||
src: etcd.yml.j2
|
||||
dest: "{{ kubernetes_base_path }}/etcd.yml"
|
||||
mode: '0600'
|
||||
|
||||
- name: Template Kubernetes AWX Config
|
||||
template:
|
||||
@@ -100,9 +95,6 @@
|
||||
dest: "{{ kubernetes_base_path }}/deployment.yml"
|
||||
mode: '0600'
|
||||
|
||||
- name: Apply etcd deployment
|
||||
shell: "{{ kubectl_or_oc }} apply -f {{ kubernetes_base_path }}/etcd.yml"
|
||||
|
||||
- name: Apply Configmap
|
||||
shell: "{{ kubectl_or_oc }} apply -f {{ kubernetes_base_path }}/configmap.yml"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user