Intitiales Befüllen
This commit is contained in:
45
roles/git/README.md
Normal file
45
roles/git/README.md
Normal file
@ -0,0 +1,45 @@
|
||||
Role Name
|
||||
=========
|
||||
|
||||
1. Installiert git auf dem System.
|
||||
2. Kopiert .gitignore nach /opt/rola
|
||||
3. Initiiert ein Git-Repository
|
||||
|
||||
Aber: git add . + git commit fehlt noch!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
|
||||
Requirements
|
||||
------------
|
||||
|
||||
RHEL 7, x86-64
|
||||
|
||||
Role Variables
|
||||
--------------
|
||||
|
||||
Keine.
|
||||
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
Keine.
|
||||
|
||||
|
||||
Example Playbook
|
||||
----------------
|
||||
|
||||
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
|
||||
|
||||
- hosts: all
|
||||
roles:
|
||||
- git
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
BSD
|
||||
|
||||
Author Information
|
||||
------------------
|
||||
|
||||
Marcus Gillitzer Version 0.1
|
Reference in New Issue
Block a user