laconicd-stack/playbooks
ishavenikar e3927d4af2 Update chain registry name in vars file (#7)
Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>
Reviewed-on: #7
Co-authored-by: ishavenikar <ishavenikar@noreply.git.vdb.to>
Co-committed-by: ishavenikar <ishavenikar@noreply.git.vdb.to>
2025-05-29 05:06:54 +00:00
..
cosmos-multisig-app Update chain registry name in vars file (#7) 2025-05-29 05:06:54 +00:00
first-validator Add steps to configure TMKMS in node deployments (#4) 2025-05-20 13:55:15 +00:00
validator Add steps to configure TMKMS in node deployments (#4) 2025-05-20 13:55:15 +00:00
README.md Add stack to run mainnet validator node (#1) 2025-05-15 06:38:42 +00:00

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]