In this video, I go over some more advanced (advanced to me) uses of Ansible. Commands I used and links below. Enjoy! Another Raspberry Pi project brought to you by Geek-Dom. If you find this useful, please consider hitting thte like and subscribe buttons. RaspberryPi Ansible install - • RaspberryPi Ansible Install Install passlib hashing tool - sudo apt-get install python-passlib Command to generate new password hash - python -c "from passlib.hash import sha512_crypt; import getpass; print sha512_crypt.encrypt(getpass.getpass())" Web - https://Geek-Dom.com Anisble Playbooks - https://galaxy.ansible.com/