mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
FileBeat Module - Fix symlinks
This commit is contained in:
@@ -30,6 +30,18 @@ filebeatconfsync:
|
||||
- group: 0
|
||||
- template: jinja
|
||||
|
||||
# Create Symlinks to the keys so I can distribute it to all the things
|
||||
|
||||
fbkeylink:
|
||||
file.symlink:
|
||||
- name: /opt/so/saltstack/salt/filebeat/files/filebeat.key
|
||||
- target: /etc/pki/filebeat.key
|
||||
|
||||
fbcrtlink:
|
||||
file.symlink:
|
||||
- name: /opt/so/saltstack/salt/filebeat/files/filebeat.crt
|
||||
- target: /etc/pki/filebeat.crt
|
||||
|
||||
filebeatcrt:
|
||||
file.managed:
|
||||
- name: /opt/so/conf/filebeat/etc/pki/filebeat.crt
|
||||
|
||||
Reference in New Issue
Block a user