Provision a new Ansible node without SSH public key and Python
jotbe.io › blog › 2019Ansible connects to the node targethost-01.tld via SSH using password credentials. It bootstraps Python if the binary cannot be found. As the node is in the host group ubuntu, Python will be installed using apt. Ansible then creates the users, adds them to their corresponding groups and provisions the authorized_keys with the public keys under ...