This commit is contained in:
Bart Sjerps
2026-07-10 16:45:41 +02:00
parent d2539a75e7
commit 6bc129ca70
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,5 +1,10 @@
#!/usr/bin/bash
usage() {
echo "Usage: $(basename $0) [-d] <host>" >&2
echo " -d Remove host key from known_hosts before connecting" >&2
}
DEL=""
deletehost() {
+1 -1
View File
@@ -45,7 +45,7 @@
dest: /etc/sudoers.d/sudogroup
owner: root
group: root
mode: '0644'
mode: '0440'
- name: Deploy gitconfig
template:
+1 -1
View File
@@ -31,7 +31,7 @@
- name: Setup Postgres backup cron job
ansible.builtin.cron:
name: "borgmatic"
name: "pg-backup"
minute: 30
hour: 23
job: /usr/local/bin/pg-backup