]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Move ssh configuration to main.yml.
authorAndrew Schoen <aschoen@redhat.com>
Mon, 13 Apr 2015 19:11:22 +0000 (14:11 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 16 Apr 2015 21:31:32 +0000 (16:31 -0500)
This needs to happen on all distros.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/testnode/tasks/main.yml
roles/testnode/tasks/yum_systems.yml

index 1398c74cfd950c4de30dae5a556a1d512a77038d..dbe3949d69beb75376533954ea044a1a1fd013bb 100644 (file)
   tags:
     - monitoring-scripts
 
+# configure ssh
+- include: ssh.yml
+  tags:
+    - ssh
+
 # configure things specific to yum systems
 - include: yum_systems.yml
   when: ansible_pkg_mgr == "yum"
index df8b68085ad57671a56da1ab8ac913150110f3a1..5745366e093e025c01f6cf5c27db46a426b7c26d 100644 (file)
     owner: root
     mode: 0644
 
-- name: Configure ssh
-  include: ssh.yml
-  tags:
-    - ssh
-
 - name: Setup local repo files.
   include: yum/repos.yml
   tags: