https://github.com/cvdg/homelab-ansible
Configure my homelab with Ansible.
https://github.com/cvdg/homelab-ansible
Last synced: 3 months ago
JSON representation
Configure my homelab with Ansible.
- Host: GitHub
- URL: https://github.com/cvdg/homelab-ansible
- Owner: cvdg
- License: eupl-1.2
- Created: 2024-11-11T13:34:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T17:59:02.000Z (7 months ago)
- Last Synced: 2025-01-13T05:44:43.401Z (5 months ago)
- Language: Shell
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# homelab-ansible
Configure my homelab with `ansible`.
## Moved to GitHub
For resting purposes, this repository is moved to
[GitLab](https://gitlab.com/homelab-griend.dev/homelab-ansible).## Mirrored
```shell
$ git remote add --mirror=push github [email protected]:cvdg/homelab-ansible.git
...
$ git push
Enumerating objects: 9, done.
Counting objects: 100% (9/9), done.
Delta compression using up to 16 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (5/5), 610 bytes | 610.00 KiB/s, done.
Total 5 (delta 3), reused 3 (delta 1), pack-reused 0
To gitlab.com:homelab-griend.dev/homelab-ansible.git
352a54e..1158e8b main -> mainhomelab-ansible on main took 2s
$ git push github
Enumerating objects: 9, done.
Counting objects: 100% (9/9), done.
Delta compression using up to 16 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (5/5), 610 bytes | 610.00 KiB/s, done.
Total 5 (delta 3), reused 3 (delta 1), pack-reused 0
remote: Resolving deltas: 100% (3/3), completed with 3 local objects.
To github.com:cvdg/homelab-ansible.git
352a54e..1158e8b main -> main
* [new reference] origin/HEAD -> origin/HEAD
* [new reference] origin/main -> origin/main```