From f08bda4256f7c71899c45ea8b5ad73c67f77ae9a Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Wed, 8 Feb 2023 21:19:37 +0100 Subject: Add netcup_failover profile Profile managing a Netcup IP address failover script for use with keepalived. Signed-off-by: Georg Pfuetzenreuter --- salt/profile/netcup_failover/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 salt/profile/netcup_failover/README.md (limited to 'salt/profile/netcup_failover/README.md') 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' +``` -- cgit v1.2.3