Somewhere, Something Incredible Is Waiting To Be Known !!!
(Move to ...)
Home
▼
Wednesday, 10 July 2019
Ansible playbook vars example
---
- hosts: raghu
vars:
path: /tmp/raghu
state: touch
tasks:
- name: Create file
file:
path: "{{ path }}"
state: "{{ state }}"
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment