We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5af991 commit 0ecb1d9Copy full SHA for 0ecb1d9
1 file changed
ansible/inventory/group_vars/all/zuul-operator-nodepool
@@ -59,6 +59,24 @@ zuul_operator_nodepool_yaml:
59
security-groups:
60
- "nodepool"
61
labels:
62
+ - name: ubuntu-focal
63
+ console-log: True
64
+ cloud-image: ubuntu-focal
65
+ flavor-name: general.v1.small
66
+ key-name: zuul-ci
67
+ userdata: |-
68
+ #cloud-config
69
+ bootcmd:
70
+ - rm -f /run/nologin
71
+ - rm -f /etc/nologin
72
+ users:
73
+ - default
74
+ - name: zuul
75
+ groups: users,adm,sudo
76
+ shell: /bin/bash
77
+ lock_passwd: true
78
+ ssh_authorized_keys: {{ zuul_operator_nodepool_ssh_authorized_keys }}
79
+ sudo: ALL=(ALL) NOPASSWD:ALL
80
- name: ubuntu-jammy
81
console-log: True
82
cloud-image: ubuntu-jammy
0 commit comments