46 lines
614 B
Markdown
46 lines
614 B
Markdown
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
|