Compare commits

...

2 Commits

Author SHA1 Message Date
Moritz Kempe 2991aa4605 repair kamikaze self delete function 2023-09-10 01:59:08 +02:00
moke b115299bc5 master (#1)
Co-authored-by: Moritz Kempe <moritzkempe@mailbox.org>
Co-authored-by: alex <alex@noreply.git.dezentrale.cloud>
Reviewed-on: moke/ansible-install-server#1
2023-09-04 20:35:29 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@ package_set:
sysstat, tcpdump, tmux, unattended-upgrades, vim, wget, zsh ]
extra: [ btrfs-progs ]
crond_kamikaze: "/etc/cron.d/kamikaze.sh"
crond_kamikaze: "/etc/cron.d/kamikaze"
ubuntu:
snaps:
- name: firefox

View File

@ -15,7 +15,6 @@
mode: '0644'
owner: root
group: root
validate: dhcpd -t -cf %s
notify: restart dhcpd
tags:
- dhcp_configure
@ -31,6 +30,7 @@
notify: restart dhcpd
tags:
- dhcp_defaults
- dhcp_configure
- name: "Start and enable dhcp server"
become: true

View File

@ -11,7 +11,7 @@
become: true
ansible.builtin.apt_key:
id: "B11EE3273F6B2DEB528C93DA2BF8D9FE074BCDE4"
url: "https://fai-project.org/download/2BF8D9FE074BCDE4.asc"
url: "https://fai-project.org/download/fai-project.gpg"
state: present
tags:
- fai_repo_key_install