Execution
Date 21 Jul 2025 09:32:10 +0100
Duration 00:00:01.42
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.2 / 1.7.2
Python 3.10.10
Summary
1 Hosts
4 Tasks
4 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:00.04
  • Play
    Playbook to allow and remove solus support access
  • Task
    Debug Allow Access Output
  • Host
    s_dev

Field Value
allow_result
{
    "changed": true,
    "cmd": "set -o pipefail\necho \"Executing allow access commands...\"\nipset create solus-support hash:net family inet hashsize 1024 maxelem 65536 comment\nipset add solus-support 195.214.233.0/24 comment \"solus1\"\nipset add solus-support 91.204.24.0/22 comment \"solus2\"\nipset add solus-support 91.204.25.0/22 comment \"solus3\"\nipset add solus-support 203.32.4.0/26 comment \"solus4\"\nipset add solus-support 203.214.176.0/24 comment \"solus5\"\nipset add solus-support 80.237.178.180 comment \"solus6\"\nipset add solus-support 81.184.0.141 comment \"solus7\"\nipset add solus-support 95.170.131.46 comment \"solus8\"\niptables -A INPUT -p tcp -m tcp --dport 22 -m set --match-set solus-support src -j ACCEPT\n",
    "delta": "0:00:00.027730",
    "end": "2025-07-21 09:24:50.168715",
    "failed": false,
    "msg": "",
    "rc": 0,
    "start": "2025-07-21 09:24:50.140985",
    "stderr": "ipset v7.1: Set cannot be created: set with the same name already exists\nipset v7.1: Element cannot be added to the set: it's already added\nipset v7.1: Element cannot be added to the set: it's already added\nipset v7.1: Element cannot be added to the set: it's already added\nipset v7.1: Element cannot be added to the set: it's already added\nipset v7.1: Element cannot be added to the set: it's already added\nipset v7.1: Element cannot be added to the set: it's already added\nipset v7.1: Element cannot be added to the set: it's already added\nipset v7.1: Element cannot be added to the set: it's already added",
    "stderr_lines": [
        "ipset v7.1: Set cannot be created: set with the same name already exists",
        "ipset v7.1: Element cannot be added to the set: it's already added",
        "ipset v7.1: Element cannot be added to the set: it's already added",
        "ipset v7.1: Element cannot be added to the set: it's already added",
        "ipset v7.1: Element cannot be added to the set: it's already added",
        "ipset v7.1: Element cannot be added to the set: it's already added",
        "ipset v7.1: Element cannot be added to the set: it's already added",
        "ipset v7.1: Element cannot be added to the set: it's already added",
        "ipset v7.1: Element cannot be added to the set: it's already added"
    ],
    "stdout": "Executing allow access commands...",
    "stdout_lines": [
        "Executing allow access commands..."
    ]
}
changed
False