This commit is contained in:
havelight-ee
2023-02-06 15:01:53 +09:00
commit 2b70528618
1022 changed files with 119427 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
---
- include: 00-centos-os-main.yml
tags: centos
when: ansible_distribution == 'CentOS'
- include: 00-ubuntu-os-main.yml
tags: ubuntu
when: ansible_distribution == 'Ubuntu'
- include: 01-centos-os-runtime.yml
tags: centos
when: ansible_distribution == 'CentOS'
- include: 01-ubuntu-os-runtime.yml
tags: ubuntu
when: ansible_distribution == 'Ubuntu'
- include: 02-k8s-main.yml
tags: k8s-main