Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 306 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 306 Bytes

Automationclass with Ansible

Class material for Automation class

Part of the GitOps training path

Site is build with Hugo - static website builder

Build website with Hugo

hugo -D

Build Docker image

docker build -t website:latest .

docker run -d -p 80:80 website