ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_set_file.yml *************************************************** 1 plays in /tmp/collections-AKM/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml PLAY [Create a postmapped file] ************************************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-AKM/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:2 Thursday 08 August 2024 11:22:07 -0400 (0:00:00.023) 0:00:00.023 ******* ok: [managed_node1] META: ran handlers TASK [Run the role with test postmap file] ************************************* task path: /tmp/collections-AKM/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:12 Thursday 08 August 2024 11:22:09 -0400 (0:00:01.727) 0:00:01.750 ******* TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts required by role] *** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:2 Thursday 08 August 2024 11:22:09 -0400 (0:00:00.242) 0:00:01.993 ******* included: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml for managed_node1 TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3 Thursday 08 August 2024 11:22:09 -0400 (0:00:00.051) 0:00:02.044 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Check if system is ostree] *********** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 Thursday 08 August 2024 11:22:09 -0400 (0:00:00.069) 0:00:02.114 ******* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postfix : Set flag to indicate system is ostree] *** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16 Thursday 08 August 2024 11:22:09 -0400 (0:00:00.417) 0:00:02.532 ******* ok: [managed_node1] => { "ansible_facts": { "__postfix_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.postfix : Set platform/version specific variables] *** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:20 Thursday 08 August 2024 11:22:09 -0400 (0:00:00.071) 0:00:02.604 ******* ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__postfix_smtp_services": [ "smtp", "smtps", "submission" ] }, "ansible_included_var_files": [ "/tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (item=CentOS_7.yml) => { "ansible_facts": { "__postfix_smtp_services": [ "smtp", "smtps", "smtp-submission" ] }, "ansible_included_var_files": [ "/tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node1] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Get status of package(s) [u'postfix']] *** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:16 Thursday 08 August 2024 11:22:10 -0400 (0:00:00.140) 0:00:02.744 ******* skipping: [managed_node1] => (item=postfix) => { "ansible_loop_var": "item", "changed": false, "item": "postfix", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Remove package(s) to reset original confs [u'postfix']] *** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:23 Thursday 08 August 2024 11:22:10 -0400 (0:00:00.039) 0:00:02.783 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Get status of config files] ********** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:38 Thursday 08 August 2024 11:22:10 -0400 (0:00:00.031) 0:00:02.815 ******* skipping: [managed_node1] => (item=postfix) => { "ansible_loop_var": "item", "changed": false, "item": "postfix", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Remove config files - make empty] **** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:45 Thursday 08 August 2024 11:22:10 -0400 (0:00:00.039) 0:00:02.855 ******* TASK [fedora.linux_system_roles.postfix : Configure firewall] ****************** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:54 Thursday 08 August 2024 11:22:10 -0400 (0:00:00.031) 0:00:02.886 ******* included: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml for managed_node1 TASK [Ensure the postfix ports status with the firewall role] ****************** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml:3 Thursday 08 August 2024 11:22:10 -0400 (0:00:00.044) 0:00:02.931 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Configure selinux] ******************* task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:57 Thursday 08 August 2024 11:22:10 -0400 (0:00:00.030) 0:00:02.961 ******* included: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml for managed_node1 TASK [fedora.linux_system_roles.postfix : Get the smtp related tcp service ports] *** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12 Thursday 08 August 2024 11:22:10 -0400 (0:00:00.043) 0:00:03.004 ******* skipping: [managed_node1] => (item=smtp) => { "ansible_loop_var": "item", "changed": false, "item": "smtp", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=smtps) => { "ansible_loop_var": "item", "changed": false, "item": "smtps", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=smtp-submission) => { "ansible_loop_var": "item", "changed": false, "item": "smtp-submission", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Initialize _postfix_selinux] ********* task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:33 Thursday 08 August 2024 11:22:10 -0400 (0:00:00.038) 0:00:03.043 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Add the smtp related service ports to _postfix_selinux] *** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37 Thursday 08 August 2024 11:22:10 -0400 (0:00:00.029) 0:00:03.072 ******* skipping: [managed_node1] => (item={u'skip_reason': u'Conditional result was False', u'item': u'smtp', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "smtp", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'skip_reason': u'Conditional result was False', u'item': u'smtps', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "smtps", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'skip_reason': u'Conditional result was False', u'item': u'smtp-submission', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "smtp-submission", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Set hardcoded ports to _postfix_selinux for no firewall or rhel-6 or not redhat] *** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:46 Thursday 08 August 2024 11:22:10 -0400 (0:00:00.050) 0:00:03.123 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure the service and the ports status with the selinux role] *********** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:55 Thursday 08 August 2024 11:22:10 -0400 (0:00:00.023) 0:00:03.147 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Install Postfix] ********************* task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 Thursday 08 August 2024 11:22:10 -0400 (0:00:00.026) 0:00:03.173 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "2:postfix-2.10.1-9.el7.x86_64 providing postfix is already installed" ] } TASK [fedora.linux_system_roles.postfix : Enable Postfix] ********************** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:66 Thursday 08 August 2024 11:22:11 -0400 (0:00:00.755) 0:00:03.929 ******* ok: [managed_node1] => { "changed": false, "enabled": true, "name": "postfix", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2024-08-08 11:18:12 EDT", "ActiveEnterTimestampMonotonic": "21168097", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice systemd-journald.socket network.target syslog.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-08-08 11:18:11 EDT", "AssertTimestampMonotonic": "19857285", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-08-08 11:18:11 EDT", "ConditionTimestampMonotonic": "19857284", "Conflicts": "sendmail.service shutdown.target exim.service", "ControlGroup": "/system.slice/postfix.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Postfix Mail Transport Agent", "DevicePolicy": "auto", "EnvironmentFile": "/etc/sysconfig/network (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1188", "ExecMainStartTimestamp": "Thu 2024-08-08 11:18:12 EDT", "ExecMainStartTimestampMonotonic": "21167959", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; ignore_errors=no ; start_time=[Thu 2024-08-08 11:18:12 EDT] ; stop_time=[Thu 2024-08-08 11:18:12 EDT] ; pid=878 ; code=exited ; status=0 }", "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[Thu 2024-08-08 11:18:12 EDT] ; stop_time=[Thu 2024-08-08 11:18:12 EDT] ; pid=877 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postfix.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "postfix.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2024-08-08 11:18:11 EDT", "InactiveExitTimestampMonotonic": "19858078", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "1188", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "postfix.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/var/spool/postfix/pid/master.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "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", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "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": "forking", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2024-08-08 11:18:12 EDT", "WatchdogTimestampMonotonic": "21167976", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.postfix : Get current config] ****************** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:72 Thursday 08 August 2024 11:22:11 -0400 (0:00:00.637) 0:00:04.567 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Check given config against current config] *** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:78 Thursday 08 August 2024 11:22:11 -0400 (0:00:00.021) 0:00:04.589 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Configure additional files] ********** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:96 Thursday 08 August 2024 11:22:11 -0400 (0:00:00.022) 0:00:04.611 ******* changed: [managed_node1] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } NOTIFIED HANDLER fedora.linux_system_roles.postfix : Check postfix for managed_node1 NOTIFIED HANDLER fedora.linux_system_roles.postfix : Restart postfix for managed_node1 changed: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.postfix : Postmap files] *********************** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:112 Thursday 08 August 2024 11:22:12 -0400 (0:00:00.840) 0:00:05.452 ******* changed: [managed_node1] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.postfix : Gather facts for ansible_date_time] *** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:126 Thursday 08 August 2024 11:22:13 -0400 (0:00:00.779) 0:00:06.231 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Backup configuration] **************** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:132 Thursday 08 August 2024 11:22:13 -0400 (0:00:00.033) 0:00:06.264 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Ensure Last modified header is absent] *** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:140 Thursday 08 August 2024 11:22:13 -0400 (0:00:00.032) 0:00:06.297 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Ensure the outdated ansible managed header is absent] *** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:148 Thursday 08 August 2024 11:22:13 -0400 (0:00:00.036) 0:00:06.333 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Ensure ansible_managed header in configuration file] *** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:154 Thursday 08 August 2024 11:22:13 -0400 (0:00:00.031) 0:00:06.365 ******* skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Configure Postfix] ******************* task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:162 Thursday 08 August 2024 11:22:13 -0400 (0:00:00.034) 0:00:06.400 ******* TASK [Check if postmap file exists] ******************************************** task path: /tmp/collections-AKM/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:17 Thursday 08 August 2024 11:22:13 -0400 (0:00:00.029) 0:00:06.430 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1723130533.4529152, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "binary", "checksum": "5063aa3ce6b853618ea1cafbe42ef55142a77755", "ctime": 1723130533.4529152, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 137465, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/octet-stream", "mode": "0640", "mtime": 1723130533.309915, "nlink": 1, "path": "/etc/postfix/test.db", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 12288, "uid": 0, "version": "1197620949", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Assert file is present] ************************************************** task path: /tmp/collections-AKM/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:25 Thursday 08 August 2024 11:22:14 -0400 (0:00:00.320) 0:00:06.750 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clean up test files] ***************************************************** task path: /tmp/collections-AKM/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:29 Thursday 08 August 2024 11:22:14 -0400 (0:00:00.033) 0:00:06.784 ******* changed: [managed_node1] => (item=/etc/postfix/test) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/postfix/test", "path": "/etc/postfix/test", "state": "absent" } changed: [managed_node1] => (item=/etc/postfix/test.db) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/postfix/test.db", "path": "/etc/postfix/test.db", "state": "absent" } RUNNING HANDLER [fedora.linux_system_roles.postfix : Check postfix] ************ task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:2 Thursday 08 August 2024 11:22:14 -0400 (0:00:00.800) 0:00:07.585 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "postfix", "check" ], "delta": "0:00:00.214744", "end": "2024-08-08 11:22:15.397687", "rc": 0, "start": "2024-08-08 11:22:15.182943" } RUNNING HANDLER [fedora.linux_system_roles.postfix : Restart postfix] ********** task path: /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:7 Thursday 08 August 2024 11:22:15 -0400 (0:00:00.564) 0:00:08.150 ******* changed: [managed_node1] => { "changed": true, "name": "postfix", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2024-08-08 11:18:12 EDT", "ActiveEnterTimestampMonotonic": "21168097", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice systemd-journald.socket network.target syslog.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-08-08 11:18:11 EDT", "AssertTimestampMonotonic": "19857285", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-08-08 11:18:11 EDT", "ConditionTimestampMonotonic": "19857284", "Conflicts": "sendmail.service shutdown.target exim.service", "ControlGroup": "/system.slice/postfix.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Postfix Mail Transport Agent", "DevicePolicy": "auto", "EnvironmentFile": "/etc/sysconfig/network (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1188", "ExecMainStartTimestamp": "Thu 2024-08-08 11:18:12 EDT", "ExecMainStartTimestampMonotonic": "21167959", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix start ; ignore_errors=no ; start_time=[Thu 2024-08-08 11:18:12 EDT] ; stop_time=[Thu 2024-08-08 11:18:12 EDT] ; pid=878 ; code=exited ; status=0 }", "ExecStartPre": "{ path=/usr/libexec/postfix/chroot-update ; argv[]=/usr/libexec/postfix/chroot-update ; ignore_errors=yes ; start_time=[Thu 2024-08-08 11:18:12 EDT] ; stop_time=[Thu 2024-08-08 11:18:12 EDT] ; pid=877 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/sbin/postfix ; argv[]=/usr/sbin/postfix stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/postfix.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "postfix.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2024-08-08 11:18:11 EDT", "InactiveExitTimestampMonotonic": "19858078", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "1188", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "postfix.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/var/spool/postfix/pid/master.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "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", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "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": "forking", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2024-08-08 11:18:12 EDT", "WatchdogTimestampMonotonic": "21167976", "WatchdogUSec": "0" } } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node1 : ok=16 changed=4 unreachable=0 failed=0 skipped=19 rescued=0 ignored=0 Thursday 08 August 2024 11:22:16 -0400 (0:00:00.791) 0:00:08.941 ******* =============================================================================== Gathering Facts --------------------------------------------------------- 1.73s /tmp/collections-AKM/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:2 fedora.linux_system_roles.postfix : Configure additional files ---------- 0.84s /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:96 Clean up test files ----------------------------------------------------- 0.80s /tmp/collections-AKM/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:29 fedora.linux_system_roles.postfix : Restart postfix --------------------- 0.79s /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:7 fedora.linux_system_roles.postfix : Postmap files ----------------------- 0.78s /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:112 fedora.linux_system_roles.postfix : Install Postfix --------------------- 0.76s /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 fedora.linux_system_roles.postfix : Enable Postfix ---------------------- 0.64s /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:66 fedora.linux_system_roles.postfix : Check postfix ----------------------- 0.56s /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/handlers/main.yml:2 fedora.linux_system_roles.postfix : Check if system is ostree ----------- 0.42s /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 Check if postmap file exists -------------------------------------------- 0.32s /tmp/collections-AKM/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:17 Run the role with test postmap file ------------------------------------- 0.24s /tmp/collections-AKM/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:12 fedora.linux_system_roles.postfix : Set platform/version specific variables --- 0.14s /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:20 fedora.linux_system_roles.postfix : Set flag to indicate system is ostree --- 0.07s /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16 fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present --- 0.07s /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3 fedora.linux_system_roles.postfix : Ensure ansible_facts required by role --- 0.05s /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:2 fedora.linux_system_roles.postfix : Add the smtp related service ports to _postfix_selinux --- 0.05s /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37 fedora.linux_system_roles.postfix : Configure firewall ------------------ 0.04s /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:54 fedora.linux_system_roles.postfix : Configure selinux ------------------- 0.04s /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:57 fedora.linux_system_roles.postfix : Get status of config files ---------- 0.04s /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:38 fedora.linux_system_roles.postfix : Get status of package(s) [u'postfix'] --- 0.04s /tmp/collections-WDR/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:16