Skip to content

question about Crowdstrike repo locations #522

Answered by carlosmmatos
ghost asked this question in General
Discussion options

You must be logged in to vote

Yeah that's what I was guessing. This is not an issue with the Ansible role, this is an issue with the fact that the system doesn't seem to have access to the YUM repositories hosted by AWS. That is something you will have to work with your networking team to allow if you plan on being able to install anything on those systems.

Just as a side note, yum is a package manager and since the falcon-sensor has dependencies such as openssl, it will need your basic YUM repo's to ensure any dependency is met.

Also, once you get that part worked out, you can update your playbook like such:

- name: Install sensor on Linux machines
  hosts: aws_test_linux
  gather_facts: yes
  vars:
    ansible_ssh_user

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

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

Comment options

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

Comment options

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

Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
1 participant