Whitehat bittensor validator initiative, the AutoValidator aim to facilitate validation process across all subnets.
python core/generate_config.py
> Enter the project name:
> Enter the GitHub repository URL:
> Enter the deployment path on the server:
> Enter the Python version to use:
> Do you need to add an API key? (yes/no):
> Inventory generated: inventories/dev/hosts.yml
> Group vars file generated: inventories/dev/group_vars/
> Playbook generated: playbooks/deploy_
> Role generated: roles/role_
Make sure you have SSH access to the servers defined in your inventory. You should be able to SSH into them without requiring a password (using SSH keys)
Deploy
ansible-playbook -i inventories/testnet/hosts.yml playbooks/deploy_text-prompting.yml -vvv
Check changes
ansible-playbook -i inventories/testnet/hosts.yml playbooks/deploy_text-prompting.yml -vvv --check
This list is non-exhaustive.