feat(fwknopd): add Ansible role for fwknopd management with necessary tasks and configurations
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Include role fwknopd
|
||||
ansible.builtin.include_role:
|
||||
name: fwknopd
|
||||
Reference in New Issue
Block a user