From a71b4e1cff8d643c44daaf1efba867d167fc030f Mon Sep 17 00:00:00 2001 From: Fayaaz Ahmed Date: Fri, 15 Apr 2016 15:42:27 +0100 Subject: [PATCH] Added clients playbook and updated child channels --- roles/spacewalk-customisations/tasks/customisations.yml | 5 +---- spacewalk-clients.yml | 5 +++++ 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100755 spacewalk-clients.yml diff --git a/roles/spacewalk-customisations/tasks/customisations.yml b/roles/spacewalk-customisations/tasks/customisations.yml index a5b0b57..5caf9c1 100644 --- a/roles/spacewalk-customisations/tasks/customisations.yml +++ b/roles/spacewalk-customisations/tasks/customisations.yml @@ -39,7 +39,4 @@ - name: Set sync repo schedules command: spacecmd --user=admin --password={{spacewalk_admin_password}} -- softwarechannel_setsyncschedule {{item.label}} 0 30 3 ? * * - with_items: "{{spacewalk_repo_info}}" - - - + with_items: "{{spacewalk_repo_info}}" \ No newline at end of file diff --git a/spacewalk-clients.yml b/spacewalk-clients.yml new file mode 100755 index 0000000..0bab017 --- /dev/null +++ b/spacewalk-clients.yml @@ -0,0 +1,5 @@ +--- +- hosts: spacewalk-clients + sudo: yes + roles: + - spacewalk-client \ No newline at end of file