init: first commit
This commit is contained in:
parent
36cc923896
commit
484c26eade
@ -10,14 +10,14 @@ type ConfigStruct struct {
|
|||||||
|
|
||||||
var Config = ConfigStruct{
|
var Config = ConfigStruct{
|
||||||
Hosts: map[string]string{
|
Hosts: map[string]string{
|
||||||
"alpha": "127.0.0.1",
|
"alpha": "127.0.0.1",
|
||||||
/*"beta": "127.0.0.1",
|
"beta": "127.0.0.1",
|
||||||
"gamma": "127.0.0.1",
|
"gamma": "127.0.0.1",
|
||||||
"delta": "127.0.0.1",
|
"delta": "127.0.0.1",
|
||||||
"epsilon": "127.0.0.1",
|
"epsilon": "127.0.0.1",
|
||||||
"zeta": "127.0.0.1",
|
"zeta": "127.0.0.1",
|
||||||
"eta": "127.0.0.1",
|
"eta": "127.0.0.1",
|
||||||
"omega": "127.0.0.1",*/
|
"omega": "127.0.0.1",
|
||||||
},
|
},
|
||||||
Commands: map[string][]string{
|
Commands: map[string][]string{
|
||||||
"update": {"yes", "|", "sudo", "pacman", "-Syyu"},
|
"update": {"yes", "|", "sudo", "pacman", "-Syyu"},
|
||||||
|
Loading…
Reference in New Issue
Block a user