{"id":24911263,"url":"https://github.com/lfkdev/ansible-role-camino-node","last_synced_at":"2025-03-28T02:50:07.228Z","repository":{"id":275344984,"uuid":"925801019","full_name":"lfkdev/ansible-role-camino-node","owner":"lfkdev","description":"Role to setup/configure a camino-node docs.camino.network","archived":false,"fork":false,"pushed_at":"2025-02-01T21:11:57.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T21:19:03.508Z","etag":null,"topics":["ansible","crypto"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/ui/standalone/roles/lfkdev/camino-node/","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lfkdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-01T19:25:31.000Z","updated_at":"2025-02-01T21:12:00.000Z","dependencies_parsed_at":"2025-02-01T21:19:06.608Z","dependency_job_id":"e435af4b-c558-4056-ae90-96588a28c498","html_url":"https://github.com/lfkdev/ansible-role-camino-node","commit_stats":null,"previous_names":["lfkdev/ansible-role-camino-node"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfkdev%2Fansible-role-camino-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfkdev%2Fansible-role-camino-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfkdev%2Fansible-role-camino-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfkdev%2Fansible-role-camino-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lfkdev","download_url":"https://codeload.github.com/lfkdev/ansible-role-camino-node/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245960688,"owners_count":20700779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","crypto"],"created_at":"2025-02-02T04:19:01.568Z","updated_at":"2025-03-28T02:50:07.221Z","avatar_url":"https://github.com/lfkdev.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role: Camino-Node\n\n[![CI](https://github.com/lfkdev/ansible-role-camino-node/actions/workflows/ci.yml/badge.svg)](https://github.com/lfkdev/ansible-role-camino-node/actions/workflows/ci.yml)\n\nAn Ansible Role that installs and configures Camino Node on Linux servers.\n\n### Requirements\nNone.\n\n### Role Variables\nAvailable variables are listed below, along with default values (see `defaults/main.yml`):\n\n```yaml\ngithub_api_url: \"https://api.github.com/repos/chain4travel/caminogo/releases\"\n```\nThe URL of the GitHub API to fetch the latest Camino Node release information.\n\n```yaml\ncamino_node_dir: \"/opt/camino-node\"\n```\nThe directory where the Camino Node binary will be installed.\n\n```yaml\ncamino_node_bin: \"{{camino_node_dir}}/caminogo\"\n```\nThe full path to the Camino Node binary.\n\n```yaml\ncamino_config_dir: \"/etc/camino-node/configs\"\n```\nThe directory where the Camino Node configuration files will be stored.\n\n```yaml\ncamino_config_file: \"{{camino_config_dir}}/node.json\"\n```\nThe main configuration file for the Camino Node.\n\n```yaml\ncamino_node_http_host: \"127.0.0.1\"\n```\nThe HTTP host address for the Camino Node API.\n\n```yaml\ncamino_node_network_id: \"columbus\"\n```\nThe network ID for the Camino Node. Defaults to the testnet.\n\n```yaml\ncamino_version: \"\"\n```\nIf not set, the role will fetch the latest release. Otherwise, specify the desired version (e.g., `\"v1.1.0\"`).\n\n```yaml\ncamino_user: \"camino\"\n```\nThe system user under which the Camino Node runs.\n\n```yaml\ncamino_group: \"camino\"\n```\nThe system group under which the Camino Node runs.\n\n```yaml\ncamin_admin_api_secret: \"\"\n```\nIf set to any value, the admin API endpoint will be enabled; otherwise, it remains disabled.\n\nFor more infos visit [docs](https://docs.camino.network/camino-node/configuration/)\n\n### Node Keys\nUncomment the following variables to include tasks for custom keys:\n\n```yaml\n# camino_staker_key: |\n#             \"\u003cstaker_key\u003e\"\n\n# camino_staker_crt: |\n#             \"\u003cstaker_crt\u003e\"\n\n# camino_signer_key: |\n#             \"\u003csigner_key\u003e\"\n```\n\n### Dependencies\n- Currently, only the Debian family is supported (feel free to submit a PR for RedHat).\n\n### Example Playbook\n```yaml\n- hosts: servers\n  roles:\n    - { role: lfkdev.camino_node }\n```\n\n### License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfkdev%2Fansible-role-camino-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flfkdev%2Fansible-role-camino-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfkdev%2Fansible-role-camino-node/lists"}