Skip to content

Qualys/Cloud_Agent_Ansible

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Cloud_Agent_Ansible

Deploy Qualys Cloud Agent (CA) on Linux instances using Ansible-Playbook.

License

THIS SCRIPT IS PROVIDED TO YOU "AS IS." TO THE EXTENT PERMITTED BY LAW, QUALYS HEREBY DISCLAIMS ALL WARRANTIES AND LIABILITY FOR THE PROVISION OR USE OF THIS SCRIPT. IN NO EVENT SHALL THESE SCRIPTS BE DEEMED TO BE CLOUD SERVICES AS PROVIDED BY QUALYS

Description

The playbook InstallQCA.yml can be used to deploy QCA across the assets included in your "host" file. Additionally, you can use the tags to deploy QCA on your instances.

The required input parameters are:

  • private-key = private-key to access the instances (Ansible works via SSH)
  • ssh_user = username to login into the instance
  • URL = the URL where the file is hosted For example: Webserver, S3, Blob Storage, Cloud Storage
  • ActivationID = An ID that provides a way to group agents and bind them to your account
  • CustomerID = An ID to identify your account

Usage

ansible-playbook -i hosts qca-install.yml --private-key=Mikesh.pem --extra-vars "ssh_user=ec2-user URL=https://s3.amazonaws.com/REPLACE_ME_BUCKET/REPLACE_ME_FILE ActivationID=xxxx-xxxx CustomerID=xxxx-xxxx"

Important links

About

Deploy Cloud Agent via Ansible-Playbook in Linux instances in AWS Cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published