testnet-ops/README.md

1.6 KiB

testnet-ops

Installation

  • Install Ansible

  • Add location of the directory containing the ansible binary to your PATH

  • Set Locale Encoding to UTF-8

    Ansible requires the locale encoding to be UTF-8. You can either use the LANG prefix when running Ansible commands or set the system-wide locale

  • Install sshpass used for automating SSH password authentication

    sudo apt-get install sshpass
    
  • Install passlib used for handling encrypted passwords

    pip install passlib
    

Playbooks