首先贴两个非常好的链接:
Screenshot from 2018-08-15 09-45-50.png Screenshot from 2018-08-15 09-42-59.png
- hosts: all
tasks:- name: say hello task
shell: service docker restart
- name: say hello task
- hosts: all
tasks:- name: say hello task
shell: curl -fsSL get.docker.com -o get-docker.sh - name: install docker
shell: sh get-docker.sh - name: say hello task
shell: service docker restart
- name: say hello task
网友评论