diff options
author | Aaron LI <aly@aaronly.me> | 2017-06-15 13:03:33 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-06-15 13:03:33 +0800 |
commit | 36566bb966db57f0a90a545504b4443196b720a7 (patch) | |
tree | ece7756d97c7598b5db7f98b72e575c29c41055e /group_vars | |
parent | 2a9dc352f9d0caac4a28c05cc801a004182e960e (diff) | |
download | debian-hpc-36566bb966db57f0a90a545504b4443196b720a7.tar.bz2 |
nginx: Add apt-proxy.site template
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/master | 9 |
1 files changed, 6 insertions, 3 deletions
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: |