An open API service indexing awesome lists of open source software.

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.

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 -> main

homelab-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

```