{"id":49317278,"url":"https://github.com/zsoftly/zti-config","last_synced_at":"2026-04-26T16:01:51.719Z","repository":{"id":336682391,"uuid":"1145890926","full_name":"zsoftly/zti-config","owner":"zsoftly","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-16T12:36:35.000Z","size":847,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-16T13:30:48.069Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/zsoftly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-30T10:48:37.000Z","updated_at":"2026-04-16T11:39:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zsoftly/zti-config","commit_stats":null,"previous_names":["zsoftly/zti-config"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zsoftly/zti-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsoftly%2Fzti-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsoftly%2Fzti-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsoftly%2Fzti-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsoftly%2Fzti-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zsoftly","download_url":"https://codeload.github.com/zsoftly/zti-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsoftly%2Fzti-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32303177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-04-26T16:01:50.765Z","updated_at":"2026-04-26T16:01:51.715Z","avatar_url":"https://github.com/zsoftly.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zti-config\n\nConfiguration management roles and playbooks for MSP infrastructure tools.\n\n## Quick Start\n\n**Prerequisites:**\n\n- Ansible 2.14+\n- Python 3.8+\n\n**Install:**\n\n```bash\ngit clone https://github.com/example-org/zti-config.git\ncd zti-config\nmake install     # Install Ansible and dependencies\nnpm install      # Install prettier (for markdown formatting)\n```\n\n**Run:**\n\n```bash\n# Security baseline\nansible-playbook tools/ansible/playbooks/01-base-security.yml -i inventory/hosts.yml\n\n# Full stack deployment\nansible-playbook tools/ansible/playbooks/99-full-stack.yml -i inventory/hosts.yml\n```\n\n## What's Included\n\n### Standalone Roles\n\n- **wazuh_agent** - Security monitoring agent\n- **system_updates** - OS patching and maintenance\n- **firmware_updates** - Firmware update management\n- **otel_collector** - OpenTelemetry collector for observability\n\n### Service Collections\n\n- **headscale** - VPN mesh network (6 roles + playbooks)\n- **authentik** - Identity provider (16 roles + playbooks)\n\n### Example Playbooks\n\nNumbered playbooks show dependency order:\n\n```\n01-base-security.yml    - Wazuh security agent\n02-system-updates.yml   - OS and firmware updates\n03-monitoring.yml       - OpenTelemetry collector\n04-vpn-mesh.yml        - Headscale VPN\n05-identity.yml        - Authentik IdP\n99-full-stack.yml      - Complete deployment\n```\n\n## Documentation\n\n- [Quick Start](docs/QUICK_START.md) - Getting started guide\n- [Roles Reference](docs/ROLES.md) - Available roles and usage\n- [Collections](docs/COLLECTIONS.md) - Headscale and Authentik setup\n- [Playbooks](docs/PLAYBOOKS.md) - Playbook examples and patterns\n- [Troubleshooting](docs/TROUBLESHOOTING.md) - Common issues and solutions\n- [Architecture](docs/ARCHITECTURE.md) - Repository design\n- [Adding Tools](docs/ADDING_TOOLS.md) - Extension guide\n\n## Repository Structure\n\n```\nzti-config/\n├── tools/\n│   └── ansible/              # Ansible configuration management\n│       ├── roles/            # Standalone shared roles\n│       ├── collections/      # Complete service projects\n│       ├── playbooks/        # Example playbooks\n│       ├── inventory/        # Sample inventories\n│       └── docs/             # Detailed documentation\n├── scripts/                  # Utility scripts\n├── docs/                     # Architecture and guides\n└── .github/                  # CI/CD workflows\n```\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzsoftly%2Fzti-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzsoftly%2Fzti-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzsoftly%2Fzti-config/lists"}