First working release

This commit is contained in:
Oleg Vasilev
2021-09-12 00:26:15 +03:00
commit 6bbdbe7cf9
5 changed files with 72 additions and 0 deletions

11
tasks/main.yml Normal file
View 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