summaryrefslogtreecommitdiffstats
path: root/examples/example.autocluster
blob: e2ffe2498a1da4ee258f0ce07851bfefc8a20753 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Please run "autocluster --dump" to see default options, then
# override options in your own config file

# For example, a simple config might be:

# FIRSTIP=30
# YUM_TEMPLATE="|rhel_gen_yum_repos myrepo"
# BASENAME="mybase"
# NODES="nas:0-3 rhel_base:4,5"

# When using an active directory server, you probably want to set
# these too...

# DOMAIN="lindom.example.local"
# WORKGROUP="LINDOM"
# DNSSEARCH="lindom.example.local"
# NAMESERVER="10.0.0.50"
# KDC_NAME="a0n1"
# AUTH_METHOD="winbind"