Worflow: changes vars
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user