From b478f515c9f893c6e7b70ac142ab91d7d3837e33 Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Wed, 3 Oct 2018 15:34:01 +0200 Subject: raspbian-template: add rpi example role --- roles/raspbian-template/tasks/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 roles/raspbian-template/tasks/main.yml (limited to 'roles/raspbian-template/tasks') diff --git a/roles/raspbian-template/tasks/main.yml b/roles/raspbian-template/tasks/main.yml new file mode 100644 index 0000000..31f91f5 --- /dev/null +++ b/roles/raspbian-template/tasks/main.yml @@ -0,0 +1,12 @@ +--- +- name: Install network configuration + copy: + dest: '/etc/systemd/network/10-eth0.network' + src: eth0.network + owner: root + group: root + mode: 0644 + tags: + - networkd-config + +# vim: set ts=2 sw=2 et: -- cgit v1.2.1