Changeset - 6d1169297bfd
[Not reviewed]
0 1 0
x - 20 months ago 2023-08-24 02:36:47
xbr@c3l.lu
fix: do not have generic fastd turned on
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
gateway/initial_gw_setup.yml
Show inline comments
 
@@ -155,6 +155,12 @@
 
      tags: config
 

	
 
    # fastd
 
    - name: Make sure fastd is disabled and stopped
 
      ansible.builtin.service:
 
        name: "fastd"
 
        state: "stopped"
 
        enabled: false
 
      tags: config
 
    - name: Create the fflux dir inside of fastd
 
      ansible.builtin.file:
 
        path: /etc/fastd/fflux
0 comments (0 inline, 0 general)