Enable SSH and Docker services
This commit is contained in:
parent
6776a25a2e
commit
d70abd49b0
16
setup.yml
16
setup.yml
@ -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
|
||||||
|
Reference in New Issue
Block a user