Added clients playbook and updated child channels

This commit is contained in:
Fayaaz Ahmed 2016-04-15 15:42:27 +01:00
parent bef92a6564
commit a71b4e1cff
2 changed files with 6 additions and 4 deletions

View File

@ -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}}"

5
spacewalk-clients.yml Executable file
View File

@ -0,0 +1,5 @@
---
- hosts: spacewalk-clients
sudo: yes
roles:
- spacewalk-client