Skip to content

Instantly share code, notes, and snippets.

@recall704
Last active October 17, 2017 03:17
Show Gist options
  • Save recall704/a907b282e4b986e235dd39fccf6055fb to your computer and use it in GitHub Desktop.
Save recall704/a907b282e4b986e235dd39fccf6055fb to your computer and use it in GitHub Desktop.
ansible 模板的基本用法
- name: config daemon.json
  template: 
    src: daemon.json.j2
    dest: /etc/docker/daemon.json
    mode: 0644
  tags:
    - common
    - docker
    - docker_config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment