-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathshell.yaml
More file actions
49 lines (49 loc) · 856 Bytes
/
shell.yaml
File metadata and controls
49 lines (49 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
:domain: example.com
:network: 192.168.123.0/24
:image: centos-7.1
:cpus: ''
:memory: ''
:disks: 0
:disksize: 40G
:boxurlprefix: ''
:sync: rsync
:syncdir: ''
:syncsrc: ''
:folder: ''
:extern:
- type: git
system: shell
repository: https://github.com/purpleidea/shell-simple1
directory: shell-simple1
:cd: ''
:puppet: false
:classes: []
:shell:
- shell-simple1/hello1.sh
- shell-simple1/hello2.py
- path: shell-simple1/subdirectory/hello3.sh
once: false
- script: echo hello world > /tmp/hello4
once: true
- echo hello again > /tmp/hello5
:docker: []
:kubernetes: false
:ansible: []
:playbook: []
:ansible_extras: {}
:cachier: false
:vms: []
:namespace: omv
:count: 1
:username: ''
:password: ''
:poolid: true
:repos: []
:update: false
:reboot: false
:unsafe: false
:nested: false
:tests: []
:comment: simple shell run example
:reallyrm: false