🚨 holmium: Fix indentation

yamllint complained:

  9:3       error    wrong indentation: expected 4 but found 2  (indentation)
  12:7      error    wrong indentation: expected 8 but found 6  (indentation)
  14:9      error    wrong indentation: expected 10 but found 8  (indentation)
  19:9      error    wrong indentation: expected 10 but found 8  (indentation)
  23:9      error    wrong indentation: expected 10 but found 8  (indentation)
  32:9      error    wrong indentation: expected 10 but found 8  (indentation)
This commit is contained in:
Alexander Dahl 2022-10-04 08:08:11 +02:00
parent 0f11db3f64
commit 2c32d746f6

View file

@ -6,32 +6,32 @@
ansible_python_interpreter: /usr/bin/python3
roles:
- role: nginx-https-ingress
vars:
ingress:
- server: kant
hosts:
- name: jabber.n39.eu
- name: conference.jabber.n39.eu
- name: spaceapi.n39.eu
- server: krypton
hosts:
- name: entities.svc.n39.eu
- name: entities-validation.svc.n39.eu
- server: pottwal
hosts:
- name: gitea.n39.eu
- name: uritools.n39.eu
- name: uritools-api.n39.eu
- name: sl.n39.eu
- name: pad.n39.eu
- name: brotherql-web.n39.eu
local: true
- server: radon
hosts:
- name: nodered.n39.eu
local: true
- name: rabbitmq.n39.eu
local: true
- name: pwr-meter-pulse-gw-19i.svc.n39.eu
local: true
- role: nginx-https-ingress
vars:
ingress:
- server: kant
hosts:
- name: jabber.n39.eu
- name: conference.jabber.n39.eu
- name: spaceapi.n39.eu
- server: krypton
hosts:
- name: entities.svc.n39.eu
- name: entities-validation.svc.n39.eu
- server: pottwal
hosts:
- name: gitea.n39.eu
- name: uritools.n39.eu
- name: uritools-api.n39.eu
- name: sl.n39.eu
- name: pad.n39.eu
- name: brotherql-web.n39.eu
local: true
- server: radon
hosts:
- name: nodered.n39.eu
local: true
- name: rabbitmq.n39.eu
local: true
- name: pwr-meter-pulse-gw-19i.svc.n39.eu
local: true