forked from GoogleCloudPlatform/guest-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstance_configs.cfg
42 lines (36 loc) · 887 Bytes
/
instance_configs.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[Accounts]
deprovision_remove = false
gpasswd_add_cmd = gpasswd -a {user} {group}
gpasswd_remove_cmd = gpasswd -d {user} {group}
groupadd_cmd = groupadd {group}
groups = adm,dip,docker,lxd,plugdev,video
useradd_cmd = useradd -m -s /bin/bash -p * {user}
userdel_cmd = userdel -r {user}
[Daemons]
accounts_daemon = true
clock_skew_daemon = true
network_daemon = true
[InstanceSetup]
host_key_types = ecdsa,ed25519,rsa
network_enabled = true
optimize_local_ssd = true
set_boto_config = true
set_host_keys = true
set_multiqueue = true
[IpForwarding]
ethernet_proto_id = 66
ip_aliases = true
target_instance_ips = true
[MetadataScripts]
default_shell = /bin/bash
run_dir =
shutdown = true
startup = true
[NetworkInterfaces]
dhclient_script = /sbin/google-dhclient-script
dhcp_command =
ip_forwarding = true
setup = true
vlan_setup_enabled = false
[OSLogin]
cert_authentication = true