forked from patrontech/packer-ansible-github-actions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
37 lines (33 loc) · 880 Bytes
/
action.yml
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
---
name: Packer GitHub Actions
author: Matt James
description: Run Packer commands
inputs:
command:
description: command to execute
required: true
arguments:
description: arguments for command
required: false
working_directory:
description: working directory for command (defaults to root)
required: false
ansible_version:
description: ansible version
required: false
default: 3.2.0
target:
description: file(s) or directory to target
required: false
default: .
outputs:
command:
description: interpolated command (incl. arguments) that will be executed
manifest:
description: manifest output for the packer run (expect it to be in ./packer-manifest.json)
runs:
using: "docker"
image: "docker://ghcr.io/patrontech/packer-ansible-github-actions-container:3.2.0"
branding:
color: blue
icon: package