Compare commits

...

2 Commits

Author SHA1 Message Date
David Vargas 7bbe334271 [N] . 2022-11-25 13:19:39 +00:00
David Vargas 12512abe5a [U] . 2022-11-25 13:19:21 +00:00
5 changed files with 20 additions and 2 deletions

1
test/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.lock

1
test/.ruby-version Normal file
View File

@ -0,0 +1 @@
3.0.4

5
test/Gemfile Normal file
View File

@ -0,0 +1,5 @@
# frozen_string_literal: true
source "https://rubygems.org"
gem "colorize"

View File

@ -1,5 +1,7 @@
#!/usr/bin/env ruby
require "yaml"
require "colorize"
filename = File.join(File.dirname(__FILE__), "services.yaml")
settings = YAML.load(File.read(filename))
@ -16,6 +18,8 @@ services.each_pair do |key, value|
end
unless value['todo'].nil?
puts " TODO:"
puts " * #{value['todo'].join(", ")}"
value['todo'].each_with_index do |line, index|
puts " #{index + 1}. #{line}"
end
end
end

View File

@ -23,8 +23,9 @@ services:
mailu19:
todo:
- No tiene nombre DNS asignado a la IP
- Cambiar el dominio @txs.es
hetzner: txs
hostname: static.18.144.90.157.clients.your-server.de1
hostname: static.18.144.90.157.clients.your-server.de
ip: 157.90.144.18
jekyll-www:
state: revise
@ -51,3 +52,9 @@ services:
hetzner: social
hostname: blogs.txs.es
ip: 49.12.44.141
tuvideo2:
hetzner: social
hostname: tuvideo.encanarias.info
ip: 116.203.254.222
todo:
- Cambiar nombre dominio a @txs.es