2018-02-14 16:33:11 +00:00
|
|
|
- hosts: all
|
2018-02-25 19:04:10 +00:00
|
|
|
tasks:
|
2018-04-04 14:54:31 +00:00
|
|
|
- name: builtin_command_module
|
2018-02-25 19:04:10 +00:00
|
|
|
command: hostname
|
2018-04-02 07:05:37 +00:00
|
|
|
with_sequence: start=1 end={{end|default(100)}}
|