Compare commits

...

6 Commits

5 changed files with 5 additions and 4 deletions

View File

@ -9,6 +9,7 @@ all:
- "192.168.33.1"
#nameservers:
fai_config_git: "https://git.dezentrale.cloud/HW4F/fai-config.git"
fai_config_git_version: "HEAD"
hosts:
hw4f-fai-vagrant:

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

@ -13,7 +13,7 @@
ansible.builtin.git:
repo: "{{ fai_config_git }}"
dest: "{{ fai_dir_config }}"
version: 'HEAD'
version: "{{ fai_config_git_version }}"
force: true
#recursive: true
notify: pack fai-config

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