Ansible (master with worker)
Wazuh Manager server ec2
sudo apt update -y
sudo apt install software-properties-common -y
sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt install ansible -y



Last updated
sudo apt update -y
sudo apt install software-properties-common -y
sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt install ansible -y



Last updated
ssh-keygen -t rsa -b 2048cat ~/.ssh/id_rsa.pubnano ~/.ssh/authorized_keysansible all -i inventory/hosts -m ping