Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions specs/chef/run_cookbook_manually.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Manually run a cookbook by name
command: sudo chef client -o recipe['{{cookbook}}']
Comment thread
amadotejada marked this conversation as resolved.
tags:
- chef
description: Use to run a cookbook manually
arguments:
- name: cookbook
description: Name of the cookbook
source_url: https://docs.chef.io/ctl_chef_client
author: Amado Tejada
author_url: https://github.com/amadotejada
shells: []
12 changes: 12 additions & 0 deletions specs/jamf/manually_initiate_policy_custom_id.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Manually initiate a policy via policy id
command: sudo jamf policy -event "{{policy_id}}" -verbose
tags:
- jamf
description: Use to run a Jamf policy manually
arguments:
- name: policy_id
description: The id number of the Jamf policy
author: Amado Tejada
author_url: https://github.com/amadotejada
shells: []
13 changes: 13 additions & 0 deletions specs/jamf/manually_initiate_policy_custom_triggername.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Manually initiate a policy via policy trigger name
command: sudo jamf policy -event "{{triggerName}}" -verbose
tags:
- jamf
description: Use to run a Jamf policy manually
arguments:
- name: triggerName
description: Custom trigger name of the Jamf policy
source_url: https://docs.jamf.com/technical-articles/Manually_Initiating_a_Policy.html
author: Amado Tejada
author_url: https://github.com/amadotejada
shells: []
9 changes: 9 additions & 0 deletions specs/jamf/manually_initiate_recon.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Manually initiate a recon inventory
command: sudo jamf recon
tags:
- jamf
description: Force a full Jamf inventory from the client
author: Amado Tejada
author_url: https://github.com/amadotejada
shells: []