Update ansible/dns.yml, ansible/main.yml, ansible/update.yml, ansible/ansible.cfg, ansible/hosts.ini, ansible/ansible.pub, ansible/requirements.yml, .gitlab-ci.yml

This commit is contained in:
2022-11-05 00:13:58 +00:00
parent 355a72fd6e
commit 9836795bac
8 changed files with 18 additions and 35 deletions

34
ansible/main.yml Normal file
View File

@@ -0,0 +1,34 @@
---
- hosts: all
gather_facts: yes
become: yes
roles:
- base
- hosts: k3s_cluster
gather_facts: yes
become: yes
roles:
- k3s/prereq
- k3s/download
- hosts: master
become: yes
roles:
- k3s/master
- hosts: node
become: yes
roles:
- k3s/node
- hosts: master
become: yes
roles:
- role: k3s/post
- hosts: master[0]
become: yes
roles:
- k3s/argocd