21 lines
331 B
YAML
21 lines
331 B
YAML
file:
|
|
/root/latest.sql.gz:
|
|
exists: true
|
|
mode: "0644"
|
|
owner: root
|
|
group: root
|
|
filetype: file
|
|
command:
|
|
crontab -l:
|
|
exit-status: 0
|
|
stdout:
|
|
- 0 21 * * 1-7 /root/svbase
|
|
stderr: []
|
|
timeout: 10000
|
|
ssh ap22 hostname:
|
|
exit-status: 0
|
|
stdout:
|
|
- ap22
|
|
stderr: []
|
|
timeout: 10000
|