laconicd-stack/playbooks
Nabarun 4de3300a7e Update multisig app for multichain support (#31)
Part of https://www.notion.so/Laconic-Mainnet-Plan-1eca6b22d47280569cd0d1e6d711d949

Reviewed-on: #31
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
2025-07-10 10:46:05 +00:00
..
cosmos-multisig-app Update multisig app for multichain support (#31) 2025-07-10 10:46:05 +00:00
first-validator Update yq setup and remove --git-ssh usage (#30) 2025-06-19 13:18:56 +00:00
tmkms Update yq setup and remove --git-ssh usage (#30) 2025-06-19 13:18:56 +00:00
validator Update yq setup and remove --git-ssh usage (#30) 2025-06-19 13:18:56 +00:00
hosts.ini.example Update multisig playbook to setup deployment on remote machine (#15) 2025-06-11 15:05:04 +00:00
README.md Add stack to run mainnet validator node (#1) 2025-05-15 06:38:42 +00:00
setup.yml Update yq setup and remove --git-ssh usage (#30) 2025-06-19 13:18:56 +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]