fixes
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
usage() {
|
||||||
|
echo "Usage: $(basename $0) [-d] <host>" >&2
|
||||||
|
echo " -d Remove host key from known_hosts before connecting" >&2
|
||||||
|
}
|
||||||
|
|
||||||
DEL=""
|
DEL=""
|
||||||
|
|
||||||
deletehost() {
|
deletehost() {
|
||||||
|
|||||||
+1
-1
@@ -45,7 +45,7 @@
|
|||||||
dest: /etc/sudoers.d/sudogroup
|
dest: /etc/sudoers.d/sudogroup
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: '0644'
|
mode: '0440'
|
||||||
|
|
||||||
- name: Deploy gitconfig
|
- name: Deploy gitconfig
|
||||||
template:
|
template:
|
||||||
|
|||||||
+1
-1
@@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
- name: Setup Postgres backup cron job
|
- name: Setup Postgres backup cron job
|
||||||
ansible.builtin.cron:
|
ansible.builtin.cron:
|
||||||
name: "borgmatic"
|
name: "pg-backup"
|
||||||
minute: 30
|
minute: 30
|
||||||
hour: 23
|
hour: 23
|
||||||
job: /usr/local/bin/pg-backup
|
job: /usr/local/bin/pg-backup
|
||||||
|
|||||||
Reference in New Issue
Block a user