@@ -1,8 +1,8 @@
 {%- set author = authors | first -%}
 
-## {{ role.name }}
+## [![DebOps project](http://debops.org/images/debops-small.png)](http://debops.org) {{ role.name }}
+{% if ansigenome_info.travis is defined and ansigenome_info.travis %}[![Travis CI](http://img.shields.io/travis/{{ scm.user + '/' + role.slug }}.svg?style=flat)](http://travis-ci.org/{{ scm.user + '/' + role.slug }}) [![test-suite](http://img.shields.io/badge/test--suite-{{ scm.repo_prefix | replace("-","--") | replace("_","__") + role.name | replace("-","--") | replace("_","__") }}-blue.svg?style=flat)](https://github.com/{{ scm.user }}/test-suite/tree/master/{{ scm.repo_prefix + role.name }}/){% endif %} {% if ansigenome_info.galaxy_id is defined and ansigenome_info.galaxy_id %} [![Ansible Galaxy](http://img.shields.io/badge/galaxy-{{ role.galaxy_name | replace("-","--") | replace("_","__") }}-660198.svg?style=flat)](https://galaxy.ansible.com/list#/roles/{{ ansigenome_info.galaxy_id }}){% endif %}{% if galaxy_info.platforms is defined and galaxy_info.platforms %} [![Platforms](http://img.shields.io/badge/platforms-{{ galaxy_info.platforms | map(attribute='name') | sort | join('%20|%20') | lower }}-lightgrey.svg?style=flat)](#){% endif %}
 
-{% if ansigenome_info.travis is defined and ansigenome_info.travis %}[![Travis CI](https://secure.travis-ci.org/{{ scm.user + '/' + role.slug }}.png)](http://travis-ci.org/{{ scm.user + '/' + role.slug }}) [![test-suite](http://img.shields.io/badge/test--suite-{{ scm.repo_prefix | replace("-","--") | replace("_","__") + role.name | replace("-","--") | replace("_","__") }}-blue.svg)](https://github.com/{{ scm.user }}/test-suite/tree/master/{{ scm.repo_prefix + role.name }}/){% endif %} {% if ansigenome_info.galaxy_id is defined and ansigenome_info.galaxy_id %}[![Ansible Galaxy](http://img.shields.io/badge/galaxy-{{ role.galaxy_name | replace("-","--") | replace("_","__") }}-660198.svg)](https://galaxy.ansible.com/list#/roles/{{ ansigenome_info.galaxy_id }}){% endif %}{% if galaxy_info.platforms is defined and galaxy_info.platforms %} [![Platforms](http://img.shields.io/badge/platforms-{{ galaxy_info.platforms | map(attribute='name') | sort | join('%20|%20') | lower }}-lightgrey.svg)](#){% endif %}
 {% if ansigenome_info.beta is defined and ansigenome_info.beta %}
 ### Warning, this is a BETA role
 
@@ -20,6 +20,12 @@ This role requires at least Ansible{% if galaxy_info.min_ansible_version is defi
 
     ansible-galaxy install {{ role.galaxy_name }}
 
+#### Are you using this as a standalone role without DebOps?
+
+You may need to include missing roles from the [DebOps common playbook](https://github.com/debops/debops-playbooks/blob/master/playbooks/common.yml) into your playbook.
+
+[Try DebOps now](https://github.com/debops/debops) for a complete solution to run your Debian-based infrastructure.
+
 {% endif %}
 {% if ansigenome_info.quick_start is defined and ansigenome_info.quick_start %}
 