17 lines
445 B
Markdown
17 lines
445 B
Markdown
## git
|
|
|
|
### Git-Einführung
|
|
|
|
Unter https://training.velt.biz/workshop/Git-Quickstart/ findet Ihr eine kleine Git-Einführung
|
|
|
|
### Repositories mit git clonen
|
|
|
|
Hier am Beispiel "`cleanup-hosts`" von https://git.velt.biz/Ansible/cleanup-hosts:
|
|
```
|
|
git clone https://git.velt.biz/Ansible/cleanup-hosts.git
|
|
```
|
|
Das Ergebnis ist ein Verzeichnis "`cleanup-hosts`", welches genau so in das `roles`-Verzeichnis geschoben (und umbenannt) werden kann.
|
|
|
|
|
|
|