playbook: variable host and user

This commit is contained in:
Dawid Dziurla 2020-03-22 12:16:15 +01:00
parent 43a2a4f4df
commit e3ab322c67
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -1,5 +1,6 @@
- name: Test Action - name: Test Action
hosts: all hosts: "{{ host }}"
remote_user: "{{ user }}"
tasks: tasks:
- name: Copy action.yml - name: Copy action.yml
copy: copy: