File: file_service.yml

package info (click to toggle)
python-mitogen 0.3.44-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,824 kB
  • sloc: python: 24,965; sh: 144; makefile: 74; perl: 19; ansic: 18
file content (9 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (2)
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