Skip to content

Commit 59a99f6

Browse files
committed
Jamf & Chef workflows
1 parent 4e7ad1a commit 59a99f6

4 files changed

Lines changed: 55 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Manually run a cookbook by name
3+
command: sudo chef client -o recipe['{{cookbook}}']
4+
tags:
5+
- macos
6+
- linux
7+
- chef
8+
description: Use to fun a cookbook manually
9+
arguments:
10+
- name: cookbook
11+
description: Name of the cookbook
12+
source_url: https://docs.chef.io/ctl_chef_client
13+
author: Amado Tejada
14+
author_url: https://github.com/amadotejada
15+
shells: []
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Manually Initiate a Policy via policy ID
3+
command: sudo jamf policy -event "{{policy_id}}" -verbose
4+
tags:
5+
- macos
6+
- jamf
7+
- mdm
8+
description: Use to run a Jamf policy manually
9+
arguments:
10+
- name: policy_id
11+
description: The ID number of the Jamf policy
12+
author: Amado Tejada
13+
author_url: https://github.com/amadotejada
14+
shells: []
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Manually Initiate a Policy via policy triggerName
3+
command: sudo jamf policy -event "{{triggerName}}" -verbose
4+
tags:
5+
- macos
6+
- jamf
7+
- mdm
8+
description: Use to run a Jamf policy manually
9+
arguments:
10+
- name: triggerName
11+
description: Custom triggerName of the Jamf policy
12+
source_url: https://docs.jamf.com/technical-articles/Manually_Initiating_a_Policy.html
13+
author: Amado Tejada
14+
author_url: https://github.com/amadotejada
15+
shells: []
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Manually Initiate a recon inventory
3+
command: sudo jamf recon
4+
tags:
5+
- macos
6+
- jamf
7+
- mdm
8+
description: Force a full Jamf inventory from the client
9+
author: Amado Tejada
10+
author_url: https://github.com/amadotejada
11+
shells: []

0 commit comments

Comments
 (0)