index
:
ansible01
master
Scrubbed work from my first ansible environment
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
roles
/
ssh
/
handlers
/
main.yml
blob: 3dee0efa57ce2be5a7f97ae22b6d815addfb379f (
plain
)
1
2
3
--- -
name:
ssh restart
service:
name
=
'{{ ssh_service }}'
state
=
restarted
bgstack15