Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Unverified Commit b8629460 authored by Arthur BOUDREAULT's avatar Arthur BOUDREAULT
Browse files

feat: add CrowdSec enrollment instructions notification

parent c07303d5
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,10 @@
ansible.builtin.service:
name: sshd
state: restarted
- name: Show CrowdSec enrollment instructions
ansible.builtin.debug:
msg: |
CrowdSec has been installed successfully!
Please visit https://app.crowdsec.net to complete the enrollment process
and get your enrollment key to connect your instance to the CrowdSec console.
......@@ -36,3 +36,4 @@
- crowdsec
- crowdsec-firewall-bouncer-iptables
state: present
notify: Show CrowdSec enrollment instructions
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment