tests: import template benchmark script.
parent
84521b714f
commit
8e9b5ad576
@ -0,0 +1,14 @@
|
|||||||
|
|
||||||
|
- hosts: all
|
||||||
|
tasks:
|
||||||
|
- file:
|
||||||
|
dest: /tmp/templates
|
||||||
|
state: "{{item}}"
|
||||||
|
with_items: ["absent", "directory"]
|
||||||
|
|
||||||
|
- copy:
|
||||||
|
dest: /tmp/templates/{{item}}
|
||||||
|
mode: 0755
|
||||||
|
content:
|
||||||
|
Hello from {{item}}
|
||||||
|
with_sequence: start=1 end=20
|
Loading…
Reference in New Issue