add git gestion
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
19e73d7354
commit
5f977df8f3
3 changed files with 22 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
|
||||
packages:
|
||||
__packages:
|
||||
vim: {}
|
||||
htop: {}
|
||||
socat: {}
|
||||
|
|
@ -12,4 +12,9 @@ packages:
|
|||
curl: {}
|
||||
whois: {}
|
||||
tcpdump: {}
|
||||
bridge-utils: {}
|
||||
bridge-utils: {}
|
||||
|
||||
__git:
|
||||
__user: "{{ deploy.git_user }}"
|
||||
__token: "{{ deploy.git_token }}"
|
||||
__host: "{{ deploy.git_host }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue