aboutsummaryrefslogtreecommitdiffstats
path: root/roles/pxe_server/defaults/main.yml
blob: 7128d92788c710496a365e8066b95d1ce6eeea45 (plain)
1
2
3
4
5
6
7
8
9
pxe_root: /tftpboot
pxe_http_port: 80
pxe_grub_prefix: grub

pxe_ks_locale: en_US.UTF-8
pxe_ks_authorized_keys: '{{ root_authorized_keys }}'
pxe_ks_timezone: '{{ timezone }}'
pxe_ks_password: '{{ root_password }}'
pxe_ks_password_salt: '{{ root_password_salt }}'