{"id":19871957,"url":"https://github.com/saltstack-formulas/tinc-formula","last_synced_at":"2025-05-02T09:30:48.426Z","repository":{"id":16325028,"uuid":"19074250","full_name":"saltstack-formulas/tinc-formula","owner":"saltstack-formulas","description":"tinc formula","archived":false,"fork":false,"pushed_at":"2015-09-09T14:01:43.000Z","size":177,"stargazers_count":12,"open_issues_count":0,"forks_count":15,"subscribers_count":40,"default_branch":"master","last_synced_at":"2025-04-07T00:41:35.188Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saltstack-formulas.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2014-04-23T15:10:58.000Z","updated_at":"2024-02-29T21:20:26.000Z","dependencies_parsed_at":"2022-09-17T05:52:25.392Z","dependency_job_id":null,"html_url":"https://github.com/saltstack-formulas/tinc-formula","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack-formulas%2Ftinc-formula","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack-formulas%2Ftinc-formula/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack-formulas%2Ftinc-formula/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltstack-formulas%2Ftinc-formula/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saltstack-formulas","download_url":"https://codeload.github.com/saltstack-formulas/tinc-formula/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252015736,"owners_count":21680820,"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":[],"created_at":"2024-11-12T16:14:05.516Z","updated_at":"2025-05-02T09:30:48.175Z","avatar_url":"https://github.com/saltstack-formulas.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"tinc\n=========\n\nFormula to set up tinc and manage keys.\n\n.. note::\n\n    See the full `Salt Formulas installation and usage instructions\n    \u003chttp://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html\u003e`_.\n\nAvailable states\n================\n\n.. contents::\n    :local:\n\n``tinc``\n-------\n\nInstall tinc and related configuration. \nAdd your network name to ``/etc/tinc/nets.boot`` to start on system startup.\n\n``tinc.hostsfile``\n-------\n\nAlso manage ``/etc/hosts`` for easy accessing.\n\nTo allow multiple network to co-exist, it follows \"hostname.netname\" format\n\nExample: ::\n\n    192.168.xxx.xxx         replaceWithYourServerName.replaceWithYourNetworkName\n\nExample Pillar\n==============\n\n.. code:: yaml\n\n    tinc:\n      replaceWithYourNetworkName:\n        replaceWithYourServerName:\n          RSAPublicKey: |\n            -----BEGIN RSA PUBLIC KEY-----\n            -----END RSA PUBLIC KEY-----\n          RSAPrivateKey: |\n            -----BEGIN RSA PRIVATE KEY-----\n            -----END RSA PRIVATE KEY-----\n          host_config:\n            Subnet: \"192.168.xxx.xxx/xx\"\n          tinc_config:\n            Name: \"ifEmptyDefaultTo_replaceWithYourServerName\"\n            ConnectTo: [ \"server1\", \"server2\", \"server3\" ]\n          tinc_up: |\n            ifconfig $INTERFACE 192.168.xxx.xxx netmask 255.255.255.0\n          tinc_down: |\n            ifconfig $INTERFACE down\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaltstack-formulas%2Ftinc-formula","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaltstack-formulas%2Ftinc-formula","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaltstack-formulas%2Ftinc-formula/lists"}