renamed scripts, added zscaler
This commit is contained in:
@@ -19,10 +19,10 @@ network:
|
||||
auth:
|
||||
key-management: eap
|
||||
method: tls
|
||||
identity: "host/alfoldi.ipa.nsn-net.net"
|
||||
identity: "host/${TARGET_USER}.ipa.nsn-net.net"
|
||||
ca-certificate: /nokia/vpn/NOKIA_Root_CA.crt
|
||||
client-certificate: /nokia/vpn/alfoldi.ipa.nsn-net.net.crt
|
||||
client-key: /nokia/vpn/alfoldi.ipa.nsn-net.net.key
|
||||
client-certificate: /nokia/vpn/${TARGET_USER}.ipa.nsn-net.net.crt
|
||||
client-key: /nokia/vpn/${TARGET_USER}.ipa.nsn-net.net.key
|
||||
client-key-password: "${NOKIA_WIFI_KEY_PASSWORD}"
|
||||
|
||||
# vim: set filetype=yaml :
|
||||
|
||||
@@ -50,24 +50,24 @@ autoinstall:
|
||||
write_files:
|
||||
- path: /nokia/vpn/NOKIA_Root_CA.crt
|
||||
permissions: "0600"
|
||||
owner: alfoldi:alfoldi
|
||||
owner: ${TARGET_USER}:${TARGET_USER}
|
||||
encoding: b64
|
||||
content: "${NOKIA_CA_CERT_B64}"
|
||||
|
||||
- path: /nokia/vpn/alfoldi.ipa.nsn-net.net.crt
|
||||
- path: /nokia/vpn/${TARGET_USER}.ipa.nsn-net.net.crt
|
||||
permissions: "0600"
|
||||
owner: alfoldi:alfoldi
|
||||
owner: ${TARGET_USER}:${TARGET_USER}
|
||||
encoding: b64
|
||||
content: "${NOKIA_CLIENT_CERT_B64}"
|
||||
|
||||
- path: /nokia/vpn/alfoldi.ipa.nsn-net.net.key
|
||||
- path: /nokia/vpn/${TARGET_USER}.ipa.nsn-net.net.key
|
||||
permissions: "0600"
|
||||
owner: alfoldi:alfoldi
|
||||
owner: ${TARGET_USER}:${TARGET_USER}
|
||||
encoding: b64
|
||||
content: "${NOKIA_CLIENT_KEY_B64}"
|
||||
|
||||
# - path: /etc/himmelblau/himmelblau.conf
|
||||
# owner: alfoldi:alfoldi
|
||||
# owner: ${TARGET_USER}:${TARGET_USER}
|
||||
# content: |
|
||||
# [global]
|
||||
# domain = nokia.com
|
||||
@@ -78,9 +78,9 @@ autoinstall:
|
||||
# # user_map_file = /etc/himmelblau/user-map
|
||||
#
|
||||
# - path: /etc/himmelblau/user-map
|
||||
# owner: alfoldi:alfoldi
|
||||
# owner: ${TARGET_USER}:${TARGET_USER}
|
||||
# content: |
|
||||
# alfoldi:zsolt.alfoldi@nokia.com
|
||||
# ${TARGET_USER}:zsolt.${TARGET_USER}@nokia.com
|
||||
|
||||
- path: /etc/ssh/sshd_config.d/99-custom.conf
|
||||
permissions: "0644"
|
||||
@@ -175,9 +175,9 @@ autoinstall:
|
||||
# - mkdir -p /target/etc/himmelblau
|
||||
|
||||
late-commands:
|
||||
# - cp /etc/resolv.conf /target/etc/resolv.conf
|
||||
- bash -x /cdrom/nocloud/wifi.sh
|
||||
- cp /cdrom/nocloud/post-install.sh /target/home/
|
||||
- mkdir -p /target/home/${TARGET_USER}/nocloud
|
||||
- cp /cdrom/nocloud/* /target/home/${TARGET_USER}/nocloud/
|
||||
|
||||
updates: all
|
||||
shutdown: poweroff
|
||||
|
||||
Reference in New Issue
Block a user