Skip to content
Snippets Groups Projects
Commit 0013cac7 authored by Pietsch, Martin's avatar Pietsch, Martin
Browse files

added documentation

parent 8ae40512
No related branches found
No related tags found
No related merge requests found
Role Name
Description
===========
This role provides base methods for each linux system role.
Requirement
===========
Variables
---------
* linux_installer_home_mirror
* description:
* This option contains the URL of the home mirror servers of the installer files.
* The servers provides the basic images for an installer.
* default: http://tinycorelinux.net
* linux_installer_local_mirror
* description:
* This option contains the URL of the local mirror servers of the installer files.
* The servers provides the basic images for an installer.
* default: {{ linux_installer_home_mirror }}
* linux_build_installer_root
* description:
* This option contains the path to the temporary build path for a linux installer.
* This value is generated automatically.
* linux_installer_version
* description:
* This options specifies the version of the installer.
* default: 10.x
* linux_installer_distribution
* description:
* This option specifies the name of a linux distribution for the installer.
* default: ""
Processes
=========
A brief description of the role goes here.
Requirements
------------
Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required.
Role Variables
buildinstaller
--------------
A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.
Dependencies
------------
A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.
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: servers
roles:
- { role: username.rolename, x: 42 }
License
-------
BSD
finaliseinstaller
-----------------
Author Information
------------------
Features
========
An optional section for the role authors to include contact information, or a website (HTML is not allowed).
This role provides to create a small linux installer image. It bases on Tiny Core Linux.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment