- hosts variable in ansible.yml

This commit is contained in:
gazebo
2018-07-31 14:59:18 +08:00
parent 88470319f5
commit 6085f900e2

View File

@@ -1,5 +1,5 @@
--- ---
- hosts: {{ deploy_hosts }} - hosts: "{{ deploy_hosts }}"
remote_user: ubuntu remote_user: ubuntu
tasks: tasks:
- name: copy execute file to dest - name: copy execute file to dest