{"id":28342578,"url":"https://github.com/astrixgame/ansible-website","last_synced_at":"2026-05-19T07:36:30.986Z","repository":{"id":293913062,"uuid":"985486217","full_name":"astrixgame/ansible-website","owner":"astrixgame","description":"Ansible website template written in plain HTML/CSS/JS + PHP","archived":false,"fork":false,"pushed_at":"2025-06-05T05:36:09.000Z","size":14630,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-19T18:48:39.109Z","etag":null,"topics":["ansible","css","html","website"],"latest_commit_sha":null,"homepage":"https://astrixgame.github.io/ansible-website/","language":"HTML","has_issues":false,"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/astrixgame.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,"zenodo":null}},"created_at":"2025-05-17T21:35:41.000Z","updated_at":"2025-06-05T05:36:11.000Z","dependencies_parsed_at":"2025-05-17T22:38:39.771Z","dependency_job_id":null,"html_url":"https://github.com/astrixgame/ansible-website","commit_stats":null,"previous_names":["astrixgame/ansible-website"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/astrixgame/ansible-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrixgame%2Fansible-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrixgame%2Fansible-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrixgame%2Fansible-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrixgame%2Fansible-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astrixgame","download_url":"https://codeload.github.com/astrixgame/ansible-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrixgame%2Fansible-website/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268669655,"owners_count":24287807,"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","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ansible","css","html","website"],"created_at":"2025-05-27T05:27:22.195Z","updated_at":"2026-05-19T07:36:25.950Z","avatar_url":"https://github.com/astrixgame.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Website\n\nA modern, visually appealing website for learning and exploring Ansible automation. This project provides resources, guides, and examples to help users automate IT infrastructure using Ansible.\n\n## Features\n\n- **Beautiful, Responsive UI**: Clean design with mobile support and modern CSS.\n- **Quick Start Example**: YAML playbook sample for instant understanding.\n- **Feature Highlights**: Automation, repeatability, modularity, and agentless operation.\n- **How-To Section**: Step-by-step workflow for defining, configuring, executing, and maintaining Ansible automation.\n- **Resource Links**: Easy access to guides, installation, YAML syntax, inventory, roles, and playbooks.\n- **Use Cases**: Real-world automation scenarios (web server setup, firewall, reverse proxy, cron jobs, multi-server deployment).\n- **Newsletter Signup**: Stay updated with the latest Ansible tips and tutorials.\n\n## Project Structure\n\n```\nansible/\n├── index.html                # Main website HTML\n├── README.md                 # Project documentation\n└── assets/\n    ├── css/\n    │   └── style.css         # Main stylesheet\n    └── img/                  # Images and icons\n```\n\n## Getting Started\n\n1. **Clone the repository**\n   ```zsh\n   git clone \u003cyour-repo-url\u003e\n   cd ansible\n   ```\n2. **Open `index.html` in your browser**\n   - No build step required. All assets are static.\n\n## Customization\n\n- Update images in `assets/img/` as needed.\n- Edit `index.html` to add or change content.\n- Modify `assets/css/style.css` for custom styles.\n\n## Example Ansible Playbook\n\n```yaml\n- hosts: all\n  become: true\n  tasks:\n    - name: Install Traefik\n      get_url:\n        url: https://yourname.github.io/traefik\n        dest: /tmp/traefik.tar.gz\n    - name: Extract Traefik\n      unarchive:\n        src: /tmp/traefik.tar.gz\n        dest: /usr/local/bin\n        remote_src: yes\n        extra_opts: [--strip-components=1]\n    - name: Run Traefik\n      command: /usr/local/bin/traefik --entrypoints.web.address=:80\n```\n\n## About\n\nThis project is maintained by a team passionate about IT automation and Ansible. Our goal is to make automation accessible, practical, and visually engaging for everyone.\n\n---\n\n\u0026copy; Ansible 2025. All rights reserved.\n\n## License\n\nThis project is licensed under the terms of the LICENSE file provided in this repository. Please review the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrixgame%2Fansible-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastrixgame%2Fansible-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrixgame%2Fansible-website/lists"}