File tree 3 files changed +10
-5
lines changed
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
skip_list:
2
2
- command-instead-of-module
3
3
- fqcn-builtins
4
+ - name[template]
4
5
- risky-file-permissions
5
6
- role-name
6
7
- var-spacing
Original file line number Diff line number Diff line change 1
1
# Home Lab
2
- [ ![ Build] ( https://img.shields.io/github/workflow/status/tomdewildt/homelab/ci/ master )] ( https://github.com/tomdewildt/homelab/actions?query=workflow%3Aci )
2
+ [ ![ Build] ( https://img.shields.io/github/actions/ workflow/status/tomdewildt/homelab/ci.yml?branch= master )] ( https://github.com/tomdewildt/homelab/actions/workflows/ci.yml )
3
3
[ ![ License] ( https://img.shields.io/github/license/tomdewildt/homelab )] ( https://github.com/tomdewildt/homelab/blob/master/LICENSE )
4
4
5
5
This repository contains the configuration for my home lab servers and network.
Original file line number Diff line number Diff line change 1
1
---
2
- - hosts : all
2
+ - name : Homelab Playbook - General
3
+ hosts : all
3
4
become : true
4
5
roles :
5
6
- ups
6
7
- docker
7
8
- kubernetes/common
8
9
9
- - hosts : master
10
+ - name : Homelab Playbook - Master
11
+ hosts : master
10
12
become : true
11
13
roles :
12
14
- kubernetes/master
13
15
14
- - hosts : workers
16
+ - name : Homelab Playbook - Workers
17
+ hosts : workers
15
18
become : true
16
19
roles :
17
20
- kubernetes/worker
18
21
19
- - hosts : master
22
+ - name : Homelab Playbook - Setup
23
+ hosts : master
20
24
roles :
21
25
- kubernetes/label
22
26
- kubernetes/helm
You can’t perform that action at this time.
0 commit comments