v1
This commit is contained in:
7
roles/hello_world/tasks/main.yml
Normal file
7
roles/hello_world/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: show remote host
|
||||
debug:
|
||||
msg: "the remote server is {{ ansible_host }}"
|
||||
- name: show vars of this playbook
|
||||
debug:
|
||||
msg: "{{ greeting }}"
|
||||
Reference in New Issue
Block a user