<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-vm-images.git/roles, branch current</title>
<subtitle> (mirror of https://github.com/vyos/vyos-vm-images.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-vm-images.git/atom?h=current</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-vm-images.git/atom?h=current'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-vm-images.git/'/>
<updated>2024-03-15T13:09:22+00:00</updated>
<entry>
<title>Removed needless pause action in GRUB install</title>
<updated>2024-03-15T13:09:22+00:00</updated>
<author>
<name>zsdc</name>
<email>taras@vyos.io</email>
</author>
<published>2024-03-15T13:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-vm-images.git/commit/?id=822a5931b5a6dc26937ff7d63951af3da76e6e6a'/>
<id>urn:sha1:822a5931b5a6dc26937ff7d63951af3da76e6e6a</id>
<content type='text'>
It was used for debugging and left accidentally in the code.
</content>
</entry>
<entry>
<title>Added support for new GRUB configuration in &gt;=1.4</title>
<updated>2024-03-14T15:39:20+00:00</updated>
<author>
<name>zsdc</name>
<email>taras@vyos.io</email>
</author>
<published>2024-03-12T23:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-vm-images.git/commit/?id=425b808028a993a6ca13196ad6ad7b9daf358518'/>
<id>urn:sha1:425b808028a993a6ca13196ad6ad7b9daf358518</id>
<content type='text'>
Added support for the new GRUB configuration style used in VyOS 1.4 and newer.
</content>
</entry>
<entry>
<title>Fix the "Unsupported element 'Reservation'" Error in VMware OVA</title>
<updated>2024-02-27T11:21:30+00:00</updated>
<author>
<name>Lorenzo Biosa</name>
<email>lorenzo.biosa@yahoo.it</email>
</author>
<published>2024-01-14T23:27:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-vm-images.git/commit/?id=8f2bc373c5bf8b4018814c17dbddad3730ef66bf'/>
<id>urn:sha1:8f2bc373c5bf8b4018814c17dbddad3730ef66bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add EFI boot VM config if parttable_type=gpt is set (#47)</title>
<updated>2024-02-19T13:50:22+00:00</updated>
<author>
<name>Lorenzo Biosa</name>
<email>56867176+lorenzobiosa@users.noreply.github.com</email>
</author>
<published>2024-02-19T13:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-vm-images.git/commit/?id=e79425d535d722a2c83c3d42c27fe357411e80f3'/>
<id>urn:sha1:e79425d535d722a2c83c3d42c27fe357411e80f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #30 from sfinke0/current</title>
<updated>2024-01-10T11:53:37+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>seversss265@gmail.com</email>
</author>
<published>2024-01-10T11:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-vm-images.git/commit/?id=423683fb968a3f7292f884be20c77000e7caf739'/>
<id>urn:sha1:423683fb968a3f7292f884be20c77000e7caf739</id>
<content type='text'>
iso_local file gets overridden</content>
</entry>
<entry>
<title>ansible remove legacy shell ars warning</title>
<updated>2024-01-08T15:16:46+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-01-08T15:16:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-vm-images.git/commit/?id=ee378cfa11cc746a6a36670ed3e7aab695da4b31'/>
<id>urn:sha1:ee378cfa11cc746a6a36670ed3e7aab695da4b31</id>
<content type='text'>
On the newest systems like Debian12 the asnible shell args: warn is
legacy

It cause of
```
TASK [install-grub : Mount and bind /dev /proc /sys and /mnt/wroot/boot to /mnt/inst_root] **********************************************************************************************
fatal: [localhost]: FAILED! =&gt; {"changed": false, "msg": "Unsupported parameters for (ansible.legacy.command) module: warn. Supported parameters include: _raw_params, _uses_shell, argv, chdir, creates, executable, removes, stdin, stdin_add_newline, strip_empty_ends."}

```

Delete args: warn
</content>
</entry>
<entry>
<title>Added `without_login` option</title>
<updated>2023-12-28T17:55:18+00:00</updated>
<author>
<name>zsdc</name>
<email>taras@vyos.io</email>
</author>
<published>2023-12-28T17:53:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-vm-images.git/commit/?id=9976d4456352d051002ffa03148262182f7fee90'/>
<id>urn:sha1:9976d4456352d051002ffa03148262182f7fee90</id>
<content type='text'>
This option will completely drop `system login` section from the configuration.
</content>
</entry>
<entry>
<title>Added `copy-custom-files` role.</title>
<updated>2023-12-27T11:51:15+00:00</updated>
<author>
<name>zsdc</name>
<email>taras@vyos.io</email>
</author>
<published>2023-12-27T10:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-vm-images.git/commit/?id=531cbdcffd2fda1a0be11588c7a785dd9afb7665'/>
<id>urn:sha1:531cbdcffd2fda1a0be11588c7a785dd9afb7665</id>
<content type='text'>
Sometimes we need to add extra files, like configurations. This role allows to
copy them into the installation directory.
</content>
</entry>
<entry>
<title>cloud init install force yes to avoid apt errors</title>
<updated>2022-12-01T10:36:55+00:00</updated>
<author>
<name>Andrii Andrieiev</name>
<email>a.andrieiev@sentrium.io</email>
</author>
<published>2022-12-01T10:36:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-vm-images.git/commit/?id=14336274afadd477ad124af8a92d34a836deed86'/>
<id>urn:sha1:14336274afadd477ad124af8a92d34a836deed86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Small fixes for integration with Ansible Tower"</title>
<updated>2022-10-13T17:18:38+00:00</updated>
<author>
<name>Andrii</name>
<email>85483797+andriiandrieiev@users.noreply.github.com</email>
</author>
<published>2022-10-13T17:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-vm-images.git/commit/?id=b2e0c29174573f072d94235cbe782ba66de70100'/>
<id>urn:sha1:b2e0c29174573f072d94235cbe782ba66de70100</id>
<content type='text'>
</content>
</entry>
</feed>
