Skip to content

Commit 0c98165

Browse files
authored
Update build badges in README.md (#54)
* Update build badges in README.md * Update lint rules * Update playbook names * Update lint rules
1 parent ccc9400 commit 0c98165

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.ansible-lint

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
skip_list:
22
- command-instead-of-module
33
- fqcn-builtins
4+
- name[template]
45
- risky-file-permissions
56
- role-name
67
- var-spacing

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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)
33
[![License](https://img.shields.io/github/license/tomdewildt/homelab)](https://github.com/tomdewildt/homelab/blob/master/LICENSE)
44

55
This repository contains the configuration for my home lab servers and network.

playbook.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
---
2-
- hosts: all
2+
- name: Homelab Playbook - General
3+
hosts: all
34
become: true
45
roles:
56
- ups
67
- docker
78
- kubernetes/common
89

9-
- hosts: master
10+
- name: Homelab Playbook - Master
11+
hosts: master
1012
become: true
1113
roles:
1214
- kubernetes/master
1315

14-
- hosts: workers
16+
- name: Homelab Playbook - Workers
17+
hosts: workers
1518
become: true
1619
roles:
1720
- kubernetes/worker
1821

19-
- hosts: master
22+
- name: Homelab Playbook - Setup
23+
hosts: master
2024
roles:
2125
- kubernetes/label
2226
- kubernetes/helm

0 commit comments

Comments
 (0)