For my previous blog post about ansible and my written ansible-playbook I’ve received some feedback and questions. I’ve decided to give you a short instruction how to install and configure ansible to start your own packet capture with my ansible-playbook tcpdump.yml. Installation For this purpose I am using a fresh created t2.micro AWS EC2 Instance….
Category: Ansible
Start Your Packet Capture With Ansible
What is Ansible? Ansible is an agentless open source automation tool used for configuration management and other purposes. At the moment I also use it to collect diagnosis data. Ansible is working via SSH and can connect to multiple server in parallel (from your source server). It connects to the remote sides and can executes…