main
David Vargas 2022-11-25 12:44:10 +00:00
parent 23e3ca6a1d
commit e8a5b95315
2 changed files with 9 additions and 3 deletions

View File

@ -14,5 +14,8 @@ services.each_pair do |key, value|
puts " * hostname = #{value['hostname']}"
puts " * ip = #{value['ip']}"
end
puts " TODO: #{value['todo']}" if value['todo']
unless value['todo'].nil?
puts " TODO:"
puts " * #{value['todo'].join(", ")}"
end
end

View File

@ -1,6 +1,8 @@
services:
mini:
todo: Eliminar la MV
todo:
- Eliminar la MV
- ¿Es el correo electrónico?
hetzner: docus
hostname: editor.educar.encanarias.info
ip: 78.46.183.113
@ -19,7 +21,8 @@ services:
- Documentos en la nube
- Collabora
mailu19:
todo: No tiene nombre DNS asignado a la IP
todo:
- No tiene nombre DNS asignado a la IP
hetzner: txs
hostname: static.18.144.90.157.clients.your-server.de1
ip: 157.90.144.18