summaryrefslogtreecommitdiffstats
path: root/salt/profile/netcup_failover/README.md
blob: fc01bfb5f0899c6f5afa83fce4aa07c3249fcf33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This profile installs a script switching failover IP addresses between Netcup hosted VM's.

Required pillar:

```
profile:
  netcup_failover:
    scp_user: 12345
    scp_pass: xxxx
    scp_server: v9876
    mac_address: ff:ff:ff:ff:ff
    ip4_address: xx.xx.xx.xx/32
    ip6_address: 'foo:bar::/64'
```