Skip to content

Commit

Permalink
merge etherpad and ehterpad_nginx role
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro committed Dec 10, 2024
1 parent 052706b commit 3c87046
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 35 deletions.
27 changes: 26 additions & 1 deletion ansible/roles/dof_etherpad/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,29 @@
template: deployment.yml.j2
tags:
- deployment


- name: nginx service
kubernetes.core.k8s:
kubeconfig: ~/.kube/config
namespace: "{{ NAMESPACE }}"
template: nginx-svc.yml.j2
tags:
- service

- name: nginx configmap files
kubernetes.core.k8s:
kubeconfig: ~/.kube/config
namespace: "{{ NAMESPACE }}"
template: nginx-configmap-files.yml.j2
apply: yes
tags:
- configmap

- name: nginx deployment
kubernetes.core.k8s:
kubeconfig: ~/.kube/config
namespace: "{{ NAMESPACE }}"
template: nginx-deployment.yml.j2
tags:
- deployment

9 changes: 0 additions & 9 deletions ansible/roles/dof_etherpad_nginx/meta/main.yml

This file was deleted.

25 changes: 0 additions & 25 deletions ansible/roles/dof_etherpad_nginx/tasks/main.yml

This file was deleted.

0 comments on commit 3c87046

Please sign in to comment.