Added clients playbook and updated child channels
This commit is contained in:
parent
bef92a6564
commit
a71b4e1cff
@ -39,7 +39,4 @@
|
|||||||
|
|
||||||
- name: Set sync repo schedules
|
- name: Set sync repo schedules
|
||||||
command: spacecmd --user=admin --password={{spacewalk_admin_password}} -- softwarechannel_setsyncschedule {{item.label}} 0 30 3 ? * *
|
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
5
spacewalk-clients.yml
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
- hosts: spacewalk-clients
|
||||||
|
sudo: yes
|
||||||
|
roles:
|
||||||
|
- spacewalk-client
|
Loading…
Reference in New Issue
Block a user