Inventory, tool and configuration management
Link to installation
For local usage, edit /etc/ansible/hosts
to contain
[local]
127.0.0.1
sudo apt-get update
sudo apt-get install openssh-server
start ssh
ansible-playbook <path_to_playbook_yml>
ansible-playbook <path_to_playbook_yml> -t [tags]