feat(services): add netbox service fields

!56
This commit is contained in:
2024-04-23 23:01:40 +09:30
parent c5b4add4c7
commit c5b9420ed9
2 changed files with 54 additions and 0 deletions

View File

@ -3,5 +3,19 @@
- name: Setup NetBox for Kubernetes Cluster Deployments
ansible.builtin.include_tasks:
file: cluster.yaml
apply:
tags:
- always
tags:
- always
- name: Setup NetBox for Kubernetes Service Deployments
ansible.builtin.include_tasks:
file: services.yaml
apply:
tags:
- always
tags:
- never
- services