fixes
This commit is contained in:
@@ -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
@@ -45,7 +45,7 @@
|
||||
dest: /etc/sudoers.d/sudogroup
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
mode: '0440'
|
||||
|
||||
- name: Deploy gitconfig
|
||||
template:
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user