add sshd here to attempt fixing the cloud host playbooks?
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
1663744eae
commit
d2b6d8ec2d
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@
|
|||
- name: restart ntpd
|
||||
action: service name=ntpd state=restarted
|
||||
|
||||
- name: restart sshd
|
||||
action: service name=sshd state=restarted
|
||||
|
||||
- name: restart openvpn (Fedora)
|
||||
when: ansible_distribution == "Fedora"
|
||||
action: service name=openvpn-client@openvpn state=restarted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue