ansible scripts done to install kubewrnetes prequesites

This commit is contained in:
2025-09-27 16:05:33 -05:00
parent 6107e474c1
commit 6f5bc65171
31 changed files with 498 additions and 406 deletions

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>Kubernetes</short>
<description>Kubernetes cluster communication ports</description>
{% for port in k8s_firewall_ports %}
<port protocol="{{ port.protocol }}" port="{{ port.port }}"/>
{% endfor %}
</service>