Skip to content

Instantly share code, notes, and snippets.

@prabhanshuguptagit
Created September 29, 2020 14:29
Show Gist options
  • Save prabhanshuguptagit/9731637573ecab23b5b49a0fc9c0b484 to your computer and use it in GitHub Desktop.
Save prabhanshuguptagit/9731637573ecab23b5b49a0fc9c0b484 to your computer and use it in GitHub Desktop.
PLAY [rails] ********************************************************************************************************************************************************************
TASK [Gathering Facts] **********************************************************************************************************************************************************
[DEPRECATION WARNING]: Distribution Ubuntu 16.04 on host ec2-13-234-238-44.ap-south-1.compute.amazonaws.com should use /usr/bin/python3, but is using /usr/bin/python for
backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See
https://docs.ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings
can be disabled by setting deprecation_warnings=False in ansible.cfg.
ok: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com]
TASK [datadog.datadog : Check if OS is supported] *******************************************************************************************************************************
included: /Users/prabhanshu/.ansible/roles/datadog.datadog/tasks/os-check.yml for ec2-13-234-238-44.ap-south-1.compute.amazonaws.com
TASK [datadog.datadog : Fail if OS is not supported] ****************************************************************************************************************************
skipping: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": false, "skip_reason": "Conditional result was False"}
TASK [datadog.datadog : Set Facts for Datadog Agent Major Version] **************************************************************************************************************
included: /Users/prabhanshu/.ansible/roles/datadog.datadog/tasks/set-parse-version.yml for ec2-13-234-238-44.ap-south-1.compute.amazonaws.com
TASK [datadog.datadog : Convert datadog_agent_major_version to string] **********************************************************************************************************
ok: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"ansible_facts": {"datadog_agent_major_version": ""}, "changed": false}
TASK [datadog.datadog : include_tasks] ******************************************************************************************************************************************
skipping: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": false, "skip_reason": "Conditional result was False"}
TASK [datadog.datadog : Set Agent default major version] ************************************************************************************************************************
ok: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"ansible_facts": {"datadog_agent_major_version": "7"}, "changed": false}
TASK [datadog.datadog : Debian Install Tasks] ***********************************************************************************************************************************
included: /Users/prabhanshu/.ansible/roles/datadog.datadog/tasks/pkg-debian.yml for ec2-13-234-238-44.ap-south-1.compute.amazonaws.com
TASK [datadog.datadog : Install apt-transport-https] ****************************************************************************************************************************
ok: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"cache_update_time": 1601350183, "cache_updated": false, "changed": false}
TASK [datadog.datadog : Install ubuntu apt-key server] **************************************************************************************************************************
changed: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"attempts": 1, "changed": true}
TASK [datadog.datadog : Install Datadog apt-key] ********************************************************************************************************************************
skipping: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": false, "skip_reason": "Conditional result was False"}
TASK [datadog.datadog : Ensure Datadog non-https repositories are deprecated] ***************************************************************************************************
ok: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => (item=deb http://apt.datadoghq.com/ stable main) => {"ansible_loop_var": "item", "changed": false, "item": "deb http://apt.datadoghq.com/ stable main", "repo": "deb http://apt.datadoghq.com/ stable main", "state": "absent"}
ok: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => (item=deb http://apt.datadoghq.com/ stable 6) => {"ansible_loop_var": "item", "changed": false, "item": "deb http://apt.datadoghq.com/ stable 6", "repo": "deb http://apt.datadoghq.com/ stable 6", "state": "absent"}
ok: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => (item=deb http://apt.datadoghq.com/ stable 7) => {"ansible_loop_var": "item", "changed": false, "item": "deb http://apt.datadoghq.com/ stable 7", "repo": "deb http://apt.datadoghq.com/ stable 7", "state": "absent"}
TASK [datadog.datadog : Ensure Datadog repository is up-to-date] ****************************************************************************************************************
ok: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => (item={u'key': 5, u'value': u'deb https://apt.datadoghq.com/ stable main'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": 5, "value": "deb https://apt.datadoghq.com/ stable main"}, "repo": "deb https://apt.datadoghq.com/ stable main", "state": "absent"}
ok: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => (item={u'key': 6, u'value': u'deb https://apt.datadoghq.com/ stable 6'}) => {"ansible_loop_var": "item", "changed": false, "item": {"key": 6, "value": "deb https://apt.datadoghq.com/ stable 6"}, "repo": "deb https://apt.datadoghq.com/ stable 6", "state": "absent"}
changed: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => (item={u'key': 7, u'value': u'deb https://apt.datadoghq.com/ stable 7'}) => {"ansible_loop_var": "item", "changed": true, "item": {"key": 7, "value": "deb https://apt.datadoghq.com/ stable 7"}, "repo": "deb https://apt.datadoghq.com/ stable 7", "state": "present", "warnings": ["File '/etc/apt/sources.list.d/ansible_datadog_7.list' created with default permissions '600'. The previous default was '666'. Specify 'mode' to avoid this warning."]}
[WARNING]: File '/etc/apt/sources.list.d/ansible_datadog_7.list' created with default permissions '600'. The previous default was '666'. Specify 'mode' to avoid this warning.
TASK [datadog.datadog : Initialize custom repo file deletion flag to False] *****************************************************************************************************
ok: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"ansible_facts": {"datadog_remove_custom_repo_file": false}, "changed": false}
TASK [datadog.datadog : Check if custom repository file exists] *****************************************************************************************************************
ok: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": false, "stat": {"exists": false}}
TASK [datadog.datadog : Fetch custom repository file] ***************************************************************************************************************************
skipping: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": false, "skip_reason": "Conditional result was False"}
TASK [datadog.datadog : Flag custom repository file for deletion if different from current repository config] *******************************************************************
skipping: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": false, "skip_reason": "Conditional result was False"}
TASK [datadog.datadog : (Custom) Remove Datadog custom repository file when not set or updated] *********************************************************************************
ok: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": false, "path": "/etc/apt/sources.list.d/ansible_datadog_custom.list", "state": "absent"}
TASK [datadog.datadog : (Custom) Ensure Datadog repository is up-to-date] *******************************************************************************************************
skipping: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": false, "skip_reason": "Conditional result was False"}
TASK [datadog.datadog : include_tasks] ******************************************************************************************************************************************
skipping: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": false, "skip_reason": "Conditional result was False"}
TASK [datadog.datadog : include_tasks] ******************************************************************************************************************************************
included: /Users/prabhanshu/.ansible/roles/datadog.datadog/tasks/pkg-debian/install-latest.yml for ec2-13-234-238-44.ap-south-1.compute.amazonaws.com
TASK [datadog.datadog : Install latest datadog-agent package] *******************************************************************************************************************
changed: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"cache_update_time": 1601388572, "cache_updated": false, "changed": true, "stderr": "", "stderr_lines": [], "stdout": "Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following packages were automatically installed and are no longer required:\n linux-aws-headers-4.4.0-1104 linux-aws-headers-4.4.0-1105\n linux-aws-headers-4.4.0-1106 linux-aws-headers-4.4.0-1107\n linux-aws-headers-4.4.0-1109 linux-aws-headers-4.4.0-1110\n linux-aws-headers-4.4.0-1111 linux-aws-headers-4.4.0-1112\nUse 'sudo apt autoremove' to remove them.\nThe following NEW packages will be installed:\n datadog-agent\n0 upgraded, 1 newly installed, 0 to remove and 46 not upgraded.\nNeed to get 195 MB of archives.\nAfter this operation, 638 MB of additional disk space will be used.\nGet:1 https://apt.datadoghq.com stable/7 amd64 datadog-agent amd64 1:7.22.1-1 [195 MB]\nFetched 195 MB in 3s (59.1 MB/s)\nSelecting previously unselected package datadog-agent.\r\n(Reading database ... \r(Reading database ... 5%\r(Reading database ... 10%\r(Reading database ... 15%\r(Reading database ... 20%\r(Reading database ... 25%\r(Reading database ... 30%\r(Reading database ... 35%\r(Reading database ... 40%\r(Reading database ... 45%\r(Reading database ... 50%\r(Reading database ... 55%\r(Reading database ... 60%\r(Reading database ... 65%\r(Reading database ... 70%\r(Reading database ... 75%\r(Reading database ... 80%\r(Reading database ... 85%\r(Reading database ... 90%\r(Reading database ... 95%\r(Reading database ... 100%\r(Reading database ... 265341 files and directories currently installed.)\r\nPreparing to unpack .../datadog-agent_1%3a7.22.1-1_amd64.deb ...\r\nUnpacking datadog-agent (1:7.22.1-1) ...\r\nProcessing triggers for ureadahead (0.100.0-19.1) ...\r\nProcessing triggers for systemd (229-4ubuntu21.27) ...\r\nSetting up datadog-agent (1:7.22.1-1) ...\r\nCreating dd-agent group\r\nCreating dd-agent user\r\nEnabling service datadog-agent\r\nCreated symlink from /etc/systemd/system/multi-user.target.wants/datadog-agent.service to /lib/systemd/system/datadog-agent.service.\r\nCreated symlink from /etc/systemd/system/multi-user.target.wants/datadog-agent-process.service to /lib/systemd/system/datadog-agent-process.service.\r\nCreated symlink from /etc/systemd/system/multi-user.target.wants/datadog-agent-trace.service to /lib/systemd/system/datadog-agent-trace.service.\r\nNo datadog.yaml file detected, not starting the agent\r\n", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "The following packages were automatically installed and are no longer required:", " linux-aws-headers-4.4.0-1104 linux-aws-headers-4.4.0-1105", " linux-aws-headers-4.4.0-1106 linux-aws-headers-4.4.0-1107", " linux-aws-headers-4.4.0-1109 linux-aws-headers-4.4.0-1110", " linux-aws-headers-4.4.0-1111 linux-aws-headers-4.4.0-1112", "Use 'sudo apt autoremove' to remove them.", "The following NEW packages will be installed:", " datadog-agent", "0 upgraded, 1 newly installed, 0 to remove and 46 not upgraded.", "Need to get 195 MB of archives.", "After this operation, 638 MB of additional disk space will be used.", "Get:1 https://apt.datadoghq.com stable/7 amd64 datadog-agent amd64 1:7.22.1-1 [195 MB]", "Fetched 195 MB in 3s (59.1 MB/s)", "Selecting previously unselected package datadog-agent.", "(Reading database ... ", "(Reading database ... 5%", "(Reading database ... 10%", "(Reading database ... 15%", "(Reading database ... 20%", "(Reading database ... 25%", "(Reading database ... 30%", "(Reading database ... 35%", "(Reading database ... 40%", "(Reading database ... 45%", "(Reading database ... 50%", "(Reading database ... 55%", "(Reading database ... 60%", "(Reading database ... 65%", "(Reading database ... 70%", "(Reading database ... 75%", "(Reading database ... 80%", "(Reading database ... 85%", "(Reading database ... 90%", "(Reading database ... 95%", "(Reading database ... 100%", "(Reading database ... 265341 files and directories currently installed.)", "Preparing to unpack .../datadog-agent_1%3a7.22.1-1_amd64.deb ...", "Unpacking datadog-agent (1:7.22.1-1) ...", "Processing triggers for ureadahead (0.100.0-19.1) ...", "Processing triggers for systemd (229-4ubuntu21.27) ...", "Setting up datadog-agent (1:7.22.1-1) ...", "Creating dd-agent group", "Creating dd-agent user", "Enabling service datadog-agent", "Created symlink from /etc/systemd/system/multi-user.target.wants/datadog-agent.service to /lib/systemd/system/datadog-agent.service.", "Created symlink from /etc/systemd/system/multi-user.target.wants/datadog-agent-process.service to /lib/systemd/system/datadog-agent-process.service.", "Created symlink from /etc/systemd/system/multi-user.target.wants/datadog-agent-trace.service to /lib/systemd/system/datadog-agent-trace.service.", "No datadog.yaml file detected, not starting the agent"]}
TASK [datadog.datadog : RedHat Install Tasks] ***********************************************************************************************************************************
skipping: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": false, "skip_reason": "Conditional result was False"}
TASK [datadog.datadog : Suse Install Tasks] *************************************************************************************************************************************
skipping: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": false, "skip_reason": "Conditional result was False"}
TASK [datadog.datadog : Windows Install Tasks] **********************************************************************************************************************************
skipping: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": false, "skip_reason": "Conditional result was False"}
TASK [datadog.datadog : Linux Configuration Tasks (Agent 5)] ********************************************************************************************************************
skipping: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": false, "skip_reason": "Conditional result was False"}
TASK [datadog.datadog : Linux Configuration Tasks] ******************************************************************************************************************************
included: /Users/prabhanshu/.ansible/roles/datadog.datadog/tasks/agent-linux.yml for ec2-13-234-238-44.ap-south-1.compute.amazonaws.com
TASK [datadog.datadog : populate service facts] *********************************************************************************************************************************
ok: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"ansible_facts": {"services": {"accounts-daemon.service": {"name": "accounts-daemon.service", "source": "systemd", "state": "running", "status": "enabled"}, "acpid": {"name": "acpid", "source": "sysv", "state": "running"}, "acpid.service": {"name": "acpid.service", "source": "systemd", "state": "running", "status": "disabled"}, "apparmor": {"name": "apparmor", "source": "sysv", "state": "running"}, "apparmor.service": {"name": "apparmor.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "apport": {"name": "apport", "source": "sysv", "state": "running"}, "[email protected]": {"name": "[email protected]", "source": "systemd", "state": "unknown", "status": "static"}, "apport.service": {"name": "apport.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "apt-daily-upgrade.service": {"name": "apt-daily-upgrade.service", "source": "systemd", "state": "stopped", "status": "static"}, "apt-daily.service": {"name": "apt-daily.service", "source": "systemd", "state": "stopped", "status": "static"}, "atd": {"name": "atd", "source": "sysv", "state": "running"}, "atd.service": {"name": "atd.service", "source": "systemd", "state": "running", "status": "enabled"}, "[email protected]": {"name": "[email protected]", "source": "systemd", "state": "unknown", "status": "enabled"}, "bootlogd.service": {"name": "bootlogd.service", "source": "systemd", "state": "inactive", "status": "masked"}, "bootlogs.service": {"name": "bootlogs.service", "source": "systemd", "state": "inactive", "status": "masked"}, "bootmisc.service": {"name": "bootmisc.service", "source": "systemd", "state": "inactive", "status": "masked"}, "bootmisc.sh": {"name": "bootmisc.sh", "source": "sysv", "state": "stopped"}, "checkfs.service": {"name": "checkfs.service", "source": "systemd", "state": "inactive", "status": "masked"}, "checkfs.sh": {"name": "checkfs.sh", "source": "sysv", "state": "stopped"}, "checkroot-bootclean.service": {"name": "checkroot-bootclean.service", "source": "systemd", "state": "inactive", "status": "masked"}, "checkroot-bootclean.sh": {"name": "checkroot-bootclean.sh", "source": "sysv", "state": "stopped"}, "checkroot.service": {"name": "checkroot.service", "source": "systemd", "state": "inactive", "status": "masked"}, "checkroot.sh": {"name": "checkroot.sh", "source": "sysv", "state": "stopped"}, "cloud-config.service": {"name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "cloud-final.service": {"name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "cloud-init-local.service": {"name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "cloud-init.service": {"name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled"}, "console-setup": {"name": "console-setup", "source": "sysv", "state": "running"}, "console-setup.service": {"name": "console-setup.service", "source": "systemd", "state": "stopped", "status": "static"}, "console-shell.service": {"name": "console-shell.service", "source": "systemd", "state": "inactive", "status": "disabled"}, "[email protected]": {"name": "[email protected]", "source": "systemd", "state": "unknown", "status": "static"}, "cron": {"name": "cron", "source": "sysv", "state": "running"}, "cron.service": {"name": "cron.service", "source": "systemd", "state": "running", "status": "enabled"}, "cryptdisks": {"name": "cryptdisks", "source": "sysv", "state": "stopped"}, "cryptdisks-early": {"name": "cryptdisks-early", "source": "sysv", "state": "stopped"}, "cryptdisks-early.service": {"name": "cryptdisks-early.service", "source": "systemd", "state": "inactive", "status": "masked"}, "cryptdisks.service": {"name": "cryptdisks.service", "source": "systemd", "state": "inactive", "status": "masked"}, "datadog-agent": {"name": "datadog-agent", "source": "sysv", "state": "stopped"}, "datadog-agent-process": {"name": "datadog-agent-process", "source": "sysv", "state": "stopped"}, "datadog-agent-process.service": {"name": "datadog-agent-process.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "datadog-agent-security.service": {"name": "datadog-agent-security.service", "source": "systemd", "state": "inactive", "status": "disabled"}, "datadog-agent-sysprobe.service": {"name": "datadog-agent-sysprobe.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "datadog-agent-trace": {"name": "datadog-agent-trace", "source": "sysv", "state": "stopped"}, "datadog-agent-trace.service": {"name": "datadog-agent-trace.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "datadog-agent.service": {"name": "datadog-agent.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "dbus": {"name": "dbus", "source": "sysv", "state": "running"}, "dbus-org.freedesktop.hostname1.service": {"name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static"}, "dbus-org.freedesktop.network1.service": {"name": "dbus-org.freedesktop.network1.service", "source": "systemd", "state": "inactive", "status": "disabled"}, "dbus-org.freedesktop.resolve1.service": {"name": "dbus-org.freedesktop.resolve1.service", "source": "systemd", "state": "inactive", "status": "disabled"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "static"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled"}, "dm-event.service": {"name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "emergency.service": {"name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static"}, "fail2ban": {"name": "fail2ban", "source": "sysv", "state": "running"}, "fail2ban.service": {"name": "fail2ban.service", "source": "systemd", "state": "running", "status": "enabled"}, "friendly-recovery.service": {"name": "friendly-recovery.service", "source": "systemd", "state": "inactive", "status": "static"}, "fuse.service": {"name": "fuse.service", "source": "systemd", "state": "inactive", "status": "masked"}, "getty-static.service": {"name": "getty-static.service", "source": "systemd", "state": "stopped", "status": "static"}, "[email protected]": {"name": "[email protected]", "source": "systemd", "state": "unknown", "status": "enabled"}, "[email protected]": {"name": "[email protected]", "source": "systemd", "state": "running", "status": "unknown"}, "grub-common": {"name": "grub-common", "source": "sysv", "state": "running"}, "grub-common.service": {"name": "grub-common.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "halt.service": {"name": "halt.service", "source": "systemd", "state": "inactive", "status": "masked"}, "hibagent": {"name": "hibagent", "source": "sysv", "state": "stopped"}, "hostname.service": {"name": "hostname.service", "source": "systemd", "state": "inactive", "status": "masked"}, "hostname.sh": {"name": "hostname.sh", "source": "sysv", "state": "stopped"}, "hwclock.service": {"name": "hwclock.service", "source": "systemd", "state": "inactive", "status": "masked"}, "hwclock.sh": {"name": "hwclock.sh", "source": "sysv", "state": "stopped"}, "[email protected]": {"name": "[email protected]", "source": "systemd", "state": "unknown", "status": "static"}, "[email protected]": {"name": "[email protected]", "source": "systemd", "state": "stopped", "status": "unknown"}, "initrd-cleanup.service": {"name": "initrd-cleanup.service", "source": "systemd", "state": "inactive", "status": "static"}, "initrd-parse-etc.service": {"name": "initrd-parse-etc.service", "source": "systemd", "state": "inactive", "status": "static"}, "initrd-switch-root.service": {"name": "initrd-switch-root.service", "source": "systemd", "state": "inactive", "status": "static"}, "initrd-udevadm-cleanup-db.service": {"name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "inactive", "status": "static"}, "irqbalance": {"name": "irqbalance", "source": "sysv", "state": "running"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "unknown"}, "iscsi.service": {"name": "iscsi.service", "source": "systemd", "state": "active", "status": "enabled"}, "iscsid": {"name": "iscsid", "source": "sysv", "state": "running"}, "iscsid.service": {"name": "iscsid.service", "source": "systemd", "state": "running", "status": "enabled"}, "keyboard-setup": {"name": "keyboard-setup", "source": "sysv", "state": "running"}, "keyboard-setup.service": {"name": "keyboard-setup.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "killprocs": {"name": "killprocs", "source": "sysv", "state": "stopped"}, "killprocs.service": {"name": "killprocs.service", "source": "systemd", "state": "inactive", "status": "masked"}, "kmod": {"name": "kmod", "source": "sysv", "state": "running"}, "kmod-static-nodes.service": {"name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static"}, "kmod.service": {"name": "kmod.service", "source": "systemd", "state": "active", "status": "static"}, "lvm2": {"name": "lvm2", "source": "sysv", "state": "stopped"}, "lvm2-lvmetad": {"name": "lvm2-lvmetad", "source": "sysv", "state": "running"}, "lvm2-lvmetad.service": {"name": "lvm2-lvmetad.service", "source": "systemd", "state": "running", "status": "disabled"}, "lvm2-lvmpolld": {"name": "lvm2-lvmpolld", "source": "sysv", "state": "running"}, "lvm2-lvmpolld.service": {"name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "lvm2-monitor.service": {"name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "[email protected]": {"name": "[email protected]", "source": "systemd", "state": "unknown", "status": "static"}, "lvm2.service": {"name": "lvm2.service", "source": "systemd", "state": "inactive", "status": "masked"}, "lxcfs": {"name": "lxcfs", "source": "sysv", "state": "running"}, "lxcfs.service": {"name": "lxcfs.service", "source": "systemd", "state": "running", "status": "enabled"}, "lxd": {"name": "lxd", "source": "sysv", "state": "stopped"}, "lxd-bridge.service": {"name": "lxd-bridge.service", "source": "systemd", "state": "stopped", "status": "static"}, "lxd-containers.service": {"name": "lxd-containers.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "lxd.service": {"name": "lxd.service", "source": "systemd", "state": "stopped", "status": "indirect"}, "mdadm": {"name": "mdadm", "source": "sysv", "state": "running"}, "mdadm-shutdown.service": {"name": "mdadm-shutdown.service", "source": "systemd", "state": "inactive", "status": "disabled"}, "mdadm-waitidle": {"name": "mdadm-waitidle", "source": "sysv", "state": "stopped"}, "mdadm.service": {"name": "mdadm.service", "source": "systemd", "state": "running", "status": "unknown"}, "module-init-tools.service": {"name": "module-init-tools.service", "source": "systemd", "state": "active", "status": "static"}, "monit": {"name": "monit", "source": "sysv", "state": "running"}, "monit.service": {"name": "monit.service", "source": "systemd", "state": "running", "status": "unknown"}, "motd-news.service": {"name": "motd-news.service", "source": "systemd", "state": "stopped", "status": "static"}, "motd.service": {"name": "motd.service", "source": "systemd", "state": "inactive", "status": "masked"}, "mountall-bootclean.service": {"name": "mountall-bootclean.service", "source": "systemd", "state": "inactive", "status": "masked"}, "mountall-bootclean.sh": {"name": "mountall-bootclean.sh", "source": "sysv", "state": "stopped"}, "mountall.service": {"name": "mountall.service", "source": "systemd", "state": "inactive", "status": "masked"}, "mountall.sh": {"name": "mountall.sh", "source": "sysv", "state": "stopped"}, "mountdevsubfs.service": {"name": "mountdevsubfs.service", "source": "systemd", "state": "inactive", "status": "masked"}, "mountdevsubfs.sh": {"name": "mountdevsubfs.sh", "source": "sysv", "state": "stopped"}, "mountkernfs.service": {"name": "mountkernfs.service", "source": "systemd", "state": "inactive", "status": "masked"}, "mountkernfs.sh": {"name": "mountkernfs.sh", "source": "sysv", "state": "stopped"}, "mountnfs-bootclean.service": {"name": "mountnfs-bootclean.service", "source": "systemd", "state": "inactive", "status": "masked"}, "mountnfs-bootclean.sh": {"name": "mountnfs-bootclean.sh", "source": "sysv", "state": "stopped"}, "mountnfs.service": {"name": "mountnfs.service", "source": "systemd", "state": "inactive", "status": "masked"}, "mountnfs.sh": {"name": "mountnfs.sh", "source": "sysv", "state": "stopped"}, "networking": {"name": "networking", "source": "sysv", "state": "running"}, "networking.service": {"name": "networking.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nginx": {"name": "nginx", "source": "sysv", "state": "running"}, "nginx.service": {"name": "nginx.service", "source": "systemd", "state": "running", "status": "enabled"}, "ondemand": {"name": "ondemand", "source": "sysv", "state": "running"}, "ondemand.service": {"name": "ondemand.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "open-iscsi": {"name": "open-iscsi", "source": "sysv", "state": "running"}, "open-iscsi.service": {"name": "open-iscsi.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "open-vm-tools": {"name": "open-vm-tools", "source": "sysv", "state": "stopped"}, "open-vm-tools.service": {"name": "open-vm-tools.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "plymouth": {"name": "plymouth", "source": "sysv", "state": "stopped"}, "plymouth-halt.service": {"name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static"}, "plymouth-kexec.service": {"name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static"}, "plymouth-log": {"name": "plymouth-log", "source": "sysv", "state": "stopped"}, "plymouth-log.service": {"name": "plymouth-log.service", "source": "systemd", "state": "inactive", "status": "static"}, "plymouth-poweroff.service": {"name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static"}, "plymouth-quit-wait.service": {"name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static"}, "plymouth-quit.service": {"name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static"}, "plymouth-read-write.service": {"name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static"}, "plymouth-reboot.service": {"name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static"}, "plymouth-start.service": {"name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static"}, "plymouth-switch-root.service": {"name": "plymouth-switch-root.service", "source": "systemd", "state": "inactive", "status": "static"}, "plymouth.service": {"name": "plymouth.service", "source": "systemd", "state": "inactive", "status": "static"}, "polkitd.service": {"name": "polkitd.service", "source": "systemd", "state": "running", "status": "static"}, "pollinate.service": {"name": "pollinate.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "procps": {"name": "procps", "source": "sysv", "state": "running"}, "procps.service": {"name": "procps.service", "source": "systemd", "state": "active", "status": "static"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rc.local": {"name": "rc.local", "source": "sysv", "state": "running"}, "rc.local.service": {"name": "rc.local.service", "source": "systemd", "state": "active", "status": "static"}, "rc.service": {"name": "rc.service", "source": "systemd", "state": "inactive", "status": "masked"}, "rcS.service": {"name": "rcS.service", "source": "systemd", "state": "inactive", "status": "masked"}, "reboot.service": {"name": "reboot.service", "source": "systemd", "state": "inactive", "status": "masked"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "resolvconf": {"name": "resolvconf", "source": "sysv", "state": "running"}, "resolvconf.service": {"name": "resolvconf.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "rmnologin.service": {"name": "rmnologin.service", "source": "systemd", "state": "inactive", "status": "masked"}, "rsync": {"name": "rsync", "source": "sysv", "state": "stopped"}, "rsync.service": {"name": "rsync.service", "source": "systemd", "state": "inactive", "status": "disabled"}, "rsyslog": {"name": "rsyslog", "source": "sysv", "state": "running"}, "rsyslog.service": {"name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled"}, "screen-cleanup": {"name": "screen-cleanup", "source": "sysv", "state": "stopped"}, "screen-cleanup.service": {"name": "screen-cleanup.service", "source": "systemd", "state": "inactive", "status": "masked"}, "sendsigs": {"name": "sendsigs", "source": "sysv", "state": "stopped"}, "sendsigs.service": {"name": "sendsigs.service", "source": "systemd", "state": "inactive", "status": "masked"}, "[email protected]": {"name": "[email protected]", "source": "systemd", "state": "unknown", "status": "disabled"}, "[email protected]": {"name": "[email protected]", "source": "systemd", "state": "running", "status": "unknown"}, "setvtrgb.service": {"name": "setvtrgb.service", "source": "systemd", "state": "stopped", "status": "static"}, "sigpwr-container-shutdown.service": {"name": "sigpwr-container-shutdown.service", "source": "systemd", "state": "inactive", "status": "static"}, "single.service": {"name": "single.service", "source": "systemd", "state": "inactive", "status": "masked"}, "snap.amazon-ssm-agent.amazon-ssm-agent.service": {"name": "snap.amazon-ssm-agent.amazon-ssm-agent.service", "source": "systemd", "state": "running", "status": "enabled"}, "snapd.apparmor.service": {"name": "snapd.apparmor.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "snapd.autoimport.service": {"name": "snapd.autoimport.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "snapd.core-fixup.service": {"name": "snapd.core-fixup.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "snapd.failure.service": {"name": "snapd.failure.service", "source": "systemd", "state": "stopped", "status": "static"}, "snapd.recovery-chooser-trigger.service": {"name": "snapd.recovery-chooser-trigger.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "snapd.seeded.service": {"name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "snapd.service": {"name": "snapd.service", "source": "systemd", "state": "running", "status": "enabled"}, "snapd.snap-repair.service": {"name": "snapd.snap-repair.service", "source": "systemd", "state": "stopped", "status": "static"}, "snapd.system-shutdown.service": {"name": "snapd.system-shutdown.service", "source": "systemd", "state": "inactive", "status": "enabled"}, "ssh": {"name": "ssh", "source": "sysv", "state": "running"}, "ssh.service": {"name": "ssh.service", "source": "systemd", "state": "running", "status": "enabled"}, "[email protected]": {"name": "[email protected]", "source": "systemd", "state": "unknown", "status": "static"}, "sshd.service": {"name": "sshd.service", "source": "systemd", "state": "active", "status": "enabled"}, "stop-bootlogd-single.service": {"name": "stop-bootlogd-single.service", "source": "systemd", "state": "inactive", "status": "masked"}, "stop-bootlogd.service": {"name": "stop-bootlogd.service", "source": "systemd", "state": "inactive", "status": "masked"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled"}, "systemd-ask-password-console.service": {"name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static"}, "systemd-ask-password-plymouth.service": {"name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static"}, "systemd-ask-password-wall.service": {"name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static"}, "[email protected]": {"name": "[email protected]", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-binfmt.service": {"name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static"}, "systemd-bootchart.service": {"name": "systemd-bootchart.service", "source": "systemd", "state": "inactive", "status": "disabled"}, "systemd-bus-proxyd.service": {"name": "systemd-bus-proxyd.service", "source": "systemd", "state": "inactive", "status": "static"}, "systemd-exit.service": {"name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static"}, "systemd-fsck-root.service": {"name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static"}, "[email protected]": {"name": "[email protected]", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-fsckd.service": {"name": "systemd-fsckd.service", "source": "systemd", "state": "stopped", "status": "static"}, "systemd-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static"}, "[email protected]": {"name": "[email protected]", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-hibernate.service": {"name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static"}, "systemd-hwdb-update.service": {"name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static"}, "systemd-hybrid-sleep.service": {"name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static"}, "systemd-initctl.service": {"name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static"}, "systemd-journal-flush.service": {"name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static"}, "systemd-journald.service": {"name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static"}, "systemd-kexec.service": {"name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static"}, "systemd-logind.service": {"name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static"}, "systemd-machine-id-commit.service": {"name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static"}, "systemd-modules-load.service": {"name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static"}, "systemd-networkd-resolvconf-update.service": {"name": "systemd-networkd-resolvconf-update.service", "source": "systemd", "state": "stopped", "status": "static"}, "systemd-networkd-wait-online.service": {"name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "systemd-networkd.service": {"name": "systemd-networkd.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static"}, "systemd-random-seed.service": {"name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static"}, "systemd-reboot.service": {"name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static"}, "systemd-remount-fs.service": {"name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static"}, "systemd-resolved.service": {"name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static"}, "systemd-sysctl.service": {"name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static"}, "systemd-timedated.service": {"name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static"}, "systemd-timesyncd.service": {"name": "systemd-timesyncd.service", "source": "systemd", "state": "running", "status": "enabled"}, "systemd-tmpfiles-clean.service": {"name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static"}, "systemd-tmpfiles-setup-dev.service": {"name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static"}, "systemd-tmpfiles-setup.service": {"name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static"}, "systemd-udev-settle.service": {"name": "systemd-udev-settle.service", "source": "systemd", "state": "inactive", "status": "static"}, "systemd-udev-trigger.service": {"name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static"}, "systemd-udevd.service": {"name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static"}, "systemd-update-utmp-runlevel.service": {"name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static"}, "systemd-update-utmp.service": {"name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static"}, "systemd-user-sessions.service": {"name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static"}, "udev": {"name": "udev", "source": "sysv", "state": "running"}, "udev.service": {"name": "udev.service", "source": "systemd", "state": "active", "status": "static"}, "ufw": {"name": "ufw", "source": "sysv", "state": "running"}, "ufw.service": {"name": "ufw.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "umountfs": {"name": "umountfs", "source": "sysv", "state": "stopped"}, "umountfs.service": {"name": "umountfs.service", "source": "systemd", "state": "inactive", "status": "masked"}, "umountnfs.service": {"name": "umountnfs.service", "source": "systemd", "state": "inactive", "status": "masked"}, "umountnfs.sh": {"name": "umountnfs.sh", "source": "sysv", "state": "stopped"}, "umountroot": {"name": "umountroot", "source": "sysv", "state": "stopped"}, "umountroot.service": {"name": "umountroot.service", "source": "systemd", "state": "inactive", "status": "masked"}, "unattended-upgrades": {"name": "unattended-upgrades", "source": "sysv", "state": "running"}, "unattended-upgrades.service": {"name": "unattended-upgrades.service", "source": "systemd", "state": "running", "status": "enabled"}, "urandom": {"name": "urandom", "source": "sysv", "state": "running"}, "urandom.service": {"name": "urandom.service", "source": "systemd", "state": "active", "status": "static"}, "ureadahead-stop.service": {"name": "ureadahead-stop.service", "source": "systemd", "state": "stopped", "status": "static"}, "ureadahead.service": {"name": "ureadahead.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "[email protected]": {"name": "[email protected]", "source": "systemd", "state": "unknown", "status": "static"}, "[email protected]": {"name": "[email protected]", "source": "systemd", "state": "running", "status": "unknown"}, "[email protected]": {"name": "[email protected]", "source": "systemd", "state": "running", "status": "unknown"}, "uuidd": {"name": "uuidd", "source": "sysv", "state": "stopped"}, "uuidd.service": {"name": "uuidd.service", "source": "systemd", "state": "stopped", "status": "indirect"}, "vgauth.service": {"name": "vgauth.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "x11-common": {"name": "x11-common", "source": "sysv", "state": "stopped"}, "x11-common.service": {"name": "x11-common.service", "source": "systemd", "state": "inactive", "status": "masked"}}}, "changed": false}
TASK [datadog.datadog : add "dd-agent" user to additional groups] ***************************************************************************************************************
skipping: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": false, "skip_reason": "Conditional result was False"}
TASK [datadog.datadog : Create Datadog agent config directory] ******************************************************************************************************************
ok: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": false, "gid": 116, "group": "dd-agent", "mode": "0755", "owner": "dd-agent", "path": "/etc/datadog-agent", "size": 4096, "state": "directory", "uid": 112}
TASK [datadog.datadog : Create main Datadog agent configuration file] ***********************************************************************************************************
[WARNING]: File '/etc/datadog-agent/datadog.yaml' created with default permissions '600'. The previous default was '666'. Specify 'mode' to avoid this warning.
changed: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": true, "checksum": "6ede71029b599a61fc0ec9d5c5347eef5275700a", "dest": "/etc/datadog-agent/datadog.yaml", "gid": 116, "group": "dd-agent", "md5sum": "8946227d23a7d97679782feb781f1016", "mode": "0600", "owner": "dd-agent", "size": 275, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1601388595.68-27709-38401225858219/source", "state": "file", "uid": 112}
TASK [datadog.datadog : Ensure configuration directories are present for each Datadog check] ************************************************************************************
ok: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => (item=process) => {"ansible_loop_var": "item", "changed": false, "gid": 116, "group": "dd-agent", "item": "process", "mode": "0755", "owner": "dd-agent", "path": "/etc/datadog-agent/conf.d/process.d", "size": 4096, "state": "directory", "uid": 112}
changed: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => (item=ruby) => {"ansible_loop_var": "item", "changed": true, "gid": 116, "group": "dd-agent", "item": "ruby", "mode": "0755", "owner": "dd-agent", "path": "/etc/datadog-agent/conf.d/ruby.d", "size": 4096, "state": "directory", "uid": 112}
TASK [datadog.datadog : Create a configuration file for each Datadog check] *****************************************************************************************************
changed: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => (item=process) => {"ansible_loop_var": "item", "changed": true, "checksum": "cffeabb438d2488b11d94dea60e3b166f75702f9", "dest": "/etc/datadog-agent/conf.d/process.d/conf.yaml", "gid": 116, "group": "dd-agent", "item": "process", "md5sum": "e65ff19042be4cfbe851d69c405ed5bf", "mode": "0600", "owner": "dd-agent", "size": 215, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1601388599.97-27821-67382801904449/source", "state": "file", "uid": 112, "warnings": ["File '/etc/datadog-agent/conf.d/process.d/conf.yaml' created with default permissions '600'. The previous default was '666'. Specify 'mode' to avoid this warning."]}
changed: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => (item=ruby) => {"ansible_loop_var": "item", "changed": true, "checksum": "59926224512a912417d5e92bd3a405f9d4c48bab", "dest": "/etc/datadog-agent/conf.d/ruby.d/conf.yaml", "gid": 116, "group": "dd-agent", "item": "ruby", "md5sum": "5fbaad568c95e94f5db3adc3e74d847b", "mode": "0600", "owner": "dd-agent", "size": 173, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1601388602.18-27821-212060091698675/source", "state": "file", "uid": 112, "warnings": ["File '/etc/datadog-agent/conf.d/ruby.d/conf.yaml' created with default permissions '600'. The previous default was '666'. Specify 'mode' to avoid this warning."]}
[WARNING]: File '/etc/datadog-agent/conf.d/process.d/conf.yaml' created with default permissions '600'. The previous default was '666'. Specify 'mode' to avoid this warning.
[WARNING]: File '/etc/datadog-agent/conf.d/ruby.d/conf.yaml' created with default permissions '600'. The previous default was '666'. Specify 'mode' to avoid this warning.
TASK [datadog.datadog : Remove old configuration file for each Datadog check] ***************************************************************************************************
ok: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => (item=process) => {"ansible_loop_var": "item", "changed": false, "item": "process", "path": "/etc/datadog-agent/conf.d/process.yaml", "state": "absent"}
ok: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => (item=ruby) => {"ansible_loop_var": "item", "changed": false, "item": "ruby", "path": "/etc/datadog-agent/conf.d/ruby.yaml", "state": "absent"}
TASK [datadog.datadog : Create system-probe configuration file] *****************************************************************************************************************
changed: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": true, "checksum": "bf7947fa26729542c95c97dde4ba586df6900d70", "dest": "/etc/datadog-agent/system-probe.yaml", "gid": 116, "group": "dd-agent", "md5sum": "df5c8e130a67b491623045a94a168909", "mode": "0640", "owner": "root", "size": 61, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1601388606.12-27986-109217897048229/source", "state": "file", "uid": 0}
TASK [datadog.datadog : Ensure datadog-agent is running] ************************************************************************************************************************
changed: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": true, "enabled": true, "name": "datadog-agent", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network.target system.slice systemd-journald.socket basic.target datadog-agent-sysprobe.service sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "datadog-agent-process.service shutdown.target datadog-agent-trace.service multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BoundBy": "datadog-agent-sysprobe.service datadog-agent-process.service datadog-agent-trace.service", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CPUUsageNSec": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Datadog Agent", "DevicePolicy": "auto", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/datadog-agent/bin/agent/agent ; argv[]=/opt/datadog-agent/bin/agent/agent run -p /opt/datadog-agent/run/agent.pid ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/lib/systemd/system/datadog-agent.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "datadog-agent.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitASSoft": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCORESoft": "0", "LimitCPU": "18446744073709551615", "LimitCPUSoft": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitDATASoft": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitFSIZESoft": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitLOCKSSoft": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "4096", "LimitNOFILESoft": "1024", "LimitNPROC": "31866", "LimitNPROCSoft": "31866", "LimitRSS": "18446744073709551615", "LimitRSSSoft": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "18446744073709551615", "LimitRTTIMESoft": "18446744073709551615", "LimitSIGPENDING": "31866", "LimitSIGPENDINGSoft": "31866", "LimitSTACK": "18446744073709551615", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "NFileDescriptorStore": "0", "Names": "datadog-agent.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/opt/datadog-agent/run/agent.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StateChangeTimestamp": "Tue 2020-09-29 14:09:50 UTC", "StateChangeTimestampMonotonic": "542719421320", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "User": "dd-agent", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "datadog-agent-sysprobe.service datadog-agent-process.service datadog-agent-trace.service", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}}
TASK [datadog.datadog : set system probe installed] *****************************************************************************************************************************
ok: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"ansible_facts": {"datadog_sysprobe_installed": true}, "changed": false}
TASK [datadog.datadog : set system probe enabled] *******************************************************************************************************************************
ok: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"ansible_facts": {"datadog_sysprobe_enabled": false}, "changed": false}
TASK [datadog.datadog : Ensure datadog-agent-sysprobe is running if enabled and installed] **************************************************************************************
skipping: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": false, "skip_reason": "Conditional result was False"}
TASK [datadog.datadog : Ensure datadog-agent-sysprobe is stopped if disabled or not installed] **********************************************************************************
changed: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": true, "enabled": false, "name": "datadog-agent-sysprobe", "state": "stopped", "status": {"ActiveEnterTimestamp": "Tue 2020-09-29 14:10:09 UTC", "ActiveEnterTimestampMonotonic": "542738408211", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sys-kernel-debug.mount network.target sysinit.target system.slice systemd-journald.socket basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Tue 2020-09-29 14:10:09 UTC", "AssertTimestampMonotonic": "542738392716", "Before": "datadog-agent.service shutdown.target", "BindsTo": "datadog-agent.service", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CPUUsageNSec": "657149513", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2020-09-29 14:10:09 UTC", "ConditionTimestampMonotonic": "542738392709", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/datadog-agent-sysprobe.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Datadog System Probe", "DevicePolicy": "auto", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "19312", "ExecMainStartTimestamp": "Tue 2020-09-29 14:10:09 UTC", "ExecMainStartTimestampMonotonic": "542738408167", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/datadog-agent/embedded/bin/system-probe ; argv[]=/opt/datadog-agent/embedded/bin/system-probe --config=/etc/datadog-agent/system-probe.yaml --pid=/opt/datadog-agent/run/system-probe.pid ; ignore_errors=no ; start_time=[Tue 2020-09-29 14:10:09 UTC] ; stop_time=[n/a] ; pid=19312 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/lib/systemd/system/datadog-agent-sysprobe.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "datadog-agent-sysprobe.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2020-09-29 14:10:09 UTC", "InactiveExitTimestampMonotonic": "542738408211", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitASSoft": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCORESoft": "0", "LimitCPU": "18446744073709551615", "LimitCPUSoft": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitDATASoft": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitFSIZESoft": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitLOCKSSoft": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "4096", "LimitNOFILESoft": "1024", "LimitNPROC": "31866", "LimitNPROCSoft": "31866", "LimitRSS": "18446744073709551615", "LimitRSSSoft": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "18446744073709551615", "LimitRTTIMESoft": "18446744073709551615", "LimitSIGPENDING": "31866", "LimitSIGPENDINGSoft": "31866", "LimitSTACK": "18446744073709551615", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "MainPID": "19312", "MemoryAccounting": "no", "MemoryCurrent": "34209792", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "NFileDescriptorStore": "0", "Names": "datadog-agent-sysprobe.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/opt/datadog-agent/run/system-probe.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "sysinit.target sys-kernel-debug.mount system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StateChangeTimestamp": "Tue 2020-09-29 14:10:09 UTC", "StateChangeTimestampMonotonic": "542738408211", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "10", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "WantedBy": "datadog-agent.service", "WatchdogTimestamp": "Tue 2020-09-29 14:10:09 UTC", "WatchdogTimestampMonotonic": "542738408209", "WatchdogUSec": "0"}}
TASK [datadog.datadog : Ensure datadog-agent, datadog-agent-process and datadog-agent-trace are not running] ********************************************************************
skipping: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => (item=datadog-agent) => {"ansible_loop_var": "item", "changed": false, "item": "datadog-agent", "skip_reason": "Conditional result was False"}
skipping: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => (item=datadog-agent-process) => {"ansible_loop_var": "item", "changed": false, "item": "datadog-agent-process", "skip_reason": "Conditional result was False"}
skipping: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => (item=datadog-agent-trace) => {"ansible_loop_var": "item", "changed": false, "item": "datadog-agent-trace", "skip_reason": "Conditional result was False"}
TASK [datadog.datadog : Create installation information file] *******************************************************************************************************************
[WARNING]: File '/etc/datadog-agent/install_info' created with default permissions '600'. The previous default was '666'. Specify 'mode' to avoid this warning.
changed: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": true, "checksum": "d23126bbbd8978cc06370a92e3f64d37b79be48b", "dest": "/etc/datadog-agent/install_info", "gid": 116, "group": "dd-agent", "md5sum": "54d169f3e29bee55df028582a6a28ea0", "mode": "0600", "owner": "dd-agent", "size": 107, "src": "/home/ubuntu/.ansible/tmp/ansible-tmp-1601388615.46-28224-186729264931891/source", "state": "file", "uid": 112}
TASK [datadog.datadog : Windows Configuration Tasks] ****************************************************************************************************************************
skipping: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": false, "skip_reason": "Conditional result was False"}
TASK [datadog.datadog : Integrations Tasks] *************************************************************************************************************************************
skipping: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": false, "skip_reason": "Conditional result was False"}
TASK [datadog.datadog : Post Tasks] *********************************************************************************************************************************************
skipping: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": false, "skip_reason": "Conditional result was False"}
TASK [datadog.datadog : Pre Tasks] **********************************************************************************************************************************************
skipping: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": false, "skip_reason": "Conditional result was False"}
RUNNING HANDLER [datadog.datadog : restart datadog-agent] ***********************************************************************************************************************
changed: [ec2-13-234-238-44.ap-south-1.compute.amazonaws.com] => {"changed": true, "name": "datadog-agent", "state": "started", "status": {"ActiveEnterTimestamp": "Tue 2020-09-29 14:10:09 UTC", "ActiveEnterTimestampMonotonic": "542738409164", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target system.slice systemd-journald.socket basic.target datadog-agent-sysprobe.service sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Tue 2020-09-29 14:10:09 UTC", "AssertTimestampMonotonic": "542738408399", "Before": "datadog-agent-process.service shutdown.target datadog-agent-trace.service multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BoundBy": "datadog-agent-sysprobe.service datadog-agent-process.service datadog-agent-trace.service", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CPUUsageNSec": "1681408831", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2020-09-29 14:10:09 UTC", "ConditionTimestampMonotonic": "542738408398", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/datadog-agent.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Datadog Agent", "DevicePolicy": "auto", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "19313", "ExecMainStartTimestamp": "Tue 2020-09-29 14:10:09 UTC", "ExecMainStartTimestampMonotonic": "542738409128", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/datadog-agent/bin/agent/agent ; argv[]=/opt/datadog-agent/bin/agent/agent run -p /opt/datadog-agent/run/agent.pid ; ignore_errors=no ; start_time=[Tue 2020-09-29 14:10:09 UTC] ; stop_time=[n/a] ; pid=19313 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/lib/systemd/system/datadog-agent.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "datadog-agent.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2020-09-29 14:10:09 UTC", "InactiveExitTimestampMonotonic": "542738409164", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitASSoft": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCORESoft": "0", "LimitCPU": "18446744073709551615", "LimitCPUSoft": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitDATASoft": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitFSIZESoft": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitLOCKSSoft": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "4096", "LimitNOFILESoft": "1024", "LimitNPROC": "31866", "LimitNPROCSoft": "31866", "LimitRSS": "18446744073709551615", "LimitRSSSoft": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "18446744073709551615", "LimitRTTIMESoft": "18446744073709551615", "LimitSIGPENDING": "31866", "LimitSIGPENDINGSoft": "31866", "LimitSTACK": "18446744073709551615", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "MainPID": "19313", "MemoryAccounting": "no", "MemoryCurrent": "44593152", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "NFileDescriptorStore": "0", "Names": "datadog-agent.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/opt/datadog-agent/run/agent.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StateChangeTimestamp": "Tue 2020-09-29 14:10:09 UTC", "StateChangeTimestampMonotonic": "542738409164", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "10", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "User": "dd-agent", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "datadog-agent-sysprobe.service datadog-agent-process.service datadog-agent-trace.service", "WatchdogTimestamp": "Tue 2020-09-29 14:10:09 UTC", "WatchdogTimestampMonotonic": "542738409163", "WatchdogUSec": "0"}}
PLAY RECAP **********************************************************************************************************************************************************************
ec2-13-234-238-44.ap-south-1.compute.amazonaws.com : ok=29 changed=11 unreachable=0 failed=0 skipped=18 rescued=0 ignored=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment