Changeset - a1962a4cdc68
[Not reviewed]
0 1 0
x - 2 months ago 2025-03-15 00:15:47
xbr@c3l.lu
fix: fastd secret permissons
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
gateway/initial_gw_setup.yml
Show inline comments
 
@@ -208,13 +208,13 @@
 
    - name: Copy fastd key
 
      ansible.builtin.copy:
 
        src: "~/keys/{{ inventory_hostname }}.conf"
 
        dest: /etc/fastd/fflux/secret.conf
 
        owner: root
 
        group: root
 
        mode: "0400"
 
        mode: "0640"
 
    - name: Start + Enable fastd
 
      ansible.builtin.service:
 
        name: "fastd@fflux"
 
        state: "started"
 
        enabled: true
 
      tags: config
0 comments (0 inline, 0 general)