47 lines
591 B
Markdown
47 lines
591 B
Markdown
Role Name
|
|
=========
|
|
|
|
Simple role to create changelog on remote server
|
|
|
|
Will insert date, name of calling role, version of calling role in /etc/history
|
|
|
|
Should be included as dependent of others roles
|
|
|
|
|
|
Requirements
|
|
------------
|
|
|
|
None
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
myrole_name - name of role
|
|
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
None
|
|
|
|
Example Playbook
|
|
----------------
|
|
|
|
Not intended, but add this in meta/main.yml of your roles:
|
|
|
|
```yaml
|
|
dependencies:
|
|
- { role: tco.changelog, myrole_name: CHANGEME }
|
|
```
|
|
|
|
|
|
License
|
|
-------
|
|
|
|
BSD
|
|
|
|
Author Information
|
|
------------------
|
|
|
|
Thomas C <thomas@opendoor.fr>
|