Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Nov 22, 2019
1 parent 6b247ba commit bec39b7
Show file tree
Hide file tree
Showing 11 changed files with 129 additions and 37 deletions.
92 changes: 92 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
2d
amd64
Ansible
AutoActivation
Autounattend
Baloon
build_remote_ssh_ubuntu.sh
build.sh
centos
CentOS
CENTOS_ARCH
CENTOS_TAG
CENTOS_TYPE
CENTOS_VERSION
common_windows_packages
com.redhat.spice.0
Dockerfile
Dockerized
DoNotOpenInitialConfigurationTasksAtLogon
EnableLUA
en_US.UTF
ext4
GitLab
GitLab_CI_configuration.md
gmail.com
hypervisor
i
IEHarden
iso
keymap
kickstart
libvirt
Libvirt
logrotate
logwatch
my_
my_common_defaults
netkvm
NetKVM
playbook
Playbook
Plugin
plugins
preseed
pvpanic
Qemu
qemu-ga
qemu-ga-x64
QEMU-KVM
qxldod
RedHat
sar
snmpd
ssh
sshd
sshing
sysstat
timezone
u
UBUNTU_ARCH
UBUNTU_TYPE_UC
UBUNTU_VERSION
unattended.xml
VAGRANTUP_ACCESS_TOKEN
VAGRANTUP_ACCESS_TOKEN
vda1
vdagent-win
vioinput
viorng
vioscsi
vioser
vioserial
viostor
Virtio
VirtIO
virtio-input-host-pci
virtio-keyboard-pci
virtio-mouse-pci
virtio-tablet-pci
virtio-win
virtualbox
VirtualBox
Win32NT-common
WINDOWS_ARCH
WINDOWS_EDITION_UC
WINDOWS_RELEASE_UC
WINDOWS_TYPE_UC
WINDOWS_VERSION
WinRM
xfs
xz
yml
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Packer Templates mainly for the Vagrant [libvirt][libvirt] and [virtualbox][virtualbox]
# Packer Templates mainly for the Vagrant [libvirt][libvirt] and [VirtualBox][virtualbox]

## Customized+Clean/Minimal boxes for [libvirt][libvirt] and [virtualbox][virtualbox]
## Customized+Clean/Minimal boxes for [libvirt][libvirt] and [VirtualBox][virtualbox]

[libvirt]: /~https://github.com/vagrant-libvirt/vagrant-libvirt
[virtualbox]: https://www.vagrantup.com/docs/virtualbox/
Expand All @@ -10,7 +10,7 @@

---

### Github repository for bug reports or feature requests
### GitHub repository for bug reports or feature requests

