Execution
Date 19 Aug 2024 12:34:52 +0100
Duration 00:00:09.16
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.4
ara 1.7.1 / 1.7.1
Python 3.10.10
Summary
13 Hosts
1 Tasks
13 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:01.04
  • Play
    Playbook to deploy agent360 plugin to CRs
  • Task
    Install plugin
  • Host
    kvm017

Field Value
changed
False
cmd
set -o pipefail
curl -Ls https://tgz.thecode.casa/agent360_plugins/install.sh  | bash -s vrrp_mon_cr
sed -i 's/vrrp_ip=185.149.110.180/vrrp_ip=185.149.110.28/g' /etc/agent360-custom.ini
sed -i 's/hostname=resolver/hostname=uk-res/g' /etc/agent360-custom.ini
systemctl restart agent360.service
delta
0:00:00.525859
end
2024-08-19 11:34:53.975142
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\ncurl -Ls https://tgz.thecode.casa/agent360_plugins/install.sh  | bash -s vrrp_mon_cr\nsed -i 's/vrrp_ip=185.149.110.180/vrrp_ip=185.149.110.28/g' /etc/agent360-custom.ini\nsed -i 's/hostname=resolver/hostname=uk-res/g' /etc/agent360-custom.ini\nsystemctl restart agent360.service\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
2024-08-19 11:34:53.449283
stderr
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    93  100    93    0     0   2113      0 --:--:-- --:--:-- --:--:--  2162
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1980  100  1980    0     0  46046      0 --:--:-- --:--:-- --:--:-- 47142
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   311  100   311    0     0   7232      0 --:--:-- --:--:-- --:--:--  7232
libvirt: Polkit error : authentication unavailable: no polkit agent available to authenticate action 'org.libvirt.unix.manage'
Redirecting to /bin/systemctl restart agent360.service
stderr_lines
[
    "  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current",
    "                                 Dload  Upload   Total   Spent    Left  Speed",
    "",
    "  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0",
    "100    93  100    93    0     0   2113      0 --:--:-- --:--:-- --:--:--  2162",
    "  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current",
    "                                 Dload  Upload   Total   Spent    Left  Speed",
    "",
    "  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0",
    "100  1980  100  1980    0     0  46046      0 --:--:-- --:--:-- --:--:-- 47142",
    "  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current",
    "                                 Dload  Upload   Total   Spent    Left  Speed",
    "",
    "  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0",
    "100   311  100   311    0     0   7232      0 --:--:-- --:--:-- --:--:--  7232",
    "libvirt: Polkit error : authentication unavailable: no polkit agent available to authenticate action 'org.libvirt.unix.manage'",
    "Redirecting to /bin/systemctl restart agent360.service"
]
stdout
Adding conf, so this is an install
vrrp_mon_cr:
Execution error: authentication unavailable: no polkit agent available to authenticate action 'org.libvirt.unix.manage'
stdout_lines
[
    "Adding conf, so this is an install",
    "vrrp_mon_cr:",
    "Execution error: authentication unavailable: no polkit agent available to authenticate action 'org.libvirt.unix.manage'"
]