First working release
This commit is contained in:
11
tasks/main.yml
Normal file
11
tasks/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- name: Network | Deploy network configs
|
||||
template:
|
||||
src: hostname.if.j2
|
||||
dest: "/etc/hostname.{{ item.key }}"
|
||||
mode: 0640
|
||||
owner: root
|
||||
group: wheel
|
||||
with_dict: "{{ openbsd_network_interfaces }}"
|
||||
#notify: Network | Apply
|
Reference in New Issue
Block a user