Skip to content

Commit

Permalink
BC-7854 - split Ansible Jobs by Tags (#3365)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored and uidp committed Aug 21, 2024
1 parent 594e27a commit eece365
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/roles/nuxt-client-core/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,22 @@
kubeconfig: ~/.kube/config
namespace: "{{ NAMESPACE }}"
template: svc.yml.j2
tags:
- service

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

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

0 comments on commit eece365

Please sign in to comment.