1
2
3
4
5
6
7 ---
- name: "Create file: /etc/hostapd/hostapd.conf"
template:
src: hostapd.conf.j2
dest: /etc/hostapd/hostapd.conf
notify: Restart hostapd
My personal ansible roles and playbooks [deprecated in favor of nixos]
1
2
3
4
5
6
7 ---
- name: "Create file: /etc/hostapd/hostapd.conf"
template:
src: hostapd.conf.j2
dest: /etc/hostapd/hostapd.conf
notify: Restart hostapd