2 changed files with 12 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||||
|
- name: "Beispiel 1: Alle .conf Dateien in /etc auflisten" |
||||
|
debug: |
||||
|
msg: "User {{ item }}" |
||||
|
with_sequence: start=1 end=5 format="user%02d" |
@ -0,0 +1,8 @@ |
|||||
|
- hosts: "{{ target }}" |
||||
|
vars_files: |
||||
|
- loop_files.yml |
||||
|
gather_facts: false |
||||
|
remote_user: pi |
||||
|
roles: |
||||
|
- with_sequence |
||||
|
|
Loading…
Reference in new issue