mirror of
https://gitlab.durp.info/durfy/runbooks/ansible.git
synced 2026-05-07 08:00:29 -05:00
33 lines
421 B
YAML
33 lines
421 B
YAML
|
|
- hosts: master
|
||
|
|
gather_facts: yes
|
||
|
|
become: yes
|
||
|
|
roles:
|
||
|
|
- base
|
||
|
|
|
||
|
|
- hosts: node
|
||
|
|
gather_facts: yes
|
||
|
|
become: yes
|
||
|
|
roles:
|
||
|
|
- base
|
||
|
|
|
||
|
|
#- hosts: dev-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:
|
||
|
|
# - post
|