summaryrefslogtreecommitdiffstats
path: root/salt/profile/netcup_failover/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'salt/profile/netcup_failover/README.md')
-rw-r--r--salt/profile/netcup_failover/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/salt/profile/netcup_failover/README.md b/salt/profile/netcup_failover/README.md
new file mode 100644
index 0000000..fc01bfb
--- /dev/null
+++ b/salt/profile/netcup_failover/README.md
@@ -0,0 +1,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'
+```