Refactoring and vmdb2 improvements
This commit is contained in:
parent
e94c68854d
commit
f61468fff5
28 changed files with 1257 additions and 0 deletions
11
ansible/remove-wifi-creds.yml
Normal file
11
ansible/remove-wifi-creds.yml
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue