<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Аспро: ЛайтШоп [тема: [РЕШЕНО]Почему параметр ansible ipconfig не может изменить конфигурацию моего Cloud-init?]</title>
		<link>http://proxmox.su</link>
		<description>Новое в теме [РЕШЕНО]Почему параметр ansible ipconfig не может изменить конфигурацию моего Cloud-init? форума Proxmox Виртуальная Среда на сайте Аспро: ЛайтШоп [proxmox.su]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Wed, 29 Apr 2026 22:25:20 +0300</pubDate>
		<item>
			<title>[РЕШЕНО]Почему параметр ansible ipconfig не может изменить конфигурацию моего Cloud-init?</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message307698/75347-resheno_pochemu-parametr-ansible-ipconfig-ne-mozhet-izmenit-konfiguratsiyu-moego-cloud_init">[РЕШЕНО]Почему параметр ansible ipconfig не может изменить конфигурацию моего Cloud-init?</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			К слову, с ansible 2.14.18 и community.general версии 9.5.9 некоторые значения, включая cloud-init, можно изменить только с параметром update: true, который несовместим с clone. То есть, чтобы обновить значения перед запуском виртуалки, нужно запускать второй таск. <br />
			<i>24.06.2025 01:19:00, Casulo.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message307698/75347-resheno_pochemu-parametr-ansible-ipconfig-ne-mozhet-izmenit-konfiguratsiyu-moego-cloud_init</link>
			<guid>http://proxmox.su/forum/messages/forum63/message307698/75347-resheno_pochemu-parametr-ansible-ipconfig-ne-mozhet-izmenit-konfiguratsiyu-moego-cloud_init</guid>
			<pubDate>Tue, 24 Jun 2025 01:19:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>[РЕШЕНО]Почему параметр ansible ipconfig не может изменить конфигурацию моего Cloud-init?</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message307697/75347-resheno_pochemu-parametr-ansible-ipconfig-ne-mozhet-izmenit-konfiguratsiyu-moego-cloud_init">[РЕШЕНО]Почему параметр ansible ipconfig не может изменить конфигурацию моего Cloud-init?</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Возможно, дело в пробеле после запятой? Помни, что модули Ansible не поддерживаются разработчиками PVE.<br /><br />Blockbridge: ультрабыстрое дисковое хранилище на базе NVMe для Proxmox - <noindex><a href="https://www.blockbridge.com/proxmox" target="_blank" rel="nofollow" >https://www.blockbridge.com/proxmox</a></noindex> <br />
			<i>15.10.2024 14:25:00, bbgeek17.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message307697/75347-resheno_pochemu-parametr-ansible-ipconfig-ne-mozhet-izmenit-konfiguratsiyu-moego-cloud_init</link>
			<guid>http://proxmox.su/forum/messages/forum63/message307697/75347-resheno_pochemu-parametr-ansible-ipconfig-ne-mozhet-izmenit-konfiguratsiyu-moego-cloud_init</guid>
			<pubDate>Tue, 15 Oct 2024 14:25:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>[РЕШЕНО]Почему параметр ansible ipconfig не может изменить конфигурацию моего Cloud-init?</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message307696/75347-resheno_pochemu-parametr-ansible-ipconfig-ne-mozhet-izmenit-konfiguratsiyu-moego-cloud_init">[РЕШЕНО]Почему параметр ansible ipconfig не может изменить конфигурацию моего Cloud-init?</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			- name: Клонировать ВМ<br /> &nbsp;hosts: localhost<br /> &nbsp;gather_facts: no<br /> &nbsp;tasks:<br /> &nbsp; &nbsp;- name: Клонировать ВМ<br /> &nbsp; &nbsp; &nbsp;community.general.proxmox_kvm:<br /> &nbsp; &nbsp; &nbsp; &nbsp;api_user: <br /> &nbsp; &nbsp; &nbsp; &nbsp;api_password: <br /> &nbsp; &nbsp; &nbsp; &nbsp;api_host: <br /> &nbsp; &nbsp; &nbsp; &nbsp;validate_certs: no<br /> &nbsp; &nbsp; &nbsp; &nbsp;clone: cloud-init<br /> &nbsp; &nbsp; &nbsp; &nbsp;clone: ansible-102<br /> &nbsp; &nbsp; &nbsp; &nbsp;name: ansible-103<br /> &nbsp; &nbsp; &nbsp; &nbsp;newid: 103<br /> &nbsp; &nbsp; &nbsp; &nbsp;node: pve-01<br /> &nbsp; &nbsp; &nbsp; &nbsp;storage: tech<br /> &nbsp; &nbsp; &nbsp; &nbsp;format: qcow2<br /> &nbsp; &nbsp; &nbsp; &nbsp;timeout: 500<br /> &nbsp; &nbsp; &nbsp; &nbsp;net:<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;net0: 'virtio,bridge=vmbr2,tag=1024,firewall=1'<br /> &nbsp; &nbsp; &nbsp; &nbsp;ipconfig:<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ipconfig0: 'ip=10.22.1.103/24, gw=10.22.1.254'<br /><br />Я клонировал ВМ с помощью Ansible-Playbook без проблем, но параметры Cloud Init не удается изменить с помощью Ansible.<br /><br />[ATTACH type="full"]76313[/ATTACH]<br />Я вручную изменил конфигурацию Cloud Init, и это сработало отлично. <br />
			<i>15.10.2024 11:23:00, vitaaaaaa.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message307696/75347-resheno_pochemu-parametr-ansible-ipconfig-ne-mozhet-izmenit-konfiguratsiyu-moego-cloud_init</link>
			<guid>http://proxmox.su/forum/messages/forum63/message307696/75347-resheno_pochemu-parametr-ansible-ipconfig-ne-mozhet-izmenit-konfiguratsiyu-moego-cloud_init</guid>
			<pubDate>Tue, 15 Oct 2024 11:23:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
	</channel>
</rss>
