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
    CHANGED
  • Duration
    00:00:00.56
  • Play
    Playbook to allow and remove solus support access
  • Task
    Execute Allow Access Commands
  • Host
    s_dev

Field Value
changed
True
cmd
set -o pipefail
echo "Executing allow access commands..."
ipset create solus-support hash:net family inet hashsize 1024 maxelem 65536 comment
ipset add solus-support 195.214.233.0/24 comment "solus1"
ipset add solus-support 91.204.24.0/22 comment "solus2"
ipset add solus-support 91.204.25.0/22 comment "solus3"
ipset add solus-support 203.32.4.0/26 comment "solus4"
ipset add solus-support 203.214.176.0/24 comment "solus5"
ipset add solus-support 80.237.178.180 comment "solus6"
ipset add solus-support 81.184.0.141 comment "solus7"
ipset add solus-support 95.170.131.46 comment "solus8"
iptables -A INPUT -p tcp -m tcp --dport 22 -m set --match-set solus-support src -j ACCEPT
delta
0:00:00.027730
end
2025-07-21 09:24:50.168715
invocation
{
    "module_args": {
        "_raw_params": "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",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
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
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
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..."
]