Bootstrap ansible node. Assumes only root access is possible. Execute playbook with ansible-playbook bootstrap.yml -u root --private-key root_access_key
Private key installed on the machine
- hosts: all
user: root
become: False
roles:
- bootstrap
BSD
Krzysztof Zarzycki