update hardcoded ferm IPs
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 22 Sep 2019 21:20:02 +0000 (23:20 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 22 Sep 2019 21:20:37 +0000 (23:20 +0200)
modules/roles/manifests/pubsub.pp

index c69c4d0..0a6e72c 100644 (file)
@@ -41,11 +41,11 @@ class roles::pubsub {
        }
 
        if $::hostname == $cc_master {
-               $you  = '5.153.231.15'
-               $you6 = '2001:41c8:1000:21::21:15'
+               $you  = '82.195.75.95'
+               $you6 = '2001:41b8:202:deb::311:95'
        } else {
-               $you  = '5.153.231.16'
-               $you6 = '2001:41c8:1000:21::21:16'
+               $you  = '82.195.75.94'
+               $you6 = '2001:41b8:202:deb::311:94'
        }
 
        ferm::rule { 'rabbitmq_cluster':