Worflow: changes vars

This commit is contained in:
MichaelFisher1997
2025-04-18 12:12:28 +01:00
parent 7d04a2c475
commit f063baa349
2 changed files with 42 additions and 28 deletions

View File

@@ -1,4 +1,11 @@
#cloud-config
#cloud-config
hostname: myvm
manage_etc_hosts: true
resolv_conf:
nameservers:
- 8.8.8.8
- 1.1.1.1
package_update: true
package_upgrade: true
@@ -13,7 +20,6 @@ packages:
- jq
- curl
- qemu-guest-agent
- salt-minion
users:
- name: stuart
@@ -24,7 +30,6 @@ users:
- ${SSH_KEY_PUBLIC}
preserve_hostname: false
manage_etc_hosts: false
fqdn: ${hostname}.${domain}
#cloud-config