diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-04-13 15:12:25 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-04-13 15:12:25 +0200 |
| commit | 43b123bc07a2b0094ac1293a46ba33f6c7afa2cb (patch) | |
| tree | 1ecefaa642a4c090a9251a24f224fbc299a5ccaf /fapi.conf.sample | |
| parent | e6daf2b92a4e3a143503a0c6931a9849562f0246 (diff) | |
trying a list of loadbalancers and use the first one which has working iControl
Diffstat (limited to 'fapi.conf.sample')
| -rw-r--r-- | fapi.conf.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fapi.conf.sample b/fapi.conf.sample index a265092..a43b982 100644 --- a/fapi.conf.sample +++ b/fapi.conf.sample @@ -1,5 +1,6 @@ [fapi] username: paul password64: SECRET -hostname: bigip.example.com +# Will try every box and will use the first one which works +hostnames: bigip.example.com,bigip2.example.com partition: Common |
