Changeset - 23db7092008e
[Not reviewed]
0 1 0
x - 20 months ago 2023-08-24 02:14:36
xbr@c3l.lu
feat: copy fastd key during initial setup
1 file changed with 7 insertions and 0 deletions:
0 comments (0 inline, 0 general)
gateway/initial_gw_setup.yml
Show inline comments
 
@@ -167,6 +167,13 @@
 
        group: root
 
        mode: "0755"
 
      tags: config
 
    - name: Copy fastd key
 
      ansible.builtin.copy:
 
        src: "~/keys/{{ inventory_hostname }}.conf"
 
        dest: /etc/fastd/fflux/secret.conf
 
        owner: root
 
        group: root
 
        mode: "0400"
 
    - name: Start + Enable fastd
 
      ansible.builtin.service:
 
        name: "fastd@fflux"
0 comments (0 inline, 0 general)