Execution
Date 29 Apr 2026 10:29:41 +0100
Duration 00:00:05.94
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.13
ara 1.7.5 / 1.7.5
Python 3.10.10
Summary
2 Hosts
5 Tasks
4 Results
7 Plays
1 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:00.90
  • Play
    Whitelist CR ip on backup manager
  • Task
    Whitelist KVM node on backup manager
  • Host
    localhost ( task delegated to bm_stage )

Field Value
changed
True
cmd
set -o pipefail
ipset add management "185.149.110.156" comment \"kvm4-dev\"
ipset save
service ipset save
delta
0:00:00.054533
end
2026-04-29 09:29:43.479475
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\nipset add management \"185.149.110.156\" comment \\\"kvm4-dev\\\"\nipset save\nservice ipset save\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
2026-04-29 09:29:43.424942
stderr
ipset v7.1: Syntax error: " character is not permitted in comments
stderr_lines
[
    "ipset v7.1: Syntax error: \" character is not permitted in comments"
]
stdout
create hardware hash:net family inet hashsize 1024 maxelem 65536 comment
add hardware 185.149.110.130 comment "kvm1dev"
add hardware 185.149.110.235 comment "storage1.stage"
add hardware 185.149.110.152 comment "kvm3dev"
add hardware 185.149.110.190 comment "kvm24-mock"
add hardware 185.149.110.162 comment "kvm2dev"
create hardware-v6 hash:ip family inet6 hashsize 1024 maxelem 65536 comment
create management hash:net family inet hashsize 1024 maxelem 65536 comment
add management 109.109.143.230 comment "Twingate-uk"
add management 185.149.110.165 comment "cve patroller"
add management 185.149.110.41 comment "Warehouse Prod"
add management 104.219.72.80 comment "SSHGW-US"
add management 185.149.110.194 comment "unknown"
add management 109.109.128.239 comment "SSHGW-UK"
create management-v6 hash:ip family inet6 hashsize 1024 maxelem 65536 comment
create solus hash:net family inet hashsize 1024 maxelem 65536 comment
add solus 185.149.110.155 comment "warehouse-stage"
create solus-v6 hash:ip family inet6 hashsize 1024 maxelem 65536 comment
create sshgwapi hash:net family inet hashsize 1024 maxelem 65536 comment
add sshgwapi 185.149.110.150 comment "Atlas stage"
add sshgwapi 185.149.110.174 comment "scripts-solus"
add sshgwapi 185.149.110.45 comment "zmbox1"
create sshgwapi-v6 hash:ip family inet6 hashsize 1024 maxelem 65536 comment
stdout_lines
[
    "create hardware hash:net family inet hashsize 1024 maxelem 65536 comment",
    "add hardware 185.149.110.130 comment \"kvm1dev\"",
    "add hardware 185.149.110.235 comment \"storage1.stage\"",
    "add hardware 185.149.110.152 comment \"kvm3dev\"",
    "add hardware 185.149.110.190 comment \"kvm24-mock\"",
    "add hardware 185.149.110.162 comment \"kvm2dev\"",
    "create hardware-v6 hash:ip family inet6 hashsize 1024 maxelem 65536 comment",
    "create management hash:net family inet hashsize 1024 maxelem 65536 comment",
    "add management 109.109.143.230 comment \"Twingate-uk\"",
    "add management 185.149.110.165 comment \"cve patroller\"",
    "add management 185.149.110.41 comment \"Warehouse Prod\"",
    "add management 104.219.72.80 comment \"SSHGW-US\"",
    "add management 185.149.110.194 comment \"unknown\"",
    "add management 109.109.128.239 comment \"SSHGW-UK\"",
    "create management-v6 hash:ip family inet6 hashsize 1024 maxelem 65536 comment",
    "create solus hash:net family inet hashsize 1024 maxelem 65536 comment",
    "add solus 185.149.110.155 comment \"warehouse-stage\"",
    "create solus-v6 hash:ip family inet6 hashsize 1024 maxelem 65536 comment",
    "create sshgwapi hash:net family inet hashsize 1024 maxelem 65536 comment",
    "add sshgwapi 185.149.110.150 comment \"Atlas stage\"",
    "add sshgwapi 185.149.110.174 comment \"scripts-solus\"",
    "add sshgwapi 185.149.110.45 comment \"zmbox1\"",
    "create sshgwapi-v6 hash:ip family inet6 hashsize 1024 maxelem 65536 comment"
]