🚨 Add names to plays to fix name[play] linter warnings

Adds basic descriptions on what those host are supposed to do.
This commit is contained in:
Alexander Dahl 2025-03-02 09:22:05 +01:00
parent e3d2e8a31b
commit bc43af38d9
16 changed files with 34 additions and 19 deletions

View file

@ -1,7 +1,6 @@
---
# tasks for all hosts
- hosts: all
- name: Tasks for all hosts
hosts: all
become: true
vars:

View file

@ -1,11 +1,13 @@
---
- hosts: docker_host
- name: Tasks for docker hosts
hosts: docker_host
become: true
roles:
- role: netz39.host_docker
- hosts: docker_host:&location_space
- name: Tasks for docker hosts at location space
hosts: docker_host:&location_space
become: true
roles:

View file

@ -1,5 +1,6 @@
---
- hosts: k3s
- name: Tasks for kubernetes hosts
hosts: k3s
become: true
tasks:

View file

@ -1,5 +1,6 @@
---
- hosts: proxmox
- name: Tasks for virtual machines on proxmox host
hosts: proxmox
become: true
tasks:

View file

@ -1,5 +1,6 @@
---
- hosts: beaker.n39.eu
- name: Setup things on host 'beaker' (proxmox server im space)
hosts: beaker.n39.eu
become: true
vars:

View file

@ -1,5 +1,6 @@
---
- hosts: hobbes.n39.eu
- name: Setup things on host 'hobbes' (raspberry pi for kiosk screen)
hosts: hobbes.n39.eu
become: true
vars:

View file

@ -1,5 +1,6 @@
---
- hosts: holmium.n39.eu
- name: Setup things on host 'holmium' (http ingress vm)
hosts: holmium.n39.eu
become: true
vars:

View file

@ -1,5 +1,6 @@
---
- hosts: krypton.n39.eu
- name: Setup things on host 'krypton' (ldap vm)
hosts: krypton.n39.eu
become: true
vars:

View file

@ -1,5 +1,6 @@
---
- hosts: oganesson.n39.eu
- name: Setup things on host 'oganesson' (ssh jump host vm)
hosts: oganesson.n39.eu
become: true
vars:

View file

@ -1,5 +1,6 @@
---
- hosts: platon.n39.eu
- name: Setup things on host 'platon' (raspberry pi for entrance door)
hosts: platon.n39.eu
become: true
vars:
ansible_python_interpreter: /usr/bin/python3

View file

@ -1,5 +1,6 @@
---
- hosts: plumbum.n39.eu
- name: Setup things on host 'plumbum' (nfs server)
hosts: plumbum.n39.eu
become: true
roles:

View file

@ -1,5 +1,6 @@
---
- hosts: pottwal.n39.eu
- name: Setup things on host 'pottwal' (the big docker container host)
hosts: pottwal.n39.eu
become: true
roles:

View file

@ -1,5 +1,6 @@
---
- hosts: radon.n39.eu
- name: Setup things on host 'radon' (services for space automation)
hosts: radon.n39.eu
become: true
vars:

View file

@ -1,5 +1,6 @@
---
- hosts: tau.netz39.de
- name: Setup things on host 'tau' (vserver for wiki etc.)
hosts: tau.netz39.de
become: true
vars:

View file

@ -1,6 +1,7 @@
---
# this is for a dedicated vm just hosting the unifi controller.
- hosts: unicorn.n39.eu
- name: Setup things on host 'unicorn' (vm for ubiquiti unifi controller)
hosts: unicorn.n39.eu
become: true
vars:
ansible_python_interpreter: /usr/bin/python3

View file

@ -1,5 +1,6 @@
---
- hosts: wittgenstein.n39.eu
- name: Setup things on host 'wittgenstein' (raspberry pi for ampel and spaceapi)
hosts: wittgenstein.n39.eu
become: true
roles: