Giter VIP home page Giter VIP logo

Comments (6)

carlosmmatos avatar carlosmmatos commented on June 15, 2024 1

Let me look into it

from ansible_collection_falcon.

carlosmmatos avatar carlosmmatos commented on June 15, 2024 1

@txsastre I found the bug. Will be fixing soon.

from ansible_collection_falcon.

carlosmmatos avatar carlosmmatos commented on June 15, 2024

@txsastre Just so you know, when NOT using falcon_install_method: api - you will need to provide the falcon_cid variable for Windows only. So your example should be updated as such:

---
- hosts: all
  roles:
  - role: crowdstrike.falcon.falcon_install
    vars:
      falcon_install_method: url
      falcon_download_url: 'http://192.168.70.202/software/WindowsSensor.LionLanner.exe'
      falcon_cid: KLJSDLKFJLKAKLSJDLF-XY

from ansible_collection_falcon.

txsastre avatar txsastre commented on June 15, 2024

Ok, thanks a lot about finding the bug and the orientation about the windows variable falcon_cid.
I thought that falcon_client_id was the right one.

It's not working either, I guess is still the same bug.

from ansible_collection_falcon.

carlosmmatos avatar carlosmmatos commented on June 15, 2024

@txsastre It's probably because you are installing the collection right now via release version, and the fix hasn't been added to a new release. In the meantime, you can refer to https://docs.ansible.com/ansible/latest/collections_guide/collections_installing.html#installing-a-collection-from-a-git-repository for example of how to install our collection via our github repo.

The new release should be out shortly as well. Just working on updating some documentation first.

from ansible_collection_falcon.

txsastre avatar txsastre commented on June 15, 2024

hi there, I downloaded as you explained.

now I see that the agent is getting installed, but in the ansible console seems that it never ends the procedure.

the actual playbook

---
- hosts: all
  roles:
  - role: crowdstrike.falcon.falcon_install
    vars:
      falcon_install_method: url
      falcon_download_url: 'http://192.168.70.134/software/WindowsSensor.LionLanner.exe'
      falcon_client_id: '123413234342342341423423423413432-E1'
      falcon_cid: '123413234342342341423423423413432-E1'
      falcon_client_secret: '12345678'
      falcon_api_enable_no_log: false

executed with -vvv



**TASK [crowdstrike.falcon.falcon_install : CrowdStrike Falcon | Install Falcon Sensor .exe Package (Windows)] ********************************************** **
task path: /home/tomeu/.ansible/collections/ansible_collections/crowdstrike/falcon/roles/falcon_install/tasks/win_install.yml:2
Using module file /home/tomeu/.ansible/collections/ansible_collections/ansible/windows/plugins/modules/win_package.ps1
Pipelining is enabled.
<192.168.70.162> ESTABLISH WINRM CONNECTION FOR USER: ansible on PORT 5985 TO 192.168.70.162
EXEC (via pipeline wrapper)

and stays that way forever...

but it seems correctly installed on windows 2019

check by console
VirtualBoxVM_IYWGKBHLey

Check by GUI
VirtualBoxVM_FOzTkUUaOo

if I stop the playbook and run again it says that the agent is already installed.

from ansible_collection_falcon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.