This repository contains Ansible for bulk machine onboarding on Atlas Network by Providers. Follow the simple steps below.
- Ansible >=2.17.3
-
Get the onboarding keys from the https://testnet.atlasnetwork.xyz/providers
-
Prepare ansible inventory as below when you put those each onbarding key in each machine's
onboarding_key
ansible var with respect to the IP of the machine. make sure you're choosing correctansible_user
undervars
section[all] # <public-ip> onboarding_key=<onboarding_key> 10.0.0.1 onboarding_key=xxxx # ... [all:vars] ansible_user=root
-
Fire in the hole
ansible-playbook onboard.yaml