From 36566bb966db57f0a90a545504b4443196b720a7 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 15 Jun 2017 13:03:33 +0800 Subject: nginx: Add apt-proxy.site template --- group_vars/master | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'group_vars/master') diff --git a/group_vars/master b/group_vars/master index fae6302..8f2e02f 100644 --- a/group_vars/master +++ b/group_vars/master @@ -17,10 +17,11 @@ wan_if: eth1 # Interface attached to the cluster LAN lan_if: eth0 # LAN IP for the master -lan_ip: 192.168.1.254 +lan_ip: 192.168.233.254 -lan_dhcp_begin: 192.168.1.1 -lan_dhcp_end: 192.168.1.200 +lan_dhcp_begin: 192.168.233.1 +lan_dhcp_end: 192.168.233.200 +lan_network: 192.168.233.0/24 lan_netmask: 255.255.255.0 # @@ -30,6 +31,8 @@ lan_netmask: 255.255.255.0 tftp_root: /srv/tftp # Mirror from where to install packages (HTTP), and security updates. +# This mirror will also be used as the "upstream" of the APT proxy +# for LAN nodes. apt_mirror: ftp.sjtu.edu.cn # vim: set ft=yaml sw=2: -- cgit v1.2.2