Skip to content

benjamin-smith/ansible-aws-inspector-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible AWS Inspector Agent Role

Installs the AWS Inspector Agent.

Requirements

This role does not depend on any other Ansible roles. This will only install on AWS EC2 instances. Ensure your instance has proper autorization to call AWS APIs, either through an instance IAM role or via a dedicated awscli user authentication.

Also make sure your instance has a default region defined via aws configure.

Example Playbook

No dependencies or variables, so simply adding the role to a playbook should be sufficient.

- hosts: servers
  roles:
     - { role: benjamin-smith.ansible-aws-inspector-agent }

###License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published