Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.75 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.75 KB

k4cg automation

Repo, um verschiedenes Automatisierungszeug, Docker und Github Actions auszuprobieren:

  • Docker Image mit allen Tools und Abhaengigkeiten fuer Automatisierungsdinge bauen (ansible, terraform)
  • Docker Image Lifecycle mit Github Actions (lint, build, scan, publish)
  • Playbooks fuer VM Template Erstellung und VM Provisionierung mit ansible und proxmox
  • VM Provisionierung mit terraform und proxmox
  • Flatcar Linux und Proxmox ausprobieren (Talk FOSDEM 2022)
  • ...

Github Actions

Workflows

development

  • Laeuft immer bei:
    • push auf branches ausser main
    • PRs mit target branch main
  • Jobs
    • lint: hadolint
    • build: Image bauen, Scan mit trivy (kein Upload zu Github Security)

Notizen