Refactoring and vmdb2 improvements

This commit is contained in:
Ana Custura 2025-09-30 13:27:57 +01:00
parent e94c68854d
commit f61468fff5
28 changed files with 1257 additions and 0 deletions

View file

@ -0,0 +1,11 @@
---
- name: Remove wifi creds
hosts: all
become: true
tasks:
- name: Copy wpa_supplicant config
copy:
src: "{{ vmdb2_config_base_dir }}/wpa_supplicant.conf"
dest: /etc/wpa_supplicant/wpa_supplicant.conf
force: true
mode: '0644'