added playbook for complete installation which includes the other playbooks
This commit is contained in:
parent
ed89acd2d0
commit
0686105768
23
ansible/full-install.yaml
Normal file
23
ansible/full-install.yaml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
### Playbook for datatroniq-challenge
|
||||||
|
|
||||||
|
- name: Full install
|
||||||
|
hosts: dev
|
||||||
|
become: false
|
||||||
|
gather_facts: false
|
||||||
|
vars:
|
||||||
|
ansible_user: root
|
||||||
|
|
||||||
|
- name: Import base setup
|
||||||
|
import_playbook: base.yaml
|
||||||
|
tags:
|
||||||
|
- base
|
||||||
|
|
||||||
|
- name: Import k3s setup
|
||||||
|
import_playbook: k3s.yaml
|
||||||
|
tags:
|
||||||
|
- k3s
|
||||||
|
|
||||||
|
- name: Import k3s deployments
|
||||||
|
import_playbook: k8s-deployments.yaml
|
||||||
|
tags:
|
||||||
|
- k8s-deployments
|
||||||
Loading…
x
Reference in New Issue
Block a user