podman and nomad stuff

This commit is contained in:
2024-12-11 13:37:02 +01:00
parent d91d85d01d
commit cefb1e3a38
5 changed files with 104 additions and 5 deletions

View File

@@ -5,11 +5,66 @@
- role: common
tags: common
- hosts: ~pine.*\.wks
- hosts: pine01.wks
vars:
nomad_pool: sys
roles:
- role: nummer5
tags: nummer5
- role: armbian
tags: armbian
- role: debian
tags: debian
tags: debian
- hosts: pine02.wks
vars:
nomad_pool: apps
roles:
- role: nummer5
tags: nummer5
- role: armbian
tags: armbian
- role: debian
tags: debian
- hosts: pine03.wks
vars:
nomad_pool: apps
roles:
- role: nummer5
tags: nummer5
- role: armbian
tags: armbian
- role: debian
tags: debian
- hosts: pine04.wks
vars:
nomad_pool: apps
roles:
- role: nummer5
tags: nummer5
- role: armbian
tags: armbian
- role: debian
tags: debian
- hosts: pine05.wks
vars:
nomad_pool: sys
roles:
- role: nummer5
tags: nummer5
- role: armbian
tags: armbian
- role: debian
tags: debian
#- hosts: ~pine.*\.wks
# roles:
# - role: nummer5
# tags: nummer5
# - role: armbian
# tags: armbian
# - role: debian
# tags: debian