remove fqdn
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-08-30 23:13:59 +02:00
parent 85fb26bf52
commit 52f7e7e153
19 changed files with 96 additions and 96 deletions

View File

@ -1,6 +1,6 @@
---
- name: "Generate backupscript"
ansible.builtin.template:
template:
src: backupscript.sh
dest: /etc/cron.weekly/backupscript
owner: root
@ -8,12 +8,12 @@
mode: '0700'
- name: Create .ssh directory of root user
ansible.builtin.file:
file:
path: /root/.ssh
state: directory
- name: Copy ssh config
ansible.builtin.copy:
copy:
src: ssh_config
dest: /root/.ssh/config
mode: 0600