foo
parent
f81f44ff48
commit
7736c637c2
|
|
@ -0,0 +1,12 @@
|
|||
- copy:
|
||||
dest: /etc/cron.d/telekom-dns-lookup
|
||||
content: |
|
||||
|
||||
# telekom-dns-lookup tool täglich 4 uhr morgens
|
||||
0 4 * * * /usr/local/bin/telekom-dns-lookup > /dev/null
|
||||
|
||||
# asterisk -'core restart' when server is not busy
|
||||
1 4 * * * /usr/sbin/asterisk -x "core restart when convenient" > /dev/null
|
||||
|
||||
owner: root
|
||||
group: crontab
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
- update:
|
||||
name: accs
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
# - group:
|
||||
# name: voip
|
||||
# system: true
|
||||
|
||||
- user:
|
||||
name: asterisk
|
||||
system: true
|
||||
groups: voip
|
||||
append: true
|
||||
|
||||
# - user:
|
||||
# name: dnsmasq
|
||||
# system: true
|
||||
# groups: voip
|
||||
# append: true
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
echo foo >> msg.txt
|
||||
|
||||
git add msg.txt
|
||||
|
||||
git commit -m test
|
||||
|
||||
mgmt --debug run mgmt/release.yml
|
||||
Loading…
Reference in New Issue