mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Install etcd cluster
This commit is contained in:
parent
e0b240c7bd
commit
7e1e5f9c91
13 changed files with 55 additions and 1033 deletions
4
k8s.yml
4
k8s.yml
|
|
@ -5,6 +5,10 @@
|
|||
tags: proxy
|
||||
- role: docker
|
||||
tags: docker
|
||||
- hosts: k8s_masters
|
||||
roles:
|
||||
- role: etcd
|
||||
tags: etcd
|
||||
#- hosts: localhost
|
||||
# become: yes
|
||||
# gather_facts: no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue