Compare commits
No commits in common. "7bbe3342713b7a27d51d16841a5c0aa16d20ab52" and "dcb1599503906c6e716e44f1126299363972e71b" have entirely different histories.
7bbe334271
...
dcb1599503
|
@ -1 +0,0 @@
|
|||
*.lock
|
|
@ -1 +0,0 @@
|
|||
3.0.4
|
|
@ -1,5 +0,0 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "colorize"
|
|
@ -1,7 +1,5 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
require "yaml"
|
||||
require "colorize"
|
||||
|
||||
filename = File.join(File.dirname(__FILE__), "services.yaml")
|
||||
settings = YAML.load(File.read(filename))
|
||||
|
@ -18,8 +16,6 @@ services.each_pair do |key, value|
|
|||
end
|
||||
unless value['todo'].nil?
|
||||
puts " TODO:"
|
||||
value['todo'].each_with_index do |line, index|
|
||||
puts " #{index + 1}. #{line}"
|
||||
end
|
||||
puts " * #{value['todo'].join(", ")}"
|
||||
end
|
||||
end
|
||||
|
|
|
@ -23,9 +23,8 @@ 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.de
|
||||
hostname: static.18.144.90.157.clients.your-server.de1
|
||||
ip: 157.90.144.18
|
||||
jekyll-www:
|
||||
state: revise
|
||||
|
@ -52,9 +51,3 @@ 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
|
||||
|
|
Loading…
Reference in New Issue