@ -33,3 +33,6 @@
tags: containers, gitea
roles: [gitea]
- hosts: file-host
tags: containers, file_host
roles: [file-host]
@ -0,0 +1,15 @@
---
- name: install packages
apk:
name:
- lighttpd
state: installed
- vars:
block:
- name: start and enable lighttpd
service:
name: lighttpd
state: restarted
enabled: yes