add README

This commit is contained in:
Farhad Shahbazi
2016-03-08 11:21:35 +01:00
parent acc8f15e9e
commit bbad5f2137

31
README.md Normal file
View File

@@ -0,0 +1,31 @@
Common
======
Some common tasks for Debian hosts
Requirements
------------
Ansible 1.9 or higher. Platform requirements are listed in the metadata file.
Dependencies
------------
None
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: SphericalElephant.common
common_basic_packages: ['vim', 'zsh'],
common_mailer: False,
common_resolvconf_nameservers: ['1.2.3.4', '2.3.4.5']
License
-------
This project is released under the MIT license (see the LICENSE file).