Enable SSH and Docker services

This commit is contained in:
Gary Talent 2017-03-05 17:16:06 -06:00
parent 6776a25a2e
commit d70abd49b0

View File

@ -218,6 +218,22 @@
append: true append: true
# services
- name: Enable SSH Daemon
service:
name: sshd
enabled: yes
state: started
- name: Enable Docker Daemon
service:
name: docker
enabled: yes
state: started
# disable SELinux # disable SELinux
- name: Disable SELinux - name: Disable SELinux