laconicd-stack/playbooks
2025-06-11 19:08:32 +05:30
..
cosmos-multisig-app Update dgraph URL env value in demo steps (#9) 2025-06-02 11:36:23 +00:00
first-validator Divide generate genesis and create validator playbooks into build and start playbooks (#13) 2025-06-10 10:07:15 +00:00
tmkms Update tmkms env vars 2025-06-11 19:08:32 +05:30
validator Divide generate genesis and create validator playbooks into build and start playbooks (#13) 2025-06-10 10:07: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]