Ansible https://github.com/ansible/ansible Yaml Editor such as VS Code https://code.visualstudio.com/
Edit Hosts in the ./hosts
file following the [virtual_clusters]
example, Delete if not applicable
Create a new .yml file under the host_vars dir with the same name of your newly added host in the hosts file. e.g. example-cluster
Follow the examples given in example-cluster.yml
Encrypted variables such as passwords or api tokens can be kept in the secrets.yml
Editing File: ansible-vault edit secrets.yml
Default passphrase: vastdata
ansible-playbook -i hosts initial.yml --ask-vault-pass --limit example
ansible-playbook -i hosts initial.yml --ask-vault-pass --limit example --tags setup-protectionpolicies
Native Replication Failover