You've already forked ansible-role-git
Compare commits
2 Commits
2185788577
...
f380eb3547
| Author | SHA1 | Date | |
|---|---|---|---|
|
f380eb3547
|
|||
|
25bb6398e8
|
@@ -8,7 +8,7 @@ With following role can be git for users configured.
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
ansible-galaxy install volker_raschek.git_role
|
||||
ansible-galaxy install volker_raschek.git
|
||||
```
|
||||
|
||||
## Supported distributions
|
||||
|
||||
22
meta/main.yml
Normal file
22
meta/main.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
galaxy_info:
|
||||
role_name: git
|
||||
author: Markus Pesch
|
||||
description: Role to install and configure git for local users
|
||||
company: Cryptic Systems
|
||||
license: MIT
|
||||
min_ansible_version: 2.5
|
||||
platforms:
|
||||
- name: Archlinux
|
||||
versions:
|
||||
- all
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- all
|
||||
- name: EL
|
||||
versions:
|
||||
- all
|
||||
|
||||
galaxy_tags:
|
||||
- git
|
||||
|
||||
dependencies: []
|
||||
Reference in New Issue
Block a user