remotes/origin/master
p3ls 2023-01-25 14:50:13 +01:00
parent f81f44ff48
commit 7736c637c2
5 changed files with 39 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

12
mgmt/playground.yml Normal file
View File

@ -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

3
mgmt/test.yml Normal file
View File

@ -0,0 +1,3 @@
- update:
name: accs

15
mgmt/user.yml Normal file
View File

@ -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

9
sh/commit.sh Executable file
View File

@ -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