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
Commit 173e2c37 authored by Arthur BOUDREAULT's avatar Arthur BOUDREAULT
Browse files

Merge branch '60-fix-ansible-lint-lint-error-for-crowdsec-debug-task' into 'main'

Resolve "fix(ansible-lint): lint error for crowdsec debug task"

Closes #60

See merge request lydra/ansible-bootstrap!51
parents c07303d5 b8629460
No related branches found
No related tags found
No related merge requests found
Pipeline #61670 failed
......@@ -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