From: Zack Cerza Date: Fri, 24 Jul 2015 15:15:07 +0000 (-0600) Subject: Common: Log the OS/version of each node X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=0f5f65ecd5ff00b9a2273bc95cdf03d43320146b;p=ceph-cm-ansible.git Common: Log the OS/version of each node I think this will help with debugging. Signed-off-by: Zack Cerza --- diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index 71f7a8f..2726361 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -1,4 +1,8 @@ --- + +- name: Log the OS name, version and release + debug: msg="Host {{ inventory_hostname }} is running {{ ansible_distribution }} {{ ansible_distribution_version }} ({{ ansible_distribution_release }})" + # loading major version specific vars - name: Including major version specific variables. include_vars: "{{ item }}"