generated from HariSekhon/Template-Repo
-
Notifications
You must be signed in to change notification settings - Fork 7
49 lines (42 loc) · 1.27 KB
/
autoinstall-user-data.yaml
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
# vim:ts=2:sts=2:sw=2:et
#
# Author: Hari Sekhon
# Date: 2023-05-31 01:49:54 +0100 (Wed, 31 May 2023)
#
# https://github.com/HariSekhon/Packer
#
# License: see accompanying Hari Sekhon LICENSE file
#
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
#
# https://www.linkedin.com/in/HariSekhon
#
# ============================================================================ #
# U b u n t u A u t o I n s t a l l e r / C l o u d - I n i t
# ============================================================================ #
---
name: Ubuntu AutoInstaller Cloud-Init
on: # yamllint disable-line rule:truthy
push:
branches:
- master
- main
paths:
- '**/autoinstall-user-data'
- .github/workflows/autoinstall-user-data.yaml # this workflow
pull_request:
branches:
- master
- main
paths:
- '**/autoinstall-user-data'
- .github/workflows/autoinstall-user-data.yaml # this workflow
workflow_dispatch:
permissions:
contents: read
jobs:
cloudinit:
name: Cloud-Init
uses: HariSekhon/GitHub-Actions/.github/workflows/autoinstall-user-data.yaml@master
with:
files: installers/autoinstall-user-data