
add non-dockerized installation playbooks and roles Change-Id: Ica4918a3627ce20db6b4a9823bbbbbaff92b9101
13 lines
268 B
YAML
13 lines
268 B
YAML
---
|
|
- name: restart dhcp-relay
|
|
shell: service isc-dhcp-relay restart
|
|
|
|
- name: restart httpd
|
|
service: name=httpd state=restarted enabled=yes
|
|
|
|
- name: restart cobbler
|
|
service: name=cobblerd state=restarted enabled=yes
|
|
|
|
- name: cobbler sync
|
|
command: cobbler sync
|