Knuckles-Team / server-automation

Ansible Automation to be Executed on Inventory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ansible user to Ubuntu and add to sudoers

sudo adduser ansible
sudo usermod -aG sudo ansible
sudo visudo /etc/sudoers
ansible ALL=(ALL) NOPASSWD:ALL
export ANSIBLE_HOST_KEY_CHECKING=True
ansible-playbook -i ./inventory.yml manage_homelab.yml

About

Ansible Automation to be Executed on Inventory

License:MIT License


Languages

Language:Dockerfile 100.0%