this are my playbooks i used to managed my things
An installation auf Ubuntu 18.04. It may work with an earlier version of Ubuntu, but it ist not tested. An installation of ansible(http://docs.ansible.com/ansible/intro_installation.html#latest-releases-via-pip).
To setup your own ansible host you have to run:
sudo apt install python3-pip python3-venv
python3 -m venv ~/venv
source ~/venv/bin/activate
pip3 install ansible
ansible-playbook jw74.ansibleHost.yml -i inventory.yml -e 'ansible_python_interpreter=/usr/bin/python3'
tbd
GPLv3
JohnnyW74