Skip to content

Commit

Permalink
BC-7854 - split Ansible Jobs by Tags (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Aug 19, 2024
1 parent 63549f3 commit f9b2095
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/roles/version-aggregator/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,21 @@
kubeconfig: ~/.kube/config
namespace: "{{ NAMESPACE }}"
template: configmap.yml.j2
tags:
- configmap

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

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

0 comments on commit f9b2095

Please sign in to comment.