Kind of working workflows...
This commit is contained in:
parent
c1cb9aa3db
commit
17abb6019c
8 changed files with 213 additions and 132 deletions
|
@ -2,22 +2,22 @@
|
|||
(ordo inventory))
|
||||
|
||||
(list
|
||||
(host #:name "little-rascal"
|
||||
#:connection (local-connection)
|
||||
(host #:name "root@little-rascal"
|
||||
#:connection (local-connection #:become? #t)
|
||||
#:tags '(#:linux #:guix))
|
||||
|
||||
(host #:name "limiting-factor"
|
||||
#:connection (ssh-connection "limiting-factor" #:user "core")
|
||||
(host #:name "root@limiting-factor"
|
||||
#:connection (ssh-connection #:host "limiting-factor" #:user "core" #:become? #t)
|
||||
#:tags '(#:linux #:coreos))
|
||||
|
||||
(host #:name "screw-loose"
|
||||
#:connection (ssh-connection "screw-loose" #:user "core")
|
||||
(host #:name "root@screw-loose"
|
||||
#:connection (ssh-connection #:host "screw-loose" #:user "core" #:become? #t)
|
||||
#:tags '(#:linux #:coreos))
|
||||
|
||||
(host #:name "control-surface"
|
||||
#:connection (ssh-connection "control-surface" #:user "ray")
|
||||
(host #:name "root@control-surface"
|
||||
#:connection (ssh-connection #:host "control-surface" #:user "ray" #:become? #t)
|
||||
#:tags '(#:linux #:debian))
|
||||
|
||||
(host #:name "cargo-cult"
|
||||
#:connection (ssh-connection "cargo-cult" #:user "ray")
|
||||
(host #:name "root@cargo-cult"
|
||||
#:connection (ssh-connection #:host "cargo-cult" #:user "ray" #:become? #t)
|
||||
#:tags '(#:linux #:synology)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue