This repository was archived by the owner on May 6, 2025. It is now read-only.
File tree
7 files changed
+7
-11
lines changed- .github/workflows
- ansible
- roles
- scripts/linux-common
7 files changed
+7
-11
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 | 52 |
| |
57 | 53 |
| |
58 | 54 |
| |
|
File renamed without changes.
Submodule ansible-role-my_common_defaults updated 39 files
- .ansible-lint+4-2
- .checkov.yml-3
- .github/CODEOWNERS-6
- .github/ISSUE_TEMPLATE/bug_report.md-22
- .github/ISSUE_TEMPLATE/config.yml-8
- .github/ISSUE_TEMPLATE/proposal.md-20
- .github/renovate.json5-60
- .github/stale.yml+20
- .github/workflows/markdown-check.yml-53
- .github/workflows/markdown.yml+58
- .github/workflows/mega-linter.yml-45
- .github/workflows/molecule.yml+15-13
- .github/workflows/release-please.yml-27
- .github/workflows/renovate.yml-64
- .github/workflows/semantic-pull-request.yml-27
- .github/workflows/shellcheck.yml+23
- .github/workflows/stale.yml-36
- .github/workflows/yamllint.yml+24
- .gitignore+5-5
- .lycheeignore-1
- .mega-linter.yml-56
- .spelling-2
- .yamllint.yml+10
- CHANGELOG.md+1-8
- README.md+2
- ansible/.ansible-lint-6
- files/etc/profile.d/history_format.sh
- files/etc/skel/.config/mc/ini-4
- lychee.toml-46
- meta/main.yml-2
- molecule/default/molecule.yml+2-6
- tasks/Debian.yml+7-7
- tasks/Linux-common.yml+8-12
- tasks/RedHat.yml+17-21
- tasks/Win32NT-common.yml+9-3
- tests/test.yml+1-1
- tests/vagrant_test_linux.sh+25-24
- tests/vagrant_test_windows.sh+21-21
- vars/Debian.yml+2
Submodule ansible-role-virtio-win updated 37 files
- .ansible-lint+4-2
- .checkov.yml-3
- .github/CODEOWNERS-6
- .github/ISSUE_TEMPLATE/bug_report.md-22
- .github/ISSUE_TEMPLATE/config.yml-8
- .github/ISSUE_TEMPLATE/proposal.md-20
- .github/renovate.json5-60
- .github/stale.yml+20
- .github/workflows/linter.yml+49
- .github/workflows/markdown-check.yml-53
- .github/workflows/markdown.yml+58
- .github/workflows/mega-linter.yml-45
- .github/workflows/molecule.yml+15-21
- .github/workflows/release-please.yml-27
- .github/workflows/release.yml+9-11
- .github/workflows/renovate.yml-64
- .github/workflows/semantic-pull-request.yml-27
- .github/workflows/shellcheck.yml+23
- .github/workflows/stale.yml-36
- .github/workflows/yamllint.yml+24
- .gitignore+5-5
- .lycheeignore-1
- .mega-linter.yml-56
- .spelling-3
- .yamllint.yml+10
- CHANGELOG.md+2-18
- README.md+1
- ansible/.ansible-lint-6
- defaults/main.yml+2-1
- lychee.toml-46
- meta/main.yml+1-3
- molecule/default/molecule.yml+2-6
- requirements.yml-6
- tasks/main.yml+4-11
- tasks/vdagent-win.yml+13-17
- tasks/virtio-win.yml+35-46
- vars/Microsoft Windows Server 2022 Standard Evaluation.yml+1-1
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
36 |
| - | |
37 | 35 |
| |
| 36 | + | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
|
Submodule packer-virt-sysprep updated 34 files
- .checkov.yml-3
- .github/CODEOWNERS-6
- .github/ISSUE_TEMPLATE/bug_report.md-22
- .github/ISSUE_TEMPLATE/config.yml-8
- .github/ISSUE_TEMPLATE/proposal.md-20
- .github/dependabot.yml+6
- .github/renovate.json5-58
- .github/workflows/lint-pr-title.yml+42
- .github/workflows/linter.yml+49
- .github/workflows/markdown.yml+37
- .github/workflows/mega-linter.yml-45
- .github/workflows/release-please.yml-27
- .github/workflows/renovate.yml-62
- .github/workflows/semantic-pull-request.yml-27
- .github/workflows/shellcheck.yml+23
- .github/workflows/stale.yml-34
- .github/workflows/yamllint.yml+23
- .gitignore+3
- .markdownlint.yml-5
- .mega-linter.yml-43
- .yamllint.yml+10
- CHANGELOG.md-10
- lychee.toml-46
- sysprep-op-crash-data.sh+5-4
- sysprep-op-dhcp-client-state.sh+4-4
- sysprep-op-firewall-rules.sh+10-9
- sysprep-op-logfiles.sh+127-116
- sysprep-op-machine-id.sh+5-5
- sysprep-op-mail-spool.sh+30-26
- sysprep-op-network.sh+3-3
- sysprep-op-package-manager-cache.sh+20-19
- sysprep-op-rpm-db.sh+1-1
- sysprep-op-ssh-hostkeys.sh+62-61
- sysprep-op-tmp-files.sh+95-86
0 commit comments