summaryrefslogtreecommitdiff
path: root/local.yml
blob: 72ab8638f25c28b4ecd7e1a5b30067bcfce8aaef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
- name: peter
  hosts: peter.crashbox.io
  tasks:
    - name: test
      shell: echo "run by peter"
  
- name: test
  hosts: 7c2b258159ab
  tasks:
    - name: test
      shell: echo "run by container"

- name: test2
  hosts: all
  tasks:
    - name: test
      shell: echo "run by all"