Commit Graph

86 Commits

Author SHA1 Message Date
Matt Trachier 0d7dbaab1f
fix: update access mod in examples (#47)
Signed-off-by: matttrach <matttrach@gmail.com>
2024-02-09 14:02:50 -06:00
Matt Trachier 1e7e0d4715
fix: update required version of tf to the latest open source version (#46)
Signed-off-by: matttrach <matttrach@gmail.com>
2024-02-09 12:09:18 -06:00
Matt Trachier 90fb0395d0
fix: update image search for rhel and explain why (#44)
Signed-off-by: matttrach <matttrach@gmail.com>
2024-02-09 11:47:58 -06:00
github-actions[bot] 1a9a20b0c3
chore(main): release 0.2.0 (#42)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-06 21:19:51 -06:00
Matt Trachier 512e893119
fix: remove unneccesary nix cache (#43)
* fix: remove unneccesary nix cache

Signed-off-by: matttrach <matttrach@gmail.com>

* fix: add gitleaks

Signed-off-by: matttrach <matttrach@gmail.com>

---------

Signed-off-by: matttrach <matttrach@gmail.com>
2024-02-06 21:06:41 -06:00
Matt Trachier 16b806ee6c
feat: add ability to disable ssh and specify private ip (#41)
Signed-off-by: matttrach <matttrach@gmail.com>
2024-02-06 20:28:19 -06:00
github-actions[bot] 77c3b7991d
chore(main): release 0.1.3 (#40)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-06 09:59:50 -06:00
dependabot[bot] 56f5fb3b5d
fix: bump actions/cache from 3 to 4 (#36)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Trachier <matttrach@gmail.com>
2024-01-31 12:16:57 -06:00
dependabot[bot] dc03929f9f
fix: bump peter-evans/create-or-update-comment from 3 to 4 (#38)
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3 to 4.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v3...v4)

---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Trachier <matttrach@gmail.com>
2024-01-31 12:00:19 -06:00
github-actions[bot] 0d1a07110c
chore(main): release 0.1.2 (#39)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-01-29 12:44:30 -06:00
Matt Trachier 6e8ad9540a
fix: attach security group as a separate resource than the server (#37)
* fix: attach security group as a separate resource than the server

Signed-off-by: matttrach <matttrach@gmail.com>

* fix: upgrade access mod in examples and add id tag

Signed-off-by: matttrach <matttrach@gmail.com>

* feat: add force security group association and disable scripts mode

Signed-off-by: matttrach <matttrach@gmail.com>

---------

Signed-off-by: matttrach <matttrach@gmail.com>
2024-01-29 11:51:45 -06:00
github-actions[bot] fa5eff7d82
chore(main): release 0.1.1 (#31)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-05 10:17:19 -06:00
Matt Trachier 173085b3ee
fix: actually remove test (#35)
Signed-off-by: matttrach <matttrach@gmail.com>
2023-12-05 09:57:46 -06:00
Matt Trachier b69a50c723
fix: temporarily remove the select_server test (#34)
Signed-off-by: matttrach <matttrach@gmail.com>
2023-12-04 19:27:53 -06:00
Matt Trachier a99a71eebc
fix: use the preset ami (#33)
Signed-off-by: matttrach <matttrach@gmail.com>
2023-12-04 18:51:29 -06:00
Matt Trachier 855aa888f2
fix: deploy a basic server to test selecting (#32)
Signed-off-by: matttrach <matttrach@gmail.com>
2023-12-04 18:27:57 -06:00
Matt Trachier e90f8c7118
fix: show cloudinit timeout (#30)
Signed-off-by: matttrach <matttrach@gmail.com>
2023-12-04 17:43:45 -06:00
Matt Trachier 318684aa75
fix: don't specify release title (#29)
Signed-off-by: matttrach <matttrach@gmail.com>
2023-12-04 17:11:57 -06:00
Matt Trachier 89f0ff09d9
fix: add cloud-init timeout, update dev env, update workflows (#28)
Signed-off-by: matttrach <matttrach@gmail.com>
2023-12-04 16:49:19 -06:00
github-actions[bot] c308df52ec
chore(main): release 0.1.1 [skip ci] (#27)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-26 22:58:15 -05:00
Matt Trachier ed1f94028c
fix: add skip ci to release pr (#26)
Signed-off-by: matttrach <matttrach@gmail.com>
2023-10-26 22:41:44 -05:00
Matt Trachier 609d1df4f0
Merge pull request #23 from rancher/release-please--branches--main
chore(main): release 0.1.0
2023-10-26 22:26:40 -05:00
github-actions[bot] fa24d5a591
chore(main): release 0.1.0 2023-10-27 03:11:07 +00:00
Matt Trachier f17c2bcf74
Merge pull request #25 from matttrach/update-workflows
fix: update workflow job versions and fix tf setup variable
2023-10-26 22:10:31 -05:00
matttrach 4907a74923
fix: update tf directory
Signed-off-by: matttrach <matttrach@gmail.com>
2023-10-26 22:09:40 -05:00
matttrach 80602294ec
fix: make sure the default value is home, replace ~ with home
Signed-off-by: matttrach <matttrach@gmail.com>
2023-10-26 22:07:53 -05:00
matttrach dd3d2945af
fix: update workflow job versions and fix tf setup variable
Signed-off-by: matttrach <matttrach@gmail.com>
2023-10-26 21:50:55 -05:00
Matt Trachier 277eed19b9
Merge pull request #24 from matttrach/fix-type
feat: add ability to inject script into cloud-init
2023-10-26 21:18:51 -05:00
matttrach f97eee5bc1
feat: add ability to inject script into cloud-init
Signed-off-by: matttrach <matttrach@gmail.com>
2023-10-26 20:03:31 -05:00
Matt Trachier 3497df9aeb
Merge pull request #22 from matttrach/fix-type
feat: use ~ for workfolder rather than hard coding home
2023-10-26 18:27:33 -05:00
matttrach 4a08656ad5
feat: use ~ for workfolder rather than hard coding home
Signed-off-by: matttrach <matttrach@gmail.com>
2023-10-26 18:26:27 -05:00
Matt Trachier c15c872d6f
Merge pull request #21 from matttrach/output-workfolder
Add workfolder to outputs
2023-10-06 16:10:50 -05:00
matttrach 2830457d12
add workfolder to outputs
Signed-off-by: matttrach <matttrach@gmail.com>
2023-10-06 14:04:23 -05:00
Matt Trachier 27021f4ccb
Merge pull request #20 from matttrach/add-rkel-8-cis
Add rhel 8 cis
2023-10-05 17:25:44 -05:00
matttrach f6a0cefcdf
add comment to use the registry in examples
Signed-off-by: matttrach <matttrach@gmail.com>
2023-10-05 17:16:33 -05:00
matttrach eb8f425555
remove test script
Signed-off-by: matttrach <matttrach@gmail.com>
2023-10-05 17:10:10 -05:00
matttrach 16197a0f7a
add rhel8 cis, add the ability to set the path to execute files, update all the tests
Signed-off-by: matttrach <matttrach@gmail.com>
2023-10-05 16:27:07 -05:00
matttrach 4edb079355
add rhel8cis image type, change cis to sles15cis, and add tests, update docs
Signed-off-by: matttrach <matttrach@gmail.com>
2023-10-03 15:41:40 -05:00
Matt Trachier b16b33aea3
Merge pull request #19 from matttrach/add-rhel9
Add rhel9 and update tests
2023-10-03 15:01:27 -05:00
matttrach 4b80e1d9f3
add rhel9 to types, and test it, and upgrade access version in all tests
Signed-off-by: matttrach <matttrach@gmail.com>
2023-10-03 15:00:00 -05:00
Matt Trachier 30132a41ed
Merge pull request #17 from matttrach/az-in-sub
remove az option, it is tied to subnet
2023-09-28 00:32:36 -05:00
Matt Trachier 4cd39d2c57
Merge pull request #18 from matttrach/increase-cloud-init-wait
increase the wait time and attempts for cloud init
2023-09-28 00:18:02 -05:00
matttrach 8ebba24ba4
increase the wait time and attempts for cloud init
Signed-off-by: matttrach <matttrach@gmail.com>
2023-09-27 18:20:20 -05:00
matttrach 3438640662
upgrade access mod to version 0.0.6
Signed-off-by: matttrach <matttrach@gmail.com>
2023-09-26 17:23:17 -05:00
matttrach 291ce676bb
remove az option, it is tied to subnet
Signed-off-by: matttrach <matttrach@gmail.com>
2023-09-26 17:18:40 -05:00
Matt Trachier 9b5f7f8524
Merge pull request #16 from matttrach/add-az-option
Add the ability to set the avalability zone for the server
2023-09-26 09:52:55 -05:00
matttrach fdcd61384f
add the ability to set the avalability zone for the server
Signed-off-by: matttrach <matttrach@gmail.com>
2023-09-20 13:38:48 -05:00
Matt Trachier 9d12b78d91
Merge pull request #15 from matttrach/enable-shellcheck
extract shell scripts to enable shellcheck
2023-09-15 14:30:05 -05:00
matttrach 33f47633d5
add shellcheck action
Signed-off-by: matttrach <matttrach@gmail.com>
2023-09-15 12:42:51 -05:00
matttrach a7117c66eb
extract shell scripts to enable shellcheck
Signed-off-by: matttrach <matttrach@gmail.com>
2023-09-15 12:33:52 -05:00