| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
Simplify the import on the various hosts.
|
|
|
|
|
|
|
|
Can be used that way:
```
colmena exec --impure -v --on do-rproxy -- 'systemctl status nginx'
```
or
```
colmena --impure apply dry-activate --on synology-vm
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will give me a bit more flexibility to configure things per machine
in the future.
|