Skip to content

Playbook examples #374

Closed Answered by carlosmmatos
txsastre asked this question in Q&A
Aug 3, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Hey @txsastre I'm sorry I'm just seeing this. Here is what I would recommend in terms of order or "getting started":

  1. Make sure you are installing this collection and dependencies accordingly: read here
  2. Each role has a README with example playbooks at the bottom: falcon_install
  3. Once you are familiar with 1 & 2: The simplest way to get started is to use a playbook as such:
---
- hosts: all
  roles:
  - role: crowdstrike.falcon.falcon_install
    vars:
      falcon_client_id: <FALCON_CLIENT_ID>
      falcon_client_secret: <FALCON_CLIENT_SECRET>

Things to note

  • The interactions with the Falcon API's are done by localhost.
  • You don't need to worry about adding become: clauses as the roles alr…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by txsastre
Comment options

You must be logged in to vote
1 reply
@carlosmmatos
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants