laconicd-stack/playbooks
2025-05-14 16:26:30 +05:30
..
first-validator Add playbook to run first validator node 2025-05-14 12:10:06 +05:30
validator Add playbook and steps for sending create-validator tx 2025-05-14 16:26:30 +05:30
README.md Add playbook and steps for sending create-validator tx 2025-05-14 16:26:30 +05:30

playbooks

Ansible 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

  • Verify ansible installation by running the following command:

    ansible --version
    # ansible [core 2.17.2]
    
  • Install sshpass used for automating SSH password authentication

    sudo apt-get install sshpass