mitogen/examples/playbook/run_hostname_100_times.yml

9 lines
137 B
YAML
Raw Normal View History

2018-02-14 16:33:11 +00:00
---
- hosts: all
2018-02-16 05:27:29 +00:00
gather_facts: false
2018-02-25 19:04:10 +00:00
tasks:
- name: "Run hostname"
command: hostname
with_sequence: start=1 end=100