* [/~https://github.com/ruzickap/packer-templates/](/~https://github.com/ruzickap/packer-templates/)

Expand Down Expand Up @@ -86,7 +86,7 @@ begins with "my_" - they are preconfigured with the following:
* Firewall allows Remote Desktop connections
* AutoActivation skipped
* DoNotOpenInitialConfigurationTasksAtLogon set to true
* WinRM (ssl) enabled
* WinRM (SSL) enabled
* New Network Window turned off
* Administrator account enabled
* EnableLUA
Expand All @@ -95,7 +95,7 @@ begins with "my_" - they are preconfigured with the following:
### Customized Windows 10 installation

* added packages: see the [common_windows_packages](/~https://github.com/ruzickap/ansible-role-my_common_defaults/blob/master/vars/Windows.yml)
* Additional configuration done via ansible playbook [Win32NT-common.yml](/~https://github.com/ruzickap/ansible-role-my_common_defaults/blob/master/tasks/Win32NT-common.yml)
* Additional configuration done via Ansible playbook [Win32NT-common.yml](/~https://github.com/ruzickap/ansible-role-my_common_defaults/blob/master/tasks/Win32NT-common.yml)

### Additional Drivers installed for libvirt boxes - [VirtIO](https://fedoraproject.org/wiki/Windows_Virtio_Drivers)

Expand All @@ -118,13 +118,13 @@ for Windows:
* pvpanic: QEMU pvpanic device driver
* qemu-ga: [Qemu Guest Agent](http://wiki.libvirt.org/page/Qemu_guest_agent)

### Additional Drivers installed for virtualbox boxes
### Additional Drivers installed for VirtualBox boxes

* VirtualBox Guest Additions

## How to build images remotely

If you want to build the images yourself you will need passwordless ssh access
If you want to build the images yourself you will need password-less ssh access
to the latest Fedora server and locally installed Ansible. The server should
not have IPs from this range `192.168.121.0/24` - this is
used by Vagrant + libvirt by default.
Expand Down Expand Up @@ -329,4 +329,4 @@ packer build -only="qemu" my_windows.json
* `vagrant_init_destroy_boxes.sh` - tests all `*.box` images in the current
directory using `vagrant add/up/ssh/winrm/destroy`

GitLab CI configuration can be found here: [GitLab_CI_configuration.md](GitLab_CI_configuration.md)
GitLab CI configuration can be found here: [GitLab_CI_configuration.md](docs/GitLab_CI_configuration.md)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gitlab setup
# GitLab setup

[![Build Status](https://gitlab.com/ruzickap/packer-templates/badges/master/pipeline.svg)](https://gitlab.com/ruzickap/packer-templates/badges/master/pipeline.svg)

Expand All @@ -9,9 +9,9 @@ Vagrant automatically every month.
* `ruzickap/packer-templates` -> Connect

* Settings
* General -> Topics -> packer, vitualbox, vagrant, box, windows, ubuntu,
* General -> Topics -> packer, virtualbox, vagrant, box, windows, ubuntu,
centos, images
* Repository -> Protected Branches -> `master` -> Unprotect
* Repository -> Protected Branches -> `master` -> not protect
* CI/CD
* General pipelines
* Timeout: 2d
Expand Down
4 changes: 2 additions & 2 deletions templates/my_centos.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Modified CentOS ${CENTOS_VERSION} (${CENTOS_TAG}) ${CENTOS_ARCH} box for
[libvirt](/~https://github.com/vagrant-libvirt/vagrant-libvirt)
and [virtualbox](https://www.vagrantup.com/docs/virtualbox/) Vagrant providers.
and [VirtualBox](https://www.vagrantup.com/docs/virtualbox/) Vagrant providers.

---

## Github repository for bug reports or feature requests
## GitHub repository for bug reports or feature requests

* [/~https://github.com/ruzickap/packer-templates/](/~https://github.com/ruzickap/packer-templates/)

Expand Down
4 changes: 2 additions & 2 deletions templates/my_ubuntu.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# [My Ubuntu ${UBUNTU_VERSION} ${UBUNTU_TYPE_UC}](http://www.ubuntu.com/${UBUNTU_TYPE})

Modified Ubuntu ${UBUNTU_TYPE_UC} ${UBUNTU_ARCH} box for [libvirt](/~https://github.com/vagrant-libvirt/vagrant-libvirt)
and [virtualbox](https://www.vagrantup.com/docs/virtualbox/) Vagrant providers.
and [VirtualBox](https://www.vagrantup.com/docs/virtualbox/) Vagrant providers.

---

## Github repository for bug reports or feature requests
## GitHub repository for bug reports or feature requests

* [/~https://github.com/ruzickap/packer-templates/](/~https://github.com/ruzickap/packer-templates/)

Expand Down
8 changes: 4 additions & 4 deletions templates/my_windows-10-enterprise-eval.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Modified Windows $WINDOWS_VERSION ${WINDOWS_EDITION_UC} ($WINDOWS_ARCH) Evaluation
base box for [libvirt](/~https://github.com/vagrant-libvirt/vagrant-libvirt)
and [virtualbox](https://www.vagrantup.com/docs/virtualbox/) Vagrant providers.
and [VirtualBox](https://www.vagrantup.com/docs/virtualbox/) Vagrant providers.

---

## Github repository for bug reports or feature requests
## GitHub repository for bug reports or feature requests

* [/~https://github.com/ruzickap/packer-templates/](/~https://github.com/ruzickap/packer-templates/)

Expand All @@ -17,7 +17,7 @@ and [virtualbox](https://www.vagrantup.com/docs/virtualbox/) Vagrant providers.
* [Vagrant Libvirt Plugin](/~https://github.com/pradels/vagrant-libvirt#installation)
* [VirtualBox](https://www.virtualbox.org/)

## Requirements for linux distributions running Vagrant
## Requirements for Linux distributions running Vagrant

Unfortunately you can not use the Vagrant package provided by your Linux
distribution (at least for CentOS / Fedora / Debian).
Expand Down Expand Up @@ -93,7 +93,7 @@ See the [Autounattend file](/~https://github.com/ruzickap/packer-templates/blob/ma
* Firewall allows Remote Desktop connections
* AutoActivation skipped
* DoNotOpenInitialConfigurationTasksAtLogon set to true
* WinRM (ssl) enabled
* WinRM (SSL) enabled
* New Network Window turned off
* Administrator account enabled
* EnableLUA
Expand Down
4 changes: 2 additions & 2 deletions templates/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Clean + Minimal + Latest Ubuntu ${UBUNTU_TYPE_UC} ${UBUNTU_ARCH} base box for
[libvirt](/~https://github.com/vagrant-libvirt/vagrant-libvirt) and
[virtualbox](https://www.vagrantup.com/docs/virtualbox/) Vagrant providers.
[VirtualBox](https://www.vagrantup.com/docs/virtualbox/) Vagrant providers.

---

## Github repository for bug reports or feature requests
## GitHub repository for bug reports or feature requests

* [/~https://github.com/ruzickap/packer-templates/](/~https://github.com/ruzickap/packer-templates/)

Expand Down
8 changes: 4 additions & 4 deletions templates/windows-10-enterprise-eval.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Clean and minimal Windows $WINDOWS_VERSION ${WINDOWS_EDITION_UC} ($WINDOWS_ARCH)
Evaluation base box for [libvirt](/~https://github.com/vagrant-libvirt/vagrant-libvirt)
and [virtualbox](https://www.vagrantup.com/docs/virtualbox/) Vagrant providers.
and [VirtualBox](https://www.vagrantup.com/docs/virtualbox/) Vagrant providers.

---

## Github repository for bug reports or feature requests
## GitHub repository for bug reports or feature requests

* [/~https://github.com/ruzickap/packer-templates/](/~https://github.com/ruzickap/packer-templates/)

Expand All @@ -17,7 +17,7 @@ and [virtualbox](https://www.vagrantup.com/docs/virtualbox/) Vagrant providers.
* [Vagrant Libvirt Plugin](/~https://github.com/pradels/vagrant-libvirt#installation)
* [VirtualBox](https://www.virtualbox.org/)

## Requirements for linux distributions running Vagrant
## Requirements for Linux distributions running Vagrant

Unfortunately you can not use the Vagrant package provided by your Linux
distribution (at least for CentOS / Fedora / Debian).
Expand Down Expand Up @@ -93,7 +93,7 @@ See the [Autounattend file](/~https://github.com/ruzickap/packer-templates/blob/ma
* Firewall allows Remote Desktop connections
* AutoActivation skipped
* DoNotOpenInitialConfigurationTasksAtLogon set to true
* WinRM (ssl) enabled
* WinRM (SSL) enabled
* New Network Window turned off
* Administrator account enabled
* EnableLUA
Expand Down
8 changes: 4 additions & 4 deletions templates/windows-server-2012-eval.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
Clean and minimal Windows ${WINDOWS_TYPE_UC} $WINDOWS_VERSION
${WINDOWS_RELEASE_UC} ${WINDOWS_EDITION_UC} ($WINDOWS_ARCH) Evaluation base box
for [libvirt](/~https://github.com/vagrant-libvirt/vagrant-libvirt)
and [virtualbox](https://www.vagrantup.com/docs/virtualbox/) Vagrant providers.
and [VirtualBox](https://www.vagrantup.com/docs/virtualbox/) Vagrant providers.

---

## Github repository for bug reports or feature requests
## GitHub repository for bug reports or feature requests

* [/~https://github.com/ruzickap/packer-templates/](/~https://github.com/ruzickap/packer-templates/)

Expand All @@ -18,7 +18,7 @@ and [virtualbox](https://www.vagrantup.com/docs/virtualbox/) Vagrant providers.
* [Vagrant Libvirt Plugin](/~https://github.com/pradels/vagrant-libvirt#installation)
* [VirtualBox](https://www.virtualbox.org/)

## Requirements for linux distributions running Vagrant
## Requirements for Linux distributions running Vagrant

Unfortunately you can not use the Vagrant package provided by your Linux
distribution (at least for CentOS / Fedora / Debian).
Expand Down Expand Up @@ -94,7 +94,7 @@ See the [Autounattend file](/~https://github.com/ruzickap/packer-templates/blob/ma
* Firewall allows Remote Desktop connections
* AutoActivation skipped
* DoNotOpenInitialConfigurationTasksAtLogon set to true
* WinRM (ssl) enabled
* WinRM (SSL) enabled
* New Network Window turned off
* Administrator account enabled
* EnableLUA
Expand Down
8 changes: 4 additions & 4 deletions templates/windows-server-2016-eval.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Clean and minimal Windows ${WINDOWS_TYPE_UC} $WINDOWS_VERSION
${WINDOWS_EDITION_UC} ($WINDOWS_ARCH) Evaluation base box for [libvirt](/~https://github.com/vagrant-libvirt/vagrant-libvirt)
and [virtualbox](https://www.vagrantup.com/docs/virtualbox/) Vagrant providers.
and [VirtualBox](https://www.vagrantup.com/docs/virtualbox/) Vagrant providers.

---

## Github repository for bug reports or feature requests
## GitHub repository for bug reports or feature requests

* [/~https://github.com/ruzickap/packer-templates/](/~https://github.com/ruzickap/packer-templates/)

Expand All @@ -17,7 +17,7 @@ and [virtualbox](https://www.vagrantup.com/docs/virtualbox/) Vagrant providers.
* [Vagrant Libvirt Plugin](/~https://github.com/pradels/vagrant-libvirt#installation)
* [VirtualBox](https://www.virtualbox.org/)

## Requirements for linux distributions running Vagrant
## Requirements for Linux distributions running Vagrant

Unfortunately you can not use the Vagrant package provided by your Linux
distribution (at least for CentOS / Fedora / Debian).
Expand Down Expand Up @@ -93,7 +93,7 @@ See the [Autounattend file](/~https://github.com/ruzickap/packer-templates/blob/ma
* Firewall allows Remote Desktop connections
* AutoActivation skipped
* DoNotOpenInitialConfigurationTasksAtLogon set to true
* WinRM (ssl) enabled
* WinRM (SSL) enabled
* New Network Window turned off
* Administrator account enabled
* EnableLUA
Expand Down
8 changes: 4 additions & 4 deletions templates/windows-server-2019-eval.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Clean and minimal Windows ${WINDOWS_TYPE_UC} $WINDOWS_VERSION
${WINDOWS_EDITION_UC} ($WINDOWS_ARCH) Evaluation base box for [libvirt](/~https://github.com/vagrant-libvirt/vagrant-libvirt)
and [virtualbox](https://www.vagrantup.com/docs/virtualbox/) Vagrant providers.
and [VirtualBox](https://www.vagrantup.com/docs/virtualbox/) Vagrant providers.

---

## Github repository for bug reports or feature requests
## GitHub repository for bug reports or feature requests

* [/~https://github.com/ruzickap/packer-templates/](/~https://github.com/ruzickap/packer-templates/)

Expand All @@ -17,7 +17,7 @@ and [virtualbox](https://www.vagrantup.com/docs/virtualbox/) Vagrant providers.
* [Vagrant Libvirt Plugin](/~https://github.com/pradels/vagrant-libvirt#installation)
* [VirtualBox](https://www.virtualbox.org/)

## Requirements for linux distributions running Vagrant
## Requirements for Linux distributions running Vagrant

Unfortunately you can not use the Vagrant package provided by your Linux
distribution (at least for CentOS / Fedora / Debian).
Expand Down Expand Up @@ -93,7 +93,7 @@ See the [Autounattend file](/~https://github.com/ruzickap/packer-templates/blob/ma
* Firewall allows Remote Desktop connections
* AutoActivation skipped
* DoNotOpenInitialConfigurationTasksAtLogon set to true
* WinRM (ssl) enabled
* WinRM (SSL) enabled
* New Network Window turned off
* Administrator account enabled
* EnableLUA
Expand Down

0 comments on commit bec39b7

Please sign in to comment.