chore(git): add role-README, update collection README
This commit is contained in:
parent
f9a0f92e27
commit
b8585b38b7
@ -5,6 +5,7 @@
|
|||||||
This ansible collection provides various roles for installing
|
This ansible collection provides various roles for installing
|
||||||
and configuring basic system utilities like gnupg, ssh etc
|
and configuring basic system utilities like gnupg, ssh etc
|
||||||
|
|
||||||
|
- [`git`](roles/git/README.md): configures git on the target system
|
||||||
- [`nginx`](roles/nginx/README.md): [nginx](https://www.nginx.com/),
|
- [`nginx`](roles/nginx/README.md): [nginx](https://www.nginx.com/),
|
||||||
an advanced load balancer, webserver and reverse proxy.
|
an advanced load balancer, webserver and reverse proxy.
|
||||||
|
|
||||||
|
19
roles/git/README.md
Normal file
19
roles/git/README.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# `finallycoffee.base.git` ansible role
|
||||||
|
|
||||||
|
This role configures git for the `ansible_user` and can be used
|
||||||
|
to (pre)-configure git.
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
|
||||||
|
git_config_user_name: # user name to use for git
|
||||||
|
git_config_user_email: # email to use for git
|
||||||
|
|
||||||
|
git_config_core_editor: vim # editor to use
|
||||||
|
|
||||||
|
git_config_credentials:
|
||||||
|
- remote_url: https://github.com
|
||||||
|
config:
|
||||||
|
username: my_github_username
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user