File: file_service.yml

package info (click to toggle)
python-mitogen 0.3.39-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 6,732 kB
  • sloc: python: 24,733; sh: 198; makefile: 74; perl: 19; ansic: 18
file content (9 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
- name: soak/file_service.yml
  hosts: all
  tasks:
  - set_fact:
      content: "{% for x in range(126977) %}x{% endfor %}"
  - include_tasks: _file_service_loop.yml
    with_sequence: start=1 end=100
  tags:
    - resource_intensive