Initial commit
This commit is contained in:
20
roles/ontic.fonts/docs/README.md
Executable file
20
roles/ontic.fonts/docs/README.md
Executable file
@@ -0,0 +1,20 @@
|
||||
# Documentation
|
||||
|
||||
## Example
|
||||
|
||||
```
|
||||
fonts_shared:
|
||||
- type: 'truetype'
|
||||
src: 'Fabulous.ttf'
|
||||
dest: 'dafont/Fabulous.ttf'
|
||||
fonts_user:
|
||||
- name: 'johndoe'
|
||||
type: 'opentype'
|
||||
src: 'Aulyars.otf'
|
||||
dest: 'dafont/Aulyars.otf'
|
||||
```
|
||||
|
||||
## Role Variables
|
||||
|
||||
Available variables are listed below, along with default values (see [defaults/main.yml](/defaults/main.yml)):
|
||||
|
||||
Reference in New Issue
Block a user