Update .gitlab-ci.yml, main.yml

This commit is contained in:
2022-09-25 16:57:26 +00:00
parent 69baeefc1c
commit 12bdcbc4c0
2 changed files with 29 additions and 1 deletions

9
main.yml Normal file
View File

@@ -0,0 +1,9 @@
- hosts: localhost
gather_facts: no
tasks:
- name: Create a k8s namespace
kubernetes.core.k8s:
name: testing
kind: Namespace
state: present
kubeconfig: config