Playbook examples #374
-
hi there Can someone put some example playbooks to see where can I be wrong and learn ? thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
carlosmmatos
Apr 7, 2024
Replies: 2 comments 1 reply
-
Hey @txsastre I'm sorry I'm just seeing this. Here is what I would recommend in terms of order or "getting started":
---
- hosts: all
roles:
- role: crowdstrike.falcon.falcon_install
vars:
falcon_client_id: <FALCON_CLIENT_ID>
falcon_client_secret: <FALCON_CLIENT_SECRET> Things to note
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
txsastre
-
I already make it work a few months ago |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @txsastre I'm sorry I'm just seeing this. Here is what I would recommend in terms of order or "getting started":
Things to note
become:
clauses as the roles alr…