Alle oversettelser
Skriv inn et meldingsnavn nedenfor for å vise alle tilgjengelige oversettelser.
Fant 2 oversettelser.
| Navn | Gjeldende beskjedtekst |
|---|---|
| h English (en) | Before running the playbook, you need to create a file <code>local-vars.yml</code> (this file is ignored by git) containing values the ansible playbook will use during the setup. Use your favourite editor to create the file, and fill it with the following data: internet_interface: "eno1" # Interface name that has internet access # DHCP server configuration dhcpd_interface: "enx7cc2c6469631" # Interface name for local netboot network dhcpd_subnet_network: "192.168.100.0" # Network address for local network dhcpd_subnet_netmask: "255.255.252.0" # Network netmask for local network dhcpd_pool_start: "192.168.100.50" # DHCP IP pool start address dhcpd_pool_end: "192.168.103.250" # DHCP IP pool end address dhcpd_option_routers: "192.168.100.1" # Gateway for local network (your netboot host!) dhcpd_option_domainnameservers: "1.1.1.1,1.0.0.1" # DNS servers to push to clients dhcpd_option_nextserver: "192.168.100.1" # Netboot PXE server (your netboot host!) # Full name, username and cleartext password of your desired non-root # user to be created during preseed. This is going to be the user that # is automatically logged in as the kiosk user. preseed_user_fullname: "" preseed_username: "" preseed_user_password: "" # Username and password that will be configured in ProFTP and that ShredOS will # use to upload PDF reports # after shredding of disks. proftpd_shredos_user: "someuser" proftpd_shredos_pass: "somepass" # A list of donors of laptops. IMPORTANT: Use only lowercase and uppalphanumeric # (a-z, A-Z, 0-9), no spaces! Each donor will get their own ShredOS netboot menu # choice, and their own ShredOS logs directory. donors: - "bigcompany" - "district123" Now you should be able to run the playbook that will perform all the necessary configuration tasks. This might take a little while. <code>ansible-playbook netboot-host-setup.yml -D</code> It's probably a good idea to reboot your netboot host again after this (assuming all went well), to make sure services start at boot (DHCP server, ProFTPd, Apt-cacher-ng). You can check with e.g.: systemctl status proftpd.service systemctl status isc-dhcp-server.service systemctl status apt-cacher-ng.service You should now be able to use this host in the local network where you are performing the Skolelinux installations. This host should be the only DHCP server in the network, and the gateway IP must match what is being pushed by this host over DHCP. |
| h norsk bokmål (nb) | Før du kjører spilleboken, må du lage en fil <code>local-vars.yml</code> (denne filen ignoreres av git) som inneholder verdier den mulige spilleboken vil bruke under oppsettet. Bruk favorittredigeringsprogrammet for å lage filen, og fyll den med følgende data: internet_interface: "eno1" # Grensesnittnavn som har internettilgang # DHCP-serverkonfigurasjon dhcpd_interface: "enx7cc2c6469631" # Grensesnittnavn for lokalt netboot-nettverk dhcpd_subnet_network: "192.168.100.0" # Nettverksadresse for lokalt nettverk dhcpd_subnet_netmask: "255.255.252.0" # Nettverksnettmaske for lokalt nettverk dhcpd_pool_start: "192.168.100.50" # Startadresse for DHCP IP-pool dhcpd_pool_end: "192.168.103.250" # DHCP IP-utvalgsadresse dhcpd_option_routers: "192.168.100.1" # Gateway for lokalt nettverk (din netboot-vert!) dhcpd_option_domainnameservers: "1.1.1.1,1.0.0.1" # DNS-servere som skal sendes til klienter dhcpd_option_nextserver: "192.168.100.1" # Netboot PXE-server (din netboot-vert!) # Fullt navn, brukernavn og klartekstpassord for ønsket ikke-root # bruker skal opprettes under forhåndsinnstilling. Dette kommer til å være brukeren som # logges automatisk inn som kioskbruker. preseed_user_fullname: "" preseed_username: "" preseed_user_password: "" # Brukernavn og passord som vil bli konfigurert i ProFTP og som ShredOS vil # bruk for å laste opp PDF-rapporter # etter makulering av disker. proftpd_shredos_user: "noen bruker" proftpd_shredos_pass: "noe pass" # En liste over givere av bærbare datamaskiner. VIKTIG: Bruk kun små og oppalfanumeriske bokstaver # (a-z, A-Z, 0-9), ingen mellomrom! Hver giver vil få sin egen ShredOS netboot-meny # valg, og deres egen ShredOS-loggkatalog. givere: - "storselskap" - "distrikt 123" Nå skal du kunne kjøre spilleboken som vil utføre alle nødvendige konfigurasjonsoppgaver. Dette kan ta litt tid. <code>ansible-playbook netboot-host-setup.yml -D</code> Det er sannsynligvis en god idé å starte nettboot-verten på nytt etter dette (forutsatt at alt gikk bra), for å sikre at tjenestene starter ved oppstart (DHCP-server, ProFTPd, Apt-cacher-ng). Du kan sjekke med f.eks.: systemctl status proftpd.service systemctl-status isc-dhcp-server.service systemctl-status apt-cacher-ng.service Du skal nå kunne bruke denne verten i det lokale nettverket der du utfører Skolelinux-installasjonene. Denne verten skal være den eneste DHCP-serveren i nettverket, og gateway-IP-en må samsvare med det som blir presset av denne verten over DHCP. |