Advertisement
atross

Untitled

Dec 6th, 2020 (edited)
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 155.84 KB | None | 0 0
  1. [root@localhost docker]# ansible-playbook playbook2.yml
  2. [WARNING]: provided hosts list is empty, only localhost is available. Note that the
  3. implicit localhost does not match 'all'
  4. [DEPRECATION WARNING]: digital_ocean is kept for backwards compatibility but usage is
  5. discouraged. The module documentation details page may explain more about this rationale..
  6. This feature will be removed in a future release. Deprecation warnings can be disabled by
  7. setting deprecation_warnings=False in ansible.cfg.
  8.  
  9. PLAY [localhost] ***************************************************************************
  10.  
  11. TASK [Gathering Facts] *********************************************************************
  12. ok: [localhost]
  13.  
  14. TASK [Get digital ocean ssh key] ***********************************************************
  15. ok: [localhost]
  16.  
  17. TASK [digital_ocean] ***********************************************************************
  18. ok: [localhost]
  19.  
  20. TASK [Creating droplet 1] ******************************************************************
  21. changed: [localhost]
  22.  
  23. TASK [save IP and Hostname to local hosts file /etc/hosts] *********************************
  24. changed: [localhost]
  25.  
  26. TASK [Creating droplet 2] ******************************************************************
  27. changed: [localhost]
  28.  
  29. TASK [save IP and Hostname to local hosts file /etc/hosts] *********************************
  30. changed: [localhost]
  31.  
  32. TASK [pause] *******************************************************************************
  33. Pausing for 40 seconds
  34. (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)
  35. ok: [localhost]
  36.  
  37. PLAY [do_serv] *****************************************************************************
  38.  
  39. TASK [Gathering Facts] *********************************************************************
  40. ok: [159.203.185.57]
  41. ok: [159.65.233.89]
  42.  
  43. TASK [redhatofficial.rhel7_stig : require single user mode password] ***********************
  44. changed: [159.203.185.57]
  45. changed: [159.65.233.89]
  46.  
  47. TASK [redhatofficial.rhel7_stig : Disable Ctrl-Alt-Del Reboot Activation] ******************
  48. changed: [159.203.185.57]
  49. changed: [159.65.233.89]
  50.  
  51. TASK [redhatofficial.rhel7_stig : Ensure screen is installed] ******************************
  52. changed: [159.65.233.89]
  53. changed: [159.203.185.57]
  54.  
  55. TASK [redhatofficial.rhel7_stig : Set accounts logon fail delay] ***************************
  56. changed: [159.65.233.89]
  57. changed: [159.203.185.57]
  58.  
  59. TASK [redhatofficial.rhel7_stig : Limit the Number of Concurrent Login Sessions Allowed Per User] ***
  60. changed: [159.65.233.89]
  61. changed: [159.203.185.57]
  62.  
  63. TASK [redhatofficial.rhel7_stig : Deduplicate values from /etc/profile] ********************
  64. ok: [159.65.233.89]
  65. ok: [159.203.185.57]
  66.  
  67. TASK [redhatofficial.rhel7_stig : Check if /etc/profile.d exists] **************************
  68. ok: [159.65.233.89]
  69. ok: [159.203.185.57]
  70.  
  71. TASK [redhatofficial.rhel7_stig : Check if the parameter TMOUT is present in /etc/profile.d] ***
  72. ok: [159.65.233.89]
  73. ok: [159.203.185.57]
  74.  
  75. TASK [redhatofficial.rhel7_stig : Remove parameter from files in /etc/profile.d] ***********
  76.  
  77. TASK [redhatofficial.rhel7_stig : Insert correct line to /etc/profile] *********************
  78. changed: [159.65.233.89]
  79. changed: [159.203.185.57]
  80.  
  81. TASK [redhatofficial.rhel7_stig : Ensure the Default UMASK is Set Correctly] ***************
  82. changed: [159.65.233.89]
  83. changed: [159.203.185.57]
  84.  
  85. TASK [redhatofficial.rhel7_stig : Ensure PAM variable minlen is set accordingly] ***********
  86. changed: [159.65.233.89]
  87. changed: [159.203.185.57]
  88.  
  89. TASK [redhatofficial.rhel7_stig : Ensure PAM variable ucredit is set accordingly] **********
  90. changed: [159.65.233.89]
  91. changed: [159.203.185.57]
  92.  
  93. TASK [redhatofficial.rhel7_stig : Set Password Retry Prompts Permitted Per-Session - system-auth (change)] ***
  94. ok: [159.65.233.89]
  95. ok: [159.203.185.57]
  96.  
  97. TASK [redhatofficial.rhel7_stig : Set Password Retry Prompts Permitted Per-Session - system-auth (add)] ***
  98. ok: [159.203.185.57]
  99. ok: [159.65.233.89]
  100.  
  101. TASK [redhatofficial.rhel7_stig : Ensure PAM variable difok is set accordingly] ************
  102. changed: [159.65.233.89]
  103. changed: [159.203.185.57]
  104.  
  105. TASK [redhatofficial.rhel7_stig : Ensure PAM variable dcredit is set accordingly] **********
  106. changed: [159.65.233.89]
  107. changed: [159.203.185.57]
  108.  
  109. TASK [redhatofficial.rhel7_stig : Ensure PAM variable maxclassrepeat is set accordingly] ***
  110. changed: [159.65.233.89]
  111. changed: [159.203.185.57]
  112.  
  113. TASK [redhatofficial.rhel7_stig : Ensure PAM variable lcredit is set accordingly] **********
  114. changed: [159.65.233.89]
  115. changed: [159.203.185.57]
  116.  
  117. TASK [redhatofficial.rhel7_stig : Ensure PAM variable maxrepeat is set accordingly] ********
  118. changed: [159.65.233.89]
  119. changed: [159.203.185.57]
  120.  
  121. TASK [redhatofficial.rhel7_stig : Ensure PAM variable minclass is set accordingly] *********
  122. changed: [159.65.233.89]
  123. changed: [159.203.185.57]
  124.  
  125. TASK [redhatofficial.rhel7_stig : Ensure PAM variable ocredit is set accordingly] **********
  126. changed: [159.65.233.89]
  127. changed: [159.203.185.57]
  128.  
  129. TASK [redhatofficial.rhel7_stig : Set Password Hashing Algorithm in /etc/libuser.conf] *****
  130. ok: [159.203.185.57]
  131. ok: [159.65.233.89]
  132.  
  133. TASK [redhatofficial.rhel7_stig : Set Password Hashing Algorithm in /etc/login.defs] *******
  134. ok: [159.65.233.89]
  135. ok: [159.203.185.57]
  136.  
  137. TASK [redhatofficial.rhel7_stig : Do not allow users to reuse recent passwords - system-auth (change)] ***
  138. ok: [159.65.233.89]
  139. ok: [159.203.185.57]
  140.  
  141. TASK [redhatofficial.rhel7_stig : Do not allow users to reuse recent passwords - system-auth (add)] ***
  142. changed: [159.65.233.89]
  143. changed: [159.203.185.57]
  144.  
  145. TASK [redhatofficial.rhel7_stig : Add auth pam_faillock preauth unlock_time before pam_unix.so] ***
  146. changed: [159.65.233.89] => (item=system-auth)
  147. changed: [159.203.185.57] => (item=system-auth)
  148. changed: [159.203.185.57] => (item=password-auth)
  149. changed: [159.65.233.89] => (item=password-auth)
  150.  
  151. TASK [redhatofficial.rhel7_stig : Add unlock_time argument to pam_faillock preauth] ********
  152. ok: [159.203.185.57] => (item=system-auth)
  153. ok: [159.65.233.89] => (item=system-auth)
  154. ok: [159.203.185.57] => (item=password-auth)
  155. ok: [159.65.233.89] => (item=password-auth)
  156.  
  157. TASK [redhatofficial.rhel7_stig : Add auth pam_faillock authfail unlock_interval after pam_unix.so] ***
  158. changed: [159.203.185.57] => (item=system-auth)
  159. changed: [159.65.233.89] => (item=system-auth)
  160. changed: [159.203.185.57] => (item=password-auth)
  161. changed: [159.65.233.89] => (item=password-auth)
  162.  
  163. TASK [redhatofficial.rhel7_stig : Add unlock_time argument to auth pam_faillock authfail] ***
  164. ok: [159.203.185.57] => (item=system-auth)
  165. ok: [159.65.233.89] => (item=system-auth)
  166. ok: [159.203.185.57] => (item=password-auth)
  167. ok: [159.65.233.89] => (item=password-auth)
  168.  
  169. TASK [redhatofficial.rhel7_stig : Add account pam_faillock before pam_unix.so] *************
  170. changed: [159.203.185.57] => (item=system-auth)
  171. changed: [159.65.233.89] => (item=system-auth)
  172. changed: [159.203.185.57] => (item=password-auth)
  173. changed: [159.65.233.89] => (item=password-auth)
  174.  
  175. TASK [redhatofficial.rhel7_stig : Add auth pam_faillock preauth fail_interval before pam_unix.so] ***
  176. ok: [159.65.233.89] => (item=system-auth)
  177. ok: [159.203.185.57] => (item=system-auth)
  178. ok: [159.65.233.89] => (item=password-auth)
  179. ok: [159.203.185.57] => (item=password-auth)
  180.  
  181. TASK [redhatofficial.rhel7_stig : Add fail_interval argument to auth pam_faillock preauth] ***
  182. changed: [159.203.185.57] => (item=system-auth)
  183. changed: [159.65.233.89] => (item=system-auth)
  184. changed: [159.203.185.57] => (item=password-auth)
  185. changed: [159.65.233.89] => (item=password-auth)
  186.  
  187. TASK [redhatofficial.rhel7_stig : Add auth pam_faillock aufthfail fail_interval after pam_unix.so] ***
  188. ok: [159.203.185.57] => (item=system-auth)
  189. ok: [159.65.233.89] => (item=system-auth)
  190. ok: [159.203.185.57] => (item=password-auth)
  191. ok: [159.65.233.89] => (item=password-auth)
  192.  
  193. TASK [redhatofficial.rhel7_stig : Add fail_interval argument to auth pam_faillock authfail] ***
  194. changed: [159.65.233.89] => (item=system-auth)
  195. changed: [159.203.185.57] => (item=system-auth)
  196. changed: [159.203.185.57] => (item=password-auth)
  197. changed: [159.65.233.89] => (item=password-auth)
  198.  
  199. TASK [redhatofficial.rhel7_stig : Add account pam_faillock before pam_unix.so] *************
  200. ok: [159.203.185.57] => (item=system-auth)
  201. ok: [159.65.233.89] => (item=system-auth)
  202. ok: [159.203.185.57] => (item=password-auth)
  203. ok: [159.65.233.89] => (item=password-auth)
  204.  
  205. TASK [redhatofficial.rhel7_stig : Add auth pam_faillock preauth deny before pam_unix.so] ***
  206. ok: [159.203.185.57] => (item=system-auth)
  207. ok: [159.65.233.89] => (item=system-auth)
  208. ok: [159.203.185.57] => (item=password-auth)
  209. ok: [159.65.233.89] => (item=password-auth)
  210.  
  211. TASK [redhatofficial.rhel7_stig : Add deny argument to auth pam_faillock preauth] **********
  212. changed: [159.65.233.89] => (item=system-auth)
  213. changed: [159.203.185.57] => (item=system-auth)
  214. changed: [159.65.233.89] => (item=password-auth)
  215. changed: [159.203.185.57] => (item=password-auth)
  216.  
  217. TASK [redhatofficial.rhel7_stig : Add auth pam_faillock authfail deny after pam_unix.so] ***
  218. ok: [159.65.233.89] => (item=system-auth)
  219. ok: [159.203.185.57] => (item=system-auth)
  220. ok: [159.65.233.89] => (item=password-auth)
  221. ok: [159.203.185.57] => (item=password-auth)
  222.  
  223. TASK [redhatofficial.rhel7_stig : Add deny argument to auth pam_faillock authfail] *********
  224. changed: [159.203.185.57] => (item=system-auth)
  225. changed: [159.65.233.89] => (item=system-auth)
  226. changed: [159.203.185.57] => (item=password-auth)
  227. changed: [159.65.233.89] => (item=password-auth)
  228.  
  229. TASK [redhatofficial.rhel7_stig : Add account pam_faillock before pam_unix.so] *************
  230. ok: [159.65.233.89] => (item=system-auth)
  231. ok: [159.203.185.57] => (item=system-auth)
  232. ok: [159.65.233.89] => (item=password-auth)
  233. ok: [159.203.185.57] => (item=password-auth)
  234.  
  235. TASK [redhatofficial.rhel7_stig : Add auth pam_faillock preauth even_deny_root before pam_unix.so] ***
  236. ok: [159.65.233.89] => (item=system-auth)
  237. ok: [159.203.185.57] => (item=system-auth)
  238. ok: [159.203.185.57] => (item=password-auth)
  239. ok: [159.65.233.89] => (item=password-auth)
  240.  
  241. TASK [redhatofficial.rhel7_stig : Add even_deny_root argument to auth pam_faillock preauth] ***
  242. changed: [159.203.185.57] => (item=system-auth)
  243. changed: [159.65.233.89] => (item=system-auth)
  244. changed: [159.203.185.57] => (item=password-auth)
  245. changed: [159.65.233.89] => (item=password-auth)
  246.  
  247. TASK [redhatofficial.rhel7_stig : Add auth pam_faillock authfail even_deny_root after pam_unix.so] ***
  248. ok: [159.203.185.57] => (item=system-auth)
  249. ok: [159.65.233.89] => (item=system-auth)
  250. ok: [159.65.233.89] => (item=password-auth)
  251. ok: [159.203.185.57] => (item=password-auth)
  252.  
  253. TASK [redhatofficial.rhel7_stig : Add even_deny_root argument to auth pam_faillock authfail] ***
  254. changed: [159.65.233.89] => (item=system-auth)
  255. changed: [159.203.185.57] => (item=system-auth)
  256. changed: [159.65.233.89] => (item=password-auth)
  257. changed: [159.203.185.57] => (item=password-auth)
  258.  
  259. TASK [redhatofficial.rhel7_stig : Add account pam_faillock before pam_unix.so] *************
  260. ok: [159.65.233.89] => (item=system-auth)
  261. ok: [159.203.185.57] => (item=system-auth)
  262. ok: [159.65.233.89] => (item=password-auth)
  263. ok: [159.203.185.57] => (item=password-auth)
  264.  
  265. TASK [redhatofficial.rhel7_stig : Set Password Minimum Age] ********************************
  266. changed: [159.65.233.89]
  267. changed: [159.203.185.57]
  268.  
  269. TASK [redhatofficial.rhel7_stig : Set Password Maximum Age] ********************************
  270. changed: [159.203.185.57]
  271. changed: [159.65.233.89]
  272.  
  273. TASK [redhatofficial.rhel7_stig : Set Account Expiration Following Inactivity] *************
  274. changed: [159.65.233.89]
  275. changed: [159.203.185.57]
  276.  
  277. TASK [redhatofficial.rhel7_stig : Prevent Log In to Accounts With Empty Password - system-auth] ***
  278. changed: [159.65.233.89]
  279. changed: [159.203.185.57]
  280.  
  281. TASK [redhatofficial.rhel7_stig : Prevent Log In to Accounts With Empty Password - password-auth] ***
  282. changed: [159.65.233.89]
  283. changed: [159.203.185.57]
  284.  
  285. TASK [redhatofficial.rhel7_stig : Modify the System Login Banner - remove incorrect banner] ***
  286. changed: [159.65.233.89]
  287. changed: [159.203.185.57]
  288.  
  289. TASK [redhatofficial.rhel7_stig : Modify the System Login Banner - add correct banner] *****
  290. changed: [159.65.233.89]
  291. changed: [159.203.185.57]
  292.  
  293. TASK [redhatofficial.rhel7_stig : Set the GNOME3 Login Warning Banner Text] ****************
  294. changed: [159.65.233.89] => (item=gdm.d)
  295. changed: [159.203.185.57] => (item=gdm.d)
  296. changed: [159.65.233.89] => (item=gdm.d/locks)
  297. changed: [159.203.185.57] => (item=gdm.d/locks)
  298.  
  299. TASK [redhatofficial.rhel7_stig : Set the GNOME3 Login Warning Banner Text] ****************
  300. changed: [159.65.233.89] => (item=00-security-settings)
  301. changed: [159.203.185.57] => (item=00-security-settings)
  302. changed: [159.65.233.89] => (item=locks/00-security-settings-lock)
  303. changed: [159.203.185.57] => (item=locks/00-security-settings-lock)
  304.  
  305. TASK [redhatofficial.rhel7_stig : Set the GNOME3 Login Warning Banner Text] ****************
  306. changed: [159.65.233.89]
  307. changed: [159.203.185.57]
  308.  
  309. TASK [redhatofficial.rhel7_stig : Prevent user modification of the GNOME3 Login Warning Banner Text] ***
  310. changed: [159.65.233.89]
  311. changed: [159.203.185.57]
  312.  
  313. TASK [redhatofficial.rhel7_stig : Enable GNOME3 Login Warning Banner] **********************
  314. changed: [159.65.233.89]
  315. changed: [159.203.185.57]
  316.  
  317. TASK [redhatofficial.rhel7_stig : Prevent user modification of GNOME banner-message-enabled] ***
  318. changed: [159.203.185.57]
  319. changed: [159.65.233.89]
  320.  
  321. TASK [redhatofficial.rhel7_stig : Gather the package facts] ********************************
  322. ok: [159.203.185.57]
  323. ok: [159.65.233.89]
  324.  
  325. TASK [redhatofficial.rhel7_stig : Enable service auditd] ***********************************
  326. ok: [159.203.185.57]
  327. ok: [159.65.233.89]
  328.  
  329. TASK [redhatofficial.rhel7_stig : Configure auditd space_left Action on Low Disk Space] ****
  330. changed: [159.65.233.89]
  331. changed: [159.203.185.57]
  332.  
  333. TASK [redhatofficial.rhel7_stig : Configure Kerberos 5 Encryption in Audit Event Multiplexor (audispd)] ***
  334. changed: [159.65.233.89]
  335. changed: [159.203.185.57]
  336.  
  337. TASK [redhatofficial.rhel7_stig : Configure auditd mail_acct Action on Low Disk Space] *****
  338. ok: [159.65.233.89]
  339. ok: [159.203.185.57]
  340.  
  341. TASK [redhatofficial.rhel7_stig : Configure auditd space_left on Low Disk Space] ***********
  342. changed: [159.65.233.89]
  343. changed: [159.203.185.57]
  344.  
  345. TASK [redhatofficial.rhel7_stig : Set architecture for audit shadow tasks] *****************
  346. ok: [159.203.185.57]
  347. ok: [159.65.233.89]
  348.  
  349. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other user/group modification audit rules] ***
  350. ok: [159.203.185.57]
  351. ok: [159.65.233.89]
  352.  
  353. TASK [redhatofficial.rhel7_stig : If existing user/group modification ruleset not found, use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  354. ok: [159.203.185.57]
  355. ok: [159.65.233.89]
  356.  
  357. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  358. skipping: [159.203.185.57]
  359. skipping: [159.65.233.89]
  360.  
  361. TASK [redhatofficial.rhel7_stig : Inserts/replaces the shadow rule in rules.d when on x86] ***
  362. changed: [159.65.233.89]
  363. changed: [159.203.185.57]
  364.  
  365. TASK [redhatofficial.rhel7_stig : Inserts/replaces the shadow rule in /etc/audit/audit.rules] ***
  366. changed: [159.203.185.57]
  367. changed: [159.65.233.89]
  368.  
  369. TASK [redhatofficial.rhel7_stig : Set architecture for audit group tasks] ******************
  370. ok: [159.203.185.57]
  371. ok: [159.65.233.89]
  372.  
  373. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other user/group modification audit rules] ***
  374. ok: [159.65.233.89]
  375. ok: [159.203.185.57]
  376.  
  377. TASK [redhatofficial.rhel7_stig : If existing user/group modification ruleset not found, use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  378. ok: [159.203.185.57]
  379. ok: [159.65.233.89]
  380.  
  381. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  382. skipping: [159.203.185.57]
  383. skipping: [159.65.233.89]
  384.  
  385. TASK [redhatofficial.rhel7_stig : Inserts/replaces the group rule in rules.d when on x86] ***
  386. changed: [159.203.185.57]
  387. changed: [159.65.233.89]
  388.  
  389. TASK [redhatofficial.rhel7_stig : Inserts/replaces the group rule in /etc/audit/audit.rules] ***
  390. changed: [159.65.233.89]
  391. changed: [159.203.185.57]
  392.  
  393. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries for sysadmin actions] ***
  394. ok: [159.65.233.89]
  395. ok: [159.203.185.57]
  396.  
  397. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/actions.rules as the recipient for the rule] ***
  398. ok: [159.203.185.57]
  399. ok: [159.65.233.89]
  400.  
  401. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  402. skipping: [159.203.185.57]
  403. skipping: [159.65.233.89]
  404.  
  405. TASK [redhatofficial.rhel7_stig : Inserts/replaces audit rule for /etc/sudoers rule in rules.d] ***
  406. changed: [159.65.233.89]
  407. changed: [159.203.185.57]
  408.  
  409. TASK [redhatofficial.rhel7_stig : Inserts/replaces audit rule for /etc/sudoers.d rule in rules.d] ***
  410. changed: [159.65.233.89]
  411. changed: [159.203.185.57]
  412.  
  413. TASK [redhatofficial.rhel7_stig : Inserts/replaces audit rule for /etc/sudoers in audit.rules] ***
  414. changed: [159.203.185.57]
  415. changed: [159.65.233.89]
  416.  
  417. TASK [redhatofficial.rhel7_stig : Inserts/replaces audit rule for /etc/sudoers.d in audit.rules] ***
  418. changed: [159.203.185.57]
  419. changed: [159.65.233.89]
  420.  
  421. TASK [redhatofficial.rhel7_stig : Set architecture for audit opasswd tasks] ****************
  422. ok: [159.203.185.57]
  423. ok: [159.65.233.89]
  424.  
  425. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other user/group modification audit rules] ***
  426. ok: [159.65.233.89]
  427. ok: [159.203.185.57]
  428.  
  429. TASK [redhatofficial.rhel7_stig : If existing user/group modification ruleset not found, use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  430. ok: [159.203.185.57]
  431. ok: [159.65.233.89]
  432.  
  433. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  434. skipping: [159.203.185.57]
  435. skipping: [159.65.233.89]
  436.  
  437. TASK [redhatofficial.rhel7_stig : Inserts/replaces the opasswd rule in rules.d when on x86] ***
  438. changed: [159.203.185.57]
  439. changed: [159.65.233.89]
  440.  
  441. TASK [redhatofficial.rhel7_stig : Inserts/replaces the opasswd rule in /etc/audit/audit.rules] ***
  442. changed: [159.203.185.57]
  443. changed: [159.65.233.89]
  444.  
  445. TASK [redhatofficial.rhel7_stig : Collect all files from /etc/audit/rules.d with .rules extension] ***
  446. ok: [159.203.185.57]
  447. ok: [159.65.233.89]
  448.  
  449. TASK [redhatofficial.rhel7_stig : Remove the -f option from all Audit config files] ********
  450. changed: [159.65.233.89] => (item=/etc/audit/rules.d/audit.rules)
  451. changed: [159.203.185.57] => (item=/etc/audit/rules.d/audit.rules)
  452. ok: [159.203.185.57] => (item=/etc/audit/rules.d/privileged.rules)
  453. ok: [159.65.233.89] => (item=/etc/audit/rules.d/privileged.rules)
  454. ok: [159.65.233.89] => (item=/etc/audit/rules.d/actions.rules)
  455. ok: [159.203.185.57] => (item=/etc/audit/rules.d/actions.rules)
  456. changed: [159.65.233.89] => (item=/etc/audit/audit.rules)
  457. changed: [159.203.185.57] => (item=/etc/audit/audit.rules)
  458.  
  459. TASK [redhatofficial.rhel7_stig : Add Audit -f option into /etc/audit/rules.d/immutable.rules and /etc/audit/audit.rules] ***
  460. changed: [159.65.233.89] => (item=/etc/audit/audit.rules)
  461. changed: [159.203.185.57] => (item=/etc/audit/audit.rules)
  462. changed: [159.203.185.57] => (item=/etc/audit/rules.d/immutable.rules)
  463. changed: [159.65.233.89] => (item=/etc/audit/rules.d/immutable.rules)
  464.  
  465. TASK [redhatofficial.rhel7_stig : Set architecture for audit media export tasks] ***********
  466. ok: [159.203.185.57]
  467. ok: [159.65.233.89]
  468.  
  469. TASK [redhatofficial.rhel7_stig : Check if the rule for x86_64 is already present in /etc/audit/rules.d/*] ***
  470. ok: [159.203.185.57]
  471. ok: [159.65.233.89]
  472.  
  473. TASK [redhatofficial.rhel7_stig : Check if the rule for x86 is already present in /etc/audit/rules.d/*] ***
  474. ok: [159.65.233.89]
  475. ok: [159.203.185.57]
  476.  
  477. TASK [redhatofficial.rhel7_stig : Check if the rule for x86_64 is already present in /etc/audit/audit.rules] ***
  478. ok: [159.65.233.89]
  479. ok: [159.203.185.57]
  480.  
  481. TASK [redhatofficial.rhel7_stig : Check if the rule for x86 is already present in /etc/audit/rules.d/*] ***
  482. ok: [159.65.233.89]
  483. ok: [159.203.185.57]
  484.  
  485. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other media export audit rules] ***
  486. ok: [159.203.185.57]
  487. ok: [159.65.233.89]
  488.  
  489. TASK [redhatofficial.rhel7_stig : If existing media export ruleset not found, use /etc/audit/rules.d/export.rules as the recipient for the rule] ***
  490. ok: [159.203.185.57]
  491. ok: [159.65.233.89]
  492.  
  493. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  494. skipping: [159.203.185.57]
  495. skipping: [159.65.233.89]
  496.  
  497. TASK [redhatofficial.rhel7_stig : Inserts/replaces the media export rule in rules.d when on x86] ***
  498. changed: [159.65.233.89]
  499. changed: [159.203.185.57]
  500.  
  501. TASK [redhatofficial.rhel7_stig : Inserts/replaces the media export rule in rules.d when on x86_64] ***
  502. changed: [159.203.185.57]
  503. changed: [159.65.233.89]
  504.  
  505. TASK [redhatofficial.rhel7_stig : Inserts/replaces the media export rule in /etc/audit/audit.rules when on x86] ***
  506. changed: [159.65.233.89]
  507. changed: [159.203.185.57]
  508.  
  509. TASK [redhatofficial.rhel7_stig : Inserts/replaces the media export rule in audit.rules when on x86_64] ***
  510. changed: [159.203.185.57]
  511. changed: [159.65.233.89]
  512.  
  513. TASK [redhatofficial.rhel7_stig : Set architecture for audit passwd tasks] *****************
  514. ok: [159.203.185.57]
  515. ok: [159.65.233.89]
  516.  
  517. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other user/group modification audit rules] ***
  518. ok: [159.65.233.89]
  519. ok: [159.203.185.57]
  520.  
  521. TASK [redhatofficial.rhel7_stig : If existing user/group modification ruleset not found, use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  522. ok: [159.203.185.57]
  523. ok: [159.65.233.89]
  524.  
  525. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  526. skipping: [159.203.185.57]
  527. skipping: [159.65.233.89]
  528.  
  529. TASK [redhatofficial.rhel7_stig : Inserts/replaces the passwd rule in rules.d when on x86] ***
  530. changed: [159.203.185.57]
  531. changed: [159.65.233.89]
  532.  
  533. TASK [redhatofficial.rhel7_stig : Inserts/replaces the passwd rule in /etc/audit/audit.rules] ***
  534. changed: [159.65.233.89]
  535. changed: [159.203.185.57]
  536.  
  537. TASK [redhatofficial.rhel7_stig : Set architecture for audit gshadow tasks] ****************
  538. ok: [159.203.185.57]
  539. ok: [159.65.233.89]
  540.  
  541. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other user/group modification audit rules] ***
  542. ok: [159.65.233.89]
  543. ok: [159.203.185.57]
  544.  
  545. TASK [redhatofficial.rhel7_stig : If existing user/group modification ruleset not found, use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  546. ok: [159.203.185.57]
  547. ok: [159.65.233.89]
  548.  
  549. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  550. skipping: [159.203.185.57]
  551. skipping: [159.65.233.89]
  552.  
  553. TASK [redhatofficial.rhel7_stig : Inserts/replaces the gshadow rule in rules.d when on x86] ***
  554. changed: [159.65.233.89]
  555. changed: [159.203.185.57]
  556.  
  557. TASK [redhatofficial.rhel7_stig : Inserts/replaces the gshadow rule in /etc/audit/audit.rules] ***
  558. changed: [159.203.185.57]
  559. changed: [159.65.233.89]
  560.  
  561. TASK [redhatofficial.rhel7_stig : Set architecture for audit unlink tasks] *****************
  562. ok: [159.203.185.57]
  563. ok: [159.65.233.89]
  564.  
  565. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  566. ok: [159.203.185.57]
  567. ok: [159.65.233.89]
  568.  
  569. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/delete.rules as the recipient for the rule] ***
  570. ok: [159.203.185.57]
  571. ok: [159.65.233.89]
  572.  
  573. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  574. skipping: [159.203.185.57]
  575. skipping: [159.65.233.89]
  576.  
  577. TASK [redhatofficial.rhel7_stig : Inserts/replaces the unlink rule in rules.d when on x86] ***
  578. changed: [159.203.185.57]
  579. changed: [159.65.233.89]
  580.  
  581. TASK [redhatofficial.rhel7_stig : Inserts/replaces the unlink rule in rules.d when on x86_64] ***
  582. changed: [159.203.185.57]
  583. changed: [159.65.233.89]
  584.  
  585. TASK [redhatofficial.rhel7_stig : Inserts/replaces the unlink rule in /etc/audit/audit.rules when on x86] ***
  586. changed: [159.203.185.57]
  587. changed: [159.65.233.89]
  588.  
  589. TASK [redhatofficial.rhel7_stig : Inserts/replaces the unlink rule in audit.rules when on x86_64] ***
  590. changed: [159.203.185.57]
  591. changed: [159.65.233.89]
  592.  
  593. TASK [redhatofficial.rhel7_stig : Set architecture for audit renameat tasks] ***************
  594. ok: [159.203.185.57]
  595. ok: [159.65.233.89]
  596.  
  597. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  598. ok: [159.203.185.57]
  599. ok: [159.65.233.89]
  600.  
  601. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/delete.rules as the recipient for the rule] ***
  602. ok: [159.203.185.57]
  603. ok: [159.65.233.89]
  604.  
  605. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  606. skipping: [159.203.185.57]
  607. skipping: [159.65.233.89]
  608.  
  609. TASK [redhatofficial.rhel7_stig : Inserts/replaces the renameat rule in rules.d when on x86] ***
  610. changed: [159.203.185.57]
  611. changed: [159.65.233.89]
  612.  
  613. TASK [redhatofficial.rhel7_stig : Inserts/replaces the renameat rule in rules.d when on x86_64] ***
  614. changed: [159.203.185.57]
  615. changed: [159.65.233.89]
  616.  
  617. TASK [redhatofficial.rhel7_stig : Inserts/replaces the renameat rule in /etc/audit/audit.rules when on x86] ***
  618. changed: [159.203.185.57]
  619. changed: [159.65.233.89]
  620.  
  621. TASK [redhatofficial.rhel7_stig : Inserts/replaces the renameat rule in audit.rules when on x86_64] ***
  622. changed: [159.65.233.89]
  623. changed: [159.203.185.57]
  624.  
  625. TASK [redhatofficial.rhel7_stig : Set architecture for audit unlinkat tasks] ***************
  626. ok: [159.203.185.57]
  627. ok: [159.65.233.89]
  628.  
  629. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  630. ok: [159.65.233.89]
  631. ok: [159.203.185.57]
  632.  
  633. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/delete.rules as the recipient for the rule] ***
  634. ok: [159.203.185.57]
  635. ok: [159.65.233.89]
  636.  
  637. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  638. skipping: [159.203.185.57]
  639. skipping: [159.65.233.89]
  640.  
  641. TASK [redhatofficial.rhel7_stig : Inserts/replaces the unlinkat rule in rules.d when on x86] ***
  642. changed: [159.65.233.89]
  643. changed: [159.203.185.57]
  644.  
  645. TASK [redhatofficial.rhel7_stig : Inserts/replaces the unlinkat rule in rules.d when on x86_64] ***
  646. changed: [159.65.233.89]
  647. changed: [159.203.185.57]
  648.  
  649. TASK [redhatofficial.rhel7_stig : Inserts/replaces the unlinkat rule in /etc/audit/audit.rules when on x86] ***
  650. changed: [159.65.233.89]
  651. changed: [159.203.185.57]
  652.  
  653. TASK [redhatofficial.rhel7_stig : Inserts/replaces the unlinkat rule in audit.rules when on x86_64] ***
  654. changed: [159.203.185.57]
  655. changed: [159.65.233.89]
  656.  
  657. TASK [redhatofficial.rhel7_stig : Set architecture for audit rename tasks] *****************
  658. ok: [159.203.185.57]
  659. ok: [159.65.233.89]
  660.  
  661. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  662. ok: [159.203.185.57]
  663. ok: [159.65.233.89]
  664.  
  665. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/delete.rules as the recipient for the rule] ***
  666. ok: [159.203.185.57]
  667. ok: [159.65.233.89]
  668.  
  669. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  670. skipping: [159.203.185.57]
  671. skipping: [159.65.233.89]
  672.  
  673. TASK [redhatofficial.rhel7_stig : Inserts/replaces the rename rule in rules.d when on x86] ***
  674. changed: [159.203.185.57]
  675. changed: [159.65.233.89]
  676.  
  677. TASK [redhatofficial.rhel7_stig : Inserts/replaces the rename rule in rules.d when on x86_64] ***
  678. changed: [159.203.185.57]
  679. changed: [159.65.233.89]
  680.  
  681. TASK [redhatofficial.rhel7_stig : Inserts/replaces the rename rule in /etc/audit/audit.rules when on x86] ***
  682. changed: [159.203.185.57]
  683. changed: [159.65.233.89]
  684.  
  685. TASK [redhatofficial.rhel7_stig : Inserts/replaces the rename rule in audit.rules when on x86_64] ***
  686. changed: [159.65.233.89]
  687. changed: [159.203.185.57]
  688.  
  689. TASK [redhatofficial.rhel7_stig : Set architecture for audit rmdir tasks] ******************
  690. ok: [159.203.185.57]
  691. ok: [159.65.233.89]
  692.  
  693. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  694. ok: [159.65.233.89]
  695. ok: [159.203.185.57]
  696.  
  697. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/delete.rules as the recipient for the rule] ***
  698. ok: [159.203.185.57]
  699. ok: [159.65.233.89]
  700.  
  701. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  702. skipping: [159.203.185.57]
  703. skipping: [159.65.233.89]
  704.  
  705. TASK [redhatofficial.rhel7_stig : Inserts/replaces the rmdir rule in rules.d when on x86] ***
  706. changed: [159.65.233.89]
  707. changed: [159.203.185.57]
  708.  
  709. TASK [redhatofficial.rhel7_stig : Inserts/replaces the rmdir rule in rules.d when on x86_64] ***
  710. changed: [159.65.233.89]
  711. changed: [159.203.185.57]
  712.  
  713. TASK [redhatofficial.rhel7_stig : Inserts/replaces the rmdir rule in /etc/audit/audit.rules when on x86] ***
  714. changed: [159.65.233.89]
  715. changed: [159.203.185.57]
  716.  
  717. TASK [redhatofficial.rhel7_stig : Inserts/replaces the rmdir rule in audit.rules when on x86_64] ***
  718. changed: [159.203.185.57]
  719. changed: [159.65.233.89]
  720.  
  721. TASK [redhatofficial.rhel7_stig : Set architecture for audit openat tasks] *****************
  722. ok: [159.203.185.57]
  723. ok: [159.65.233.89]
  724.  
  725. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  726. ok: [159.65.233.89]
  727. ok: [159.203.185.57]
  728.  
  729. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/access.rules as the recipient for the rule] ***
  730. ok: [159.203.185.57]
  731. ok: [159.65.233.89]
  732.  
  733. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  734. skipping: [159.203.185.57]
  735. skipping: [159.65.233.89]
  736.  
  737. TASK [redhatofficial.rhel7_stig : Inserts/replaces the openat rule in rules.d when on x86] ***
  738. changed: [159.65.233.89] => (item=-a always,exit -F arch=b32 -S openat -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  739. changed: [159.203.185.57] => (item=-a always,exit -F arch=b32 -S openat -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  740. changed: [159.203.185.57] => (item=-a always,exit -F arch=b32 -S openat -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  741. changed: [159.65.233.89] => (item=-a always,exit -F arch=b32 -S openat -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  742.  
  743. TASK [redhatofficial.rhel7_stig : Inserts/replaces the openat rule in rules.d when on x86_64] ***
  744. changed: [159.203.185.57] => (item=-a always,exit -F arch=b64 -S openat -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  745. changed: [159.65.233.89] => (item=-a always,exit -F arch=b64 -S openat -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  746. changed: [159.65.233.89] => (item=-a always,exit -F arch=b64 -S openat -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  747. changed: [159.203.185.57] => (item=-a always,exit -F arch=b64 -S openat -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  748.  
  749. TASK [redhatofficial.rhel7_stig : Inserts/replaces the openat rule in /etc/audit/audit.rules when on x86] ***
  750. changed: [159.65.233.89] => (item=-a always,exit -F arch=b32 -S openat -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  751. changed: [159.203.185.57] => (item=-a always,exit -F arch=b32 -S openat -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  752. changed: [159.65.233.89] => (item=-a always,exit -F arch=b32 -S openat -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  753. changed: [159.203.185.57] => (item=-a always,exit -F arch=b32 -S openat -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  754.  
  755. TASK [redhatofficial.rhel7_stig : Inserts/replaces the openat rule in audit.rules when on x86_64] ***
  756. changed: [159.203.185.57] => (item=-a always,exit -F arch=b64 -S openat -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  757. changed: [159.65.233.89] => (item=-a always,exit -F arch=b64 -S openat -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  758. changed: [159.203.185.57] => (item=-a always,exit -F arch=b64 -S openat -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  759. changed: [159.65.233.89] => (item=-a always,exit -F arch=b64 -S openat -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  760.  
  761. TASK [redhatofficial.rhel7_stig : Set architecture for audit open_by_handle_at tasks] ******
  762. ok: [159.203.185.57]
  763. ok: [159.65.233.89]
  764.  
  765. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  766. ok: [159.203.185.57]
  767. ok: [159.65.233.89]
  768.  
  769. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/access.rules as the recipient for the rule] ***
  770. ok: [159.203.185.57]
  771. ok: [159.65.233.89]
  772.  
  773. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  774. skipping: [159.203.185.57]
  775. skipping: [159.65.233.89]
  776.  
  777. TASK [redhatofficial.rhel7_stig : Inserts/replaces the open_by_handle_at rule in rules.d when on x86] ***
  778. changed: [159.203.185.57] => (item=-a always,exit -F arch=b32 -S open_by_handle_at -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  779. changed: [159.65.233.89] => (item=-a always,exit -F arch=b32 -S open_by_handle_at -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  780. changed: [159.203.185.57] => (item=-a always,exit -F arch=b32 -S open_by_handle_at -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  781. changed: [159.65.233.89] => (item=-a always,exit -F arch=b32 -S open_by_handle_at -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  782.  
  783. TASK [redhatofficial.rhel7_stig : Inserts/replaces the open_by_handle_at rule in rules.d when on x86_64] ***
  784. changed: [159.203.185.57] => (item=-a always,exit -F arch=b64 -S open_by_handle_at -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  785. changed: [159.65.233.89] => (item=-a always,exit -F arch=b64 -S open_by_handle_at -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  786. changed: [159.65.233.89] => (item=-a always,exit -F arch=b64 -S open_by_handle_at -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  787. changed: [159.203.185.57] => (item=-a always,exit -F arch=b64 -S open_by_handle_at -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  788.  
  789. TASK [redhatofficial.rhel7_stig : Inserts/replaces the open_by_handle_at rule in /etc/audit/audit.rules when on x86] ***
  790. changed: [159.203.185.57] => (item=-a always,exit -F arch=b32 -S open_by_handle_at -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  791. changed: [159.65.233.89] => (item=-a always,exit -F arch=b32 -S open_by_handle_at -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  792. changed: [159.203.185.57] => (item=-a always,exit -F arch=b32 -S open_by_handle_at -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  793. changed: [159.65.233.89] => (item=-a always,exit -F arch=b32 -S open_by_handle_at -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  794.  
  795. TASK [redhatofficial.rhel7_stig : Inserts/replaces the open_by_handle_at rule in audit.rules when on x86_64] ***
  796. changed: [159.203.185.57] => (item=-a always,exit -F arch=b64 -S open_by_handle_at -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  797. changed: [159.65.233.89] => (item=-a always,exit -F arch=b64 -S open_by_handle_at -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  798. changed: [159.203.185.57] => (item=-a always,exit -F arch=b64 -S open_by_handle_at -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  799. changed: [159.65.233.89] => (item=-a always,exit -F arch=b64 -S open_by_handle_at -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  800.  
  801. TASK [redhatofficial.rhel7_stig : Set architecture for audit truncate tasks] ***************
  802. ok: [159.203.185.57]
  803. ok: [159.65.233.89]
  804.  
  805. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  806. ok: [159.65.233.89]
  807. ok: [159.203.185.57]
  808.  
  809. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/access.rules as the recipient for the rule] ***
  810. ok: [159.203.185.57]
  811. ok: [159.65.233.89]
  812.  
  813. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  814. skipping: [159.203.185.57]
  815. skipping: [159.65.233.89]
  816.  
  817. TASK [redhatofficial.rhel7_stig : Inserts/replaces the truncate rule in rules.d when on x86] ***
  818. changed: [159.203.185.57] => (item=-a always,exit -F arch=b32 -S truncate -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  819. changed: [159.65.233.89] => (item=-a always,exit -F arch=b32 -S truncate -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  820. changed: [159.65.233.89] => (item=-a always,exit -F arch=b32 -S truncate -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  821. changed: [159.203.185.57] => (item=-a always,exit -F arch=b32 -S truncate -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  822.  
  823. TASK [redhatofficial.rhel7_stig : Inserts/replaces the truncate rule in rules.d when on x86_64] ***
  824. changed: [159.65.233.89] => (item=-a always,exit -F arch=b64 -S truncate -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  825. changed: [159.203.185.57] => (item=-a always,exit -F arch=b64 -S truncate -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  826. changed: [159.65.233.89] => (item=-a always,exit -F arch=b64 -S truncate -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  827. changed: [159.203.185.57] => (item=-a always,exit -F arch=b64 -S truncate -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  828.  
  829. TASK [redhatofficial.rhel7_stig : Inserts/replaces the truncate rule in /etc/audit/audit.rules when on x86] ***
  830. changed: [159.203.185.57] => (item=-a always,exit -F arch=b32 -S truncate -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  831. changed: [159.65.233.89] => (item=-a always,exit -F arch=b32 -S truncate -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  832. changed: [159.203.185.57] => (item=-a always,exit -F arch=b32 -S truncate -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  833. changed: [159.65.233.89] => (item=-a always,exit -F arch=b32 -S truncate -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  834.  
  835. TASK [redhatofficial.rhel7_stig : Inserts/replaces the truncate rule in audit.rules when on x86_64] ***
  836. changed: [159.203.185.57] => (item=-a always,exit -F arch=b64 -S truncate -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  837. changed: [159.65.233.89] => (item=-a always,exit -F arch=b64 -S truncate -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  838. changed: [159.65.233.89] => (item=-a always,exit -F arch=b64 -S truncate -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  839. changed: [159.203.185.57] => (item=-a always,exit -F arch=b64 -S truncate -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  840.  
  841. TASK [redhatofficial.rhel7_stig : Set architecture for audit ftruncate tasks] **************
  842. ok: [159.203.185.57]
  843. ok: [159.65.233.89]
  844.  
  845. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  846. ok: [159.203.185.57]
  847. ok: [159.65.233.89]
  848.  
  849. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/access.rules as the recipient for the rule] ***
  850. ok: [159.203.185.57]
  851. ok: [159.65.233.89]
  852.  
  853. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  854. skipping: [159.203.185.57]
  855. skipping: [159.65.233.89]
  856.  
  857. TASK [redhatofficial.rhel7_stig : Inserts/replaces the ftruncate rule in rules.d when on x86] ***
  858. changed: [159.203.185.57] => (item=-a always,exit -F arch=b32 -S ftruncate -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  859. changed: [159.65.233.89] => (item=-a always,exit -F arch=b32 -S ftruncate -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  860. changed: [159.203.185.57] => (item=-a always,exit -F arch=b32 -S ftruncate -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  861. changed: [159.65.233.89] => (item=-a always,exit -F arch=b32 -S ftruncate -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  862.  
  863. TASK [redhatofficial.rhel7_stig : Inserts/replaces the ftruncate rule in rules.d when on x86_64] ***
  864. changed: [159.203.185.57] => (item=-a always,exit -F arch=b64 -S ftruncate -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  865. changed: [159.65.233.89] => (item=-a always,exit -F arch=b64 -S ftruncate -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  866. changed: [159.203.185.57] => (item=-a always,exit -F arch=b64 -S ftruncate -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  867. changed: [159.65.233.89] => (item=-a always,exit -F arch=b64 -S ftruncate -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  868.  
  869. TASK [redhatofficial.rhel7_stig : Inserts/replaces the ftruncate rule in /etc/audit/audit.rules when on x86] ***
  870. changed: [159.65.233.89] => (item=-a always,exit -F arch=b32 -S ftruncate -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  871. changed: [159.203.185.57] => (item=-a always,exit -F arch=b32 -S ftruncate -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  872. changed: [159.65.233.89] => (item=-a always,exit -F arch=b32 -S ftruncate -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  873. changed: [159.203.185.57] => (item=-a always,exit -F arch=b32 -S ftruncate -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  874.  
  875. TASK [redhatofficial.rhel7_stig : Inserts/replaces the ftruncate rule in audit.rules when on x86_64] ***
  876. changed: [159.65.233.89] => (item=-a always,exit -F arch=b64 -S ftruncate -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  877. changed: [159.203.185.57] => (item=-a always,exit -F arch=b64 -S ftruncate -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  878. changed: [159.203.185.57] => (item=-a always,exit -F arch=b64 -S ftruncate -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  879. changed: [159.65.233.89] => (item=-a always,exit -F arch=b64 -S ftruncate -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  880.  
  881. TASK [redhatofficial.rhel7_stig : Set architecture for audit open tasks] *******************
  882. ok: [159.203.185.57]
  883. ok: [159.65.233.89]
  884.  
  885. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  886. ok: [159.203.185.57]
  887. ok: [159.65.233.89]
  888.  
  889. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/access.rules as the recipient for the rule] ***
  890. ok: [159.203.185.57]
  891. ok: [159.65.233.89]
  892.  
  893. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  894. skipping: [159.203.185.57]
  895. skipping: [159.65.233.89]
  896.  
  897. TASK [redhatofficial.rhel7_stig : Inserts/replaces the open rule in rules.d when on x86] ***
  898. changed: [159.65.233.89] => (item=-a always,exit -F arch=b32 -S open -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  899. changed: [159.203.185.57] => (item=-a always,exit -F arch=b32 -S open -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  900. changed: [159.65.233.89] => (item=-a always,exit -F arch=b32 -S open -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  901. changed: [159.203.185.57] => (item=-a always,exit -F arch=b32 -S open -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  902.  
  903. TASK [redhatofficial.rhel7_stig : Inserts/replaces the open rule in rules.d when on x86_64] ***
  904. changed: [159.203.185.57] => (item=-a always,exit -F arch=b64 -S open -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  905. changed: [159.65.233.89] => (item=-a always,exit -F arch=b64 -S open -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  906. changed: [159.203.185.57] => (item=-a always,exit -F arch=b64 -S open -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  907. changed: [159.65.233.89] => (item=-a always,exit -F arch=b64 -S open -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  908.  
  909. TASK [redhatofficial.rhel7_stig : Inserts/replaces the open rule in /etc/audit/audit.rules when on x86] ***
  910. changed: [159.203.185.57] => (item=-a always,exit -F arch=b32 -S open -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  911. changed: [159.65.233.89] => (item=-a always,exit -F arch=b32 -S open -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  912. changed: [159.203.185.57] => (item=-a always,exit -F arch=b32 -S open -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  913. changed: [159.65.233.89] => (item=-a always,exit -F arch=b32 -S open -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  914.  
  915. TASK [redhatofficial.rhel7_stig : Inserts/replaces the open rule in audit.rules when on x86_64] ***
  916. changed: [159.203.185.57] => (item=-a always,exit -F arch=b64 -S open -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  917. changed: [159.65.233.89] => (item=-a always,exit -F arch=b64 -S open -F exit=-EACCES -F auid>=1000 -F auid!=unset -F key=access)
  918. changed: [159.203.185.57] => (item=-a always,exit -F arch=b64 -S open -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  919. changed: [159.65.233.89] => (item=-a always,exit -F arch=b64 -S open -F exit=-EPERM -F auid>=1000 -F auid!=unset -F key=access)
  920.  
  921. TASK [redhatofficial.rhel7_stig : Add unsuccessful file operations audit rules] ************
  922. changed: [159.203.185.57]
  923. changed: [159.65.233.89]
  924.  
  925. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  926. ok: [159.203.185.57]
  927. ok: [159.65.233.89]
  928.  
  929. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  930. ok: [159.203.185.57]
  931. ok: [159.65.233.89]
  932.  
  933. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  934. skipping: [159.203.185.57]
  935. skipping: [159.65.233.89]
  936.  
  937. TASK [redhatofficial.rhel7_stig : Inserts/replaces the postdrop rule in rules.d] ***********
  938. changed: [159.65.233.89]
  939. changed: [159.203.185.57]
  940.  
  941. TASK [redhatofficial.rhel7_stig : Inserts/replaces the postdrop rule in audit.rules] *******
  942. changed: [159.65.233.89]
  943. changed: [159.203.185.57]
  944.  
  945. TASK [redhatofficial.rhel7_stig : Search for privileged commands] **************************
  946. ok: [159.65.233.89]
  947. ok: [159.203.185.57]
  948.  
  949. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  950. ok: [159.203.185.57] => (item=/usr/bin/wall)
  951. ok: [159.65.233.89] => (item=/usr/bin/wall)
  952. ok: [159.65.233.89] => (item=/usr/bin/chage)
  953. ok: [159.203.185.57] => (item=/usr/bin/chage)
  954. ok: [159.65.233.89] => (item=/usr/bin/gpasswd)
  955. ok: [159.203.185.57] => (item=/usr/bin/gpasswd)
  956. ok: [159.65.233.89] => (item=/usr/bin/newgrp)
  957. ok: [159.203.185.57] => (item=/usr/bin/newgrp)
  958. ok: [159.65.233.89] => (item=/usr/bin/chfn)
  959. ok: [159.203.185.57] => (item=/usr/bin/chfn)
  960. ok: [159.65.233.89] => (item=/usr/bin/mount)
  961. ok: [159.203.185.57] => (item=/usr/bin/mount)
  962. ok: [159.65.233.89] => (item=/usr/bin/chsh)
  963. ok: [159.203.185.57] => (item=/usr/bin/chsh)
  964. ok: [159.203.185.57] => (item=/usr/bin/su)
  965. ok: [159.65.233.89] => (item=/usr/bin/su)
  966. ok: [159.65.233.89] => (item=/usr/bin/sudo)
  967. ok: [159.203.185.57] => (item=/usr/bin/sudo)
  968. ok: [159.65.233.89] => (item=/usr/bin/umount)
  969. ok: [159.203.185.57] => (item=/usr/bin/umount)
  970. ok: [159.65.233.89] => (item=/usr/bin/screen)
  971. ok: [159.203.185.57] => (item=/usr/bin/screen)
  972. ok: [159.65.233.89] => (item=/usr/bin/write)
  973. ok: [159.203.185.57] => (item=/usr/bin/write)
  974. ok: [159.203.185.57] => (item=/usr/bin/pkexec)
  975. ok: [159.65.233.89] => (item=/usr/bin/pkexec)
  976. ok: [159.203.185.57] => (item=/usr/bin/crontab)
  977. ok: [159.65.233.89] => (item=/usr/bin/crontab)
  978. ok: [159.65.233.89] => (item=/usr/bin/ssh-agent)
  979. ok: [159.203.185.57] => (item=/usr/bin/ssh-agent)
  980. ok: [159.65.233.89] => (item=/usr/bin/passwd)
  981. ok: [159.203.185.57] => (item=/usr/bin/passwd)
  982. ok: [159.65.233.89] => (item=/usr/sbin/pam_timestamp_check)
  983. ok: [159.203.185.57] => (item=/usr/sbin/pam_timestamp_check)
  984. ok: [159.65.233.89] => (item=/usr/sbin/unix_chkpwd)
  985. ok: [159.203.185.57] => (item=/usr/sbin/unix_chkpwd)
  986. ok: [159.65.233.89] => (item=/usr/sbin/netreport)
  987. ok: [159.203.185.57] => (item=/usr/sbin/netreport)
  988. ok: [159.203.185.57] => (item=/usr/sbin/usernetctl)
  989. ok: [159.65.233.89] => (item=/usr/sbin/usernetctl)
  990. ok: [159.203.185.57] => (item=/usr/sbin/mount.nfs)
  991. ok: [159.203.185.57] => (item=/usr/sbin/postdrop)
  992. ok: [159.65.233.89] => (item=/usr/sbin/mount.nfs)
  993. ok: [159.203.185.57] => (item=/usr/sbin/postqueue)
  994. ok: [159.65.233.89] => (item=/usr/sbin/postdrop)
  995. ok: [159.203.185.57] => (item=/usr/lib/polkit-1/polkit-agent-helper-1)
  996. ok: [159.65.233.89] => (item=/usr/sbin/postqueue)
  997. ok: [159.65.233.89] => (item=/usr/lib/polkit-1/polkit-agent-helper-1)
  998. ok: [159.203.185.57] => (item=/usr/libexec/utempter/utempter)
  999. ok: [159.65.233.89] => (item=/usr/libexec/utempter/utempter)
  1000. ok: [159.203.185.57] => (item=/usr/libexec/dbus-1/dbus-daemon-launch-helper)
  1001. ok: [159.65.233.89] => (item=/usr/libexec/dbus-1/dbus-daemon-launch-helper)
  1002. ok: [159.203.185.57] => (item=/usr/libexec/openssh/ssh-keysign)
  1003. ok: [159.65.233.89] => (item=/usr/libexec/openssh/ssh-keysign)
  1004.  
  1005. TASK [redhatofficial.rhel7_stig : Overwrites the rule in rules.d] **************************
  1006. changed: [159.65.233.89] => (item=[{u'ansible_loop_var': u'item', u'item': u'/usr/sbin/postdrop', u'changed': False, u'failed': False, u'examined': 8, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/postdrop .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1}, {u'islnk': False, u'uid': 0, u'rgrp': True, u'xoth': False, u'rusr': True, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1607294296.8380463, u'gr_name': u'root', u'path': u'/etc/audit/rules.d/privileged.rules', u'xusr': False, u'atime': 1607294303.5590138, u'inode': 37748869, u'isgid': False, u'size': 404, u'isdir': False, u'ctime': 1607294296.8390465, u'roth': True, u'wgrp': False, u'xgrp': False, u'isuid': False, u'dev': 64769, u'isblk': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}])
  1007. changed: [159.203.185.57] => (item=[{u'ansible_loop_var': u'item', u'item': u'/usr/sbin/postdrop', u'changed': False, u'failed': False, u'examined': 8, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/postdrop .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1}, {u'islnk': False, u'uid': 0, u'rgrp': True, u'xoth': False, u'rusr': True, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1607294296.87141, u'gr_name': u'root', u'path': u'/etc/audit/rules.d/privileged.rules', u'xusr': False, u'atime': 1607294303.5444472, u'inode': 37748869, u'isgid': False, u'size': 404, u'isdir': False, u'ctime': 1607294296.8724098, u'roth': True, u'wgrp': False, u'xgrp': False, u'isuid': False, u'dev': 64769, u'isblk': False, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}])
  1008.  
  1009. TASK [redhatofficial.rhel7_stig : Adds the rule in rules.d] ********************************
  1010. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/wall', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/wall .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1011. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/wall', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/wall .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1012. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/chage', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/chage .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1013. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/chage', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/chage .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1014. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/gpasswd', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/gpasswd .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1015. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/gpasswd', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/gpasswd .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1016. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/newgrp', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/newgrp .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1017. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/newgrp', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/newgrp .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1018. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/chfn', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/chfn .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1019. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/chfn', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/chfn .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1020. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/mount', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/mount .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1021. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/mount', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/mount .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1022. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/chsh', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/chsh .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1023. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/chsh', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/chsh .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1024. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/su', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/su .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1025. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/su', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/su .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1026. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/sudo', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/sudo .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1027. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/umount', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/umount .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1028. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/sudo', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/sudo .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1029. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/screen', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/screen .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1030. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/umount', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/umount .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1031. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/write', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/write .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1032. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/screen', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/screen .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1033. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/write', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/write .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1034. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/pkexec', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/pkexec .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1035. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/pkexec', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/pkexec .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1036. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/crontab', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/crontab .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1037. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/crontab', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/crontab .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1038. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/ssh-agent', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/ssh-agent .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1039. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/ssh-agent', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/ssh-agent .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1040. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/passwd', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/passwd .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1041. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/passwd', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/passwd .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1042. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/pam_timestamp_check', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/pam_timestamp_check .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1043. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/pam_timestamp_check', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/pam_timestamp_check .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1044. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/unix_chkpwd', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/unix_chkpwd .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1045. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/unix_chkpwd', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/unix_chkpwd .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1046. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/netreport', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/netreport .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1047. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/netreport', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/netreport .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1048. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/usernetctl', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/usernetctl .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1049. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/usernetctl', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/usernetctl .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1050. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/mount.nfs', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/mount.nfs .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1051. skipping: [159.203.185.57] => (item={u'files': [{u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1607294296.87141, u'gr_name': u'root', u'path': u'/etc/audit/rules.d/privileged.rules', u'xusr': False, u'atime': 1607294303.5444472, u'inode': 37748869, u'isgid': False, u'size': 404, u'isdir': False, u'wgrp': False, u'ctime': 1607294296.8724098, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 64769, u'roth': True, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/postdrop', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/postdrop .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, u'msg': u''})
  1052. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/mount.nfs', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/mount.nfs .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1053. skipping: [159.65.233.89] => (item={u'files': [{u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1607294296.8380463, u'gr_name': u'root', u'path': u'/etc/audit/rules.d/privileged.rules', u'xusr': False, u'atime': 1607294303.5590138, u'inode': 37748869, u'isgid': False, u'size': 404, u'isdir': False, u'wgrp': False, u'ctime': 1607294296.8390465, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 64769, u'roth': True, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/postdrop', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/postdrop .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, u'msg': u''})
  1054. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/postqueue', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/postqueue .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1055. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/postqueue', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/postqueue .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1056. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/lib/polkit-1/polkit-agent-helper-1', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/lib/polkit-1/polkit-agent-helper-1 .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1057. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/lib/polkit-1/polkit-agent-helper-1', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/lib/polkit-1/polkit-agent-helper-1 .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1058. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/libexec/utempter/utempter', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/libexec/utempter/utempter .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1059. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/libexec/utempter/utempter', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/libexec/utempter/utempter .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1060. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/libexec/dbus-1/dbus-daemon-launch-helper', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/libexec/dbus-1/dbus-daemon-launch-helper .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1061. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/libexec/dbus-1/dbus-daemon-launch-helper', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/libexec/dbus-1/dbus-daemon-launch-helper .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1062. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/libexec/openssh/ssh-keysign', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/libexec/openssh/ssh-keysign .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1063. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/libexec/openssh/ssh-keysign', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/libexec/openssh/ssh-keysign .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1064.  
  1065. TASK [redhatofficial.rhel7_stig : Inserts/replaces the rule in audit.rules] ****************
  1066. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/wall', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/wall .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1067. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/wall', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/wall .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1068. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/chage', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/chage .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1069. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/chage', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/chage .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1070. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/gpasswd', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/gpasswd .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1071. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/gpasswd', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/gpasswd .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1072. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/newgrp', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/newgrp .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1073. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/newgrp', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/newgrp .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1074. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/chfn', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/chfn .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1075. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/chfn', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/chfn .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1076. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/mount', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/mount .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1077. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/mount', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/mount .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1078. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/chsh', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/chsh .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1079. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/chsh', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/chsh .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1080. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/su', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/su .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1081. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/su', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/su .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1082. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/sudo', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/sudo .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1083. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/sudo', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/sudo .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1084. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/umount', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/umount .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1085. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/screen', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/screen .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1086. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/umount', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/umount .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1087. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/screen', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/screen .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1088. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/write', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/write .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1089. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/pkexec', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/pkexec .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1090. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/write', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/write .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1091. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/crontab', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/crontab .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1092. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/pkexec', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/pkexec .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1093. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/ssh-agent', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/ssh-agent .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1094. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/crontab', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/crontab .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1095. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/passwd', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/passwd .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1096. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/ssh-agent', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/ssh-agent .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1097. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/bin/passwd', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/bin/passwd .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1098. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/pam_timestamp_check', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/pam_timestamp_check .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1099. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/unix_chkpwd', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/unix_chkpwd .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1100. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/pam_timestamp_check', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/pam_timestamp_check .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1101. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/netreport', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/netreport .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1102. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/unix_chkpwd', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/unix_chkpwd .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1103. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/usernetctl', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/usernetctl .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1104. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/mount.nfs', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/mount.nfs .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1105. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/netreport', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/netreport .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1106. changed: [159.65.233.89] => (item={u'files': [{u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1607294296.8380463, u'gr_name': u'root', u'path': u'/etc/audit/rules.d/privileged.rules', u'xusr': False, u'atime': 1607294303.5590138, u'inode': 37748869, u'isgid': False, u'size': 404, u'isdir': False, u'wgrp': False, u'ctime': 1607294296.8390465, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 64769, u'roth': True, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/postdrop', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/postdrop .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, u'msg': u''})
  1107. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/usernetctl', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/usernetctl .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1108. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/postqueue', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/postqueue .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1109. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/mount.nfs', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/mount.nfs .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1110. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/lib/polkit-1/polkit-agent-helper-1', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/lib/polkit-1/polkit-agent-helper-1 .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1111. changed: [159.203.185.57] => (item={u'files': [{u'rusr': True, u'uid': 0, u'rgrp': True, u'xoth': False, u'islnk': False, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1607294296.87141, u'gr_name': u'root', u'path': u'/etc/audit/rules.d/privileged.rules', u'xusr': False, u'atime': 1607294303.5444472, u'inode': 37748869, u'isgid': False, u'size': 404, u'isdir': False, u'wgrp': False, u'ctime': 1607294296.8724098, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 64769, u'roth': True, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/postdrop', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/postdrop .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, u'msg': u''})
  1112. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/libexec/utempter/utempter', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/libexec/utempter/utempter .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1113. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/sbin/postqueue', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/sbin/postqueue .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1114. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/libexec/dbus-1/dbus-daemon-launch-helper', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/libexec/dbus-1/dbus-daemon-launch-helper .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1115. changed: [159.65.233.89] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/libexec/openssh/ssh-keysign', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/libexec/openssh/ssh-keysign .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1116. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/lib/polkit-1/polkit-agent-helper-1', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/lib/polkit-1/polkit-agent-helper-1 .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1117. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/libexec/utempter/utempter', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/libexec/utempter/utempter .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1118. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/libexec/dbus-1/dbus-daemon-launch-helper', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/libexec/dbus-1/dbus-daemon-launch-helper .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1119. changed: [159.203.185.57] => (item={u'files': [], u'ansible_loop_var': u'item', u'failed': False, u'changed': False, u'item': u'/usr/libexec/openssh/ssh-keysign', u'examined': 8, u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/audit/rules.d'], u'file_type': u'file', u'age': None, u'contains': u'^.*path=/usr/libexec/openssh/ssh-keysign .*$', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*.rules'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 0, u'msg': u''})
  1120.  
  1121. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1122. ok: [159.65.233.89]
  1123. ok: [159.203.185.57]
  1124.  
  1125. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1126. skipping: [159.203.185.57]
  1127. skipping: [159.65.233.89]
  1128.  
  1129. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1130. ok: [159.203.185.57]
  1131. ok: [159.65.233.89]
  1132.  
  1133. TASK [redhatofficial.rhel7_stig : Inserts/replaces the crontab rule in rules.d] ************
  1134. changed: [159.65.233.89]
  1135. changed: [159.203.185.57]
  1136.  
  1137. TASK [redhatofficial.rhel7_stig : Inserts/replaces the crontab rule in audit.rules] ********
  1138. changed: [159.203.185.57]
  1139. changed: [159.65.233.89]
  1140.  
  1141. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1142. ok: [159.203.185.57]
  1143. ok: [159.65.233.89]
  1144.  
  1145. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1146. skipping: [159.203.185.57]
  1147. skipping: [159.65.233.89]
  1148.  
  1149. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1150. ok: [159.203.185.57]
  1151. ok: [159.65.233.89]
  1152.  
  1153. TASK [redhatofficial.rhel7_stig : Inserts/replaces the su rule in rules.d] *****************
  1154. changed: [159.203.185.57]
  1155. changed: [159.65.233.89]
  1156.  
  1157. TASK [redhatofficial.rhel7_stig : Inserts/replaces the su rule in audit.rules] *************
  1158. changed: [159.203.185.57]
  1159. changed: [159.65.233.89]
  1160.  
  1161. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1162. ok: [159.203.185.57]
  1163. ok: [159.65.233.89]
  1164.  
  1165. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1166. ok: [159.203.185.57]
  1167. ok: [159.65.233.89]
  1168.  
  1169. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1170. skipping: [159.203.185.57]
  1171. skipping: [159.65.233.89]
  1172.  
  1173. TASK [redhatofficial.rhel7_stig : Inserts/replaces the userhelper rule in rules.d] *********
  1174. changed: [159.65.233.89]
  1175. changed: [159.203.185.57]
  1176.  
  1177. TASK [redhatofficial.rhel7_stig : Inserts/replaces the userhelper rule in audit.rules] *****
  1178. changed: [159.203.185.57]
  1179. changed: [159.65.233.89]
  1180.  
  1181. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1182. ok: [159.203.185.57]
  1183. ok: [159.65.233.89]
  1184.  
  1185. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1186. skipping: [159.203.185.57]
  1187. skipping: [159.65.233.89]
  1188.  
  1189. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1190. ok: [159.203.185.57]
  1191. ok: [159.65.233.89]
  1192.  
  1193. TASK [redhatofficial.rhel7_stig : Inserts/replaces the umount rule in rules.d] *************
  1194. changed: [159.65.233.89]
  1195. changed: [159.203.185.57]
  1196.  
  1197. TASK [redhatofficial.rhel7_stig : Inserts/replaces the umount rule in audit.rules] *********
  1198. changed: [159.203.185.57]
  1199. changed: [159.65.233.89]
  1200.  
  1201. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1202. ok: [159.203.185.57]
  1203. ok: [159.65.233.89]
  1204.  
  1205. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1206. skipping: [159.203.185.57]
  1207. skipping: [159.65.233.89]
  1208.  
  1209. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1210. ok: [159.203.185.57]
  1211. ok: [159.65.233.89]
  1212.  
  1213. TASK [redhatofficial.rhel7_stig : Inserts/replaces the postqueue rule in rules.d] **********
  1214. changed: [159.203.185.57]
  1215. changed: [159.65.233.89]
  1216.  
  1217. TASK [redhatofficial.rhel7_stig : Inserts/replaces the postqueue rule in audit.rules] ******
  1218. changed: [159.203.185.57]
  1219. changed: [159.65.233.89]
  1220.  
  1221. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1222. ok: [159.65.233.89]
  1223. ok: [159.203.185.57]
  1224.  
  1225. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1226. skipping: [159.203.185.57]
  1227. skipping: [159.65.233.89]
  1228.  
  1229. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1230. ok: [159.203.185.57]
  1231. ok: [159.65.233.89]
  1232.  
  1233. TASK [redhatofficial.rhel7_stig : Inserts/replaces the chsh rule in rules.d] ***************
  1234. changed: [159.65.233.89]
  1235. changed: [159.203.185.57]
  1236.  
  1237. TASK [redhatofficial.rhel7_stig : Inserts/replaces the chsh rule in audit.rules] ***********
  1238. changed: [159.65.233.89]
  1239. changed: [159.203.185.57]
  1240.  
  1241. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1242. ok: [159.203.185.57]
  1243. ok: [159.65.233.89]
  1244.  
  1245. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1246. skipping: [159.203.185.57]
  1247. skipping: [159.65.233.89]
  1248.  
  1249. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1250. ok: [159.203.185.57]
  1251. ok: [159.65.233.89]
  1252.  
  1253. TASK [redhatofficial.rhel7_stig : Inserts/replaces the chage rule in rules.d] **************
  1254. changed: [159.65.233.89]
  1255. changed: [159.203.185.57]
  1256.  
  1257. TASK [redhatofficial.rhel7_stig : Inserts/replaces the chage rule in audit.rules] **********
  1258. changed: [159.65.233.89]
  1259. changed: [159.203.185.57]
  1260.  
  1261. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1262. ok: [159.203.185.57]
  1263. ok: [159.65.233.89]
  1264.  
  1265. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1266. skipping: [159.203.185.57]
  1267. skipping: [159.65.233.89]
  1268.  
  1269. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1270. ok: [159.203.185.57]
  1271. ok: [159.65.233.89]
  1272.  
  1273. TASK [redhatofficial.rhel7_stig : Inserts/replaces the passwd rule in rules.d] *************
  1274. changed: [159.65.233.89]
  1275. changed: [159.203.185.57]
  1276.  
  1277. TASK [redhatofficial.rhel7_stig : Inserts/replaces the passwd rule in audit.rules] *********
  1278. changed: [159.65.233.89]
  1279. changed: [159.203.185.57]
  1280.  
  1281. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1282. ok: [159.203.185.57]
  1283. ok: [159.65.233.89]
  1284.  
  1285. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1286. ok: [159.203.185.57]
  1287. ok: [159.65.233.89]
  1288.  
  1289. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1290. skipping: [159.203.185.57]
  1291. skipping: [159.65.233.89]
  1292.  
  1293. TASK [redhatofficial.rhel7_stig : Inserts/replaces the sudoedit rule in rules.d] ***********
  1294. changed: [159.203.185.57]
  1295. changed: [159.65.233.89]
  1296.  
  1297. TASK [redhatofficial.rhel7_stig : Inserts/replaces the sudoedit rule in audit.rules] *******
  1298. changed: [159.203.185.57]
  1299. changed: [159.65.233.89]
  1300.  
  1301. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1302. ok: [159.65.233.89]
  1303. ok: [159.203.185.57]
  1304.  
  1305. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1306. skipping: [159.203.185.57]
  1307. skipping: [159.65.233.89]
  1308.  
  1309. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1310. ok: [159.203.185.57]
  1311. ok: [159.65.233.89]
  1312.  
  1313. TASK [redhatofficial.rhel7_stig : Inserts/replaces the gpasswd rule in rules.d] ************
  1314. changed: [159.65.233.89]
  1315. changed: [159.203.185.57]
  1316.  
  1317. TASK [redhatofficial.rhel7_stig : Inserts/replaces the gpasswd rule in audit.rules] ********
  1318. changed: [159.65.233.89]
  1319. changed: [159.203.185.57]
  1320.  
  1321. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1322. ok: [159.203.185.57]
  1323. ok: [159.65.233.89]
  1324.  
  1325. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1326. skipping: [159.203.185.57]
  1327. skipping: [159.65.233.89]
  1328.  
  1329. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1330. ok: [159.203.185.57]
  1331. ok: [159.65.233.89]
  1332.  
  1333. TASK [redhatofficial.rhel7_stig : Inserts/replaces the ssh_keysign rule in rules.d] ********
  1334. changed: [159.203.185.57]
  1335. changed: [159.65.233.89]
  1336.  
  1337. TASK [redhatofficial.rhel7_stig : Inserts/replaces the ssh_keysign rule in audit.rules] ****
  1338. changed: [159.65.233.89]
  1339. changed: [159.203.185.57]
  1340.  
  1341. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1342. ok: [159.65.233.89]
  1343. ok: [159.203.185.57]
  1344.  
  1345. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1346. skipping: [159.203.185.57]
  1347. skipping: [159.65.233.89]
  1348.  
  1349. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1350. ok: [159.203.185.57]
  1351. ok: [159.65.233.89]
  1352.  
  1353. TASK [redhatofficial.rhel7_stig : Inserts/replaces the unix_chkpwd rule in rules.d] ********
  1354. changed: [159.203.185.57]
  1355. changed: [159.65.233.89]
  1356.  
  1357. TASK [redhatofficial.rhel7_stig : Inserts/replaces the unix_chkpwd rule in audit.rules] ****
  1358. changed: [159.65.233.89]
  1359. changed: [159.203.185.57]
  1360.  
  1361. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1362. ok: [159.203.185.57]
  1363. ok: [159.65.233.89]
  1364.  
  1365. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1366. skipping: [159.203.185.57]
  1367. skipping: [159.65.233.89]
  1368.  
  1369. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1370. ok: [159.203.185.57]
  1371. ok: [159.65.233.89]
  1372.  
  1373. TASK [redhatofficial.rhel7_stig : Inserts/replaces the newgrp rule in rules.d] *************
  1374. changed: [159.203.185.57]
  1375. changed: [159.65.233.89]
  1376.  
  1377. TASK [redhatofficial.rhel7_stig : Inserts/replaces the newgrp rule in audit.rules] *********
  1378. changed: [159.65.233.89]
  1379. changed: [159.203.185.57]
  1380.  
  1381. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1382. ok: [159.65.233.89]
  1383. ok: [159.203.185.57]
  1384.  
  1385. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1386. skipping: [159.203.185.57]
  1387. skipping: [159.65.233.89]
  1388.  
  1389. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1390. ok: [159.203.185.57]
  1391. ok: [159.65.233.89]
  1392.  
  1393. TASK [redhatofficial.rhel7_stig : Inserts/replaces the pam_timestamp_check rule in rules.d] ***
  1394. changed: [159.203.185.57]
  1395. changed: [159.65.233.89]
  1396.  
  1397. TASK [redhatofficial.rhel7_stig : Inserts/replaces the pam_timestamp_check rule in audit.rules] ***
  1398. changed: [159.65.233.89]
  1399. changed: [159.203.185.57]
  1400.  
  1401. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1402. ok: [159.65.233.89]
  1403. ok: [159.203.185.57]
  1404.  
  1405. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1406. skipping: [159.203.185.57]
  1407. skipping: [159.65.233.89]
  1408.  
  1409. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1410. ok: [159.203.185.57]
  1411. ok: [159.65.233.89]
  1412.  
  1413. TASK [redhatofficial.rhel7_stig : Inserts/replaces the sudo rule in rules.d] ***************
  1414. changed: [159.65.233.89]
  1415. changed: [159.203.185.57]
  1416.  
  1417. TASK [redhatofficial.rhel7_stig : Inserts/replaces the sudo rule in audit.rules] ***********
  1418. changed: [159.65.233.89]
  1419. changed: [159.203.185.57]
  1420.  
  1421. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1422. ok: [159.65.233.89]
  1423. ok: [159.203.185.57]
  1424.  
  1425. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1426. ok: [159.203.185.57]
  1427. ok: [159.65.233.89]
  1428.  
  1429. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1430. skipping: [159.203.185.57]
  1431. skipping: [159.65.233.89]
  1432.  
  1433. TASK [redhatofficial.rhel7_stig : Inserts/replaces the semanage rule in rules.d] ***********
  1434. changed: [159.203.185.57]
  1435. changed: [159.65.233.89]
  1436.  
  1437. TASK [redhatofficial.rhel7_stig : Inserts/replaces the semanage rule in audit.rules] *******
  1438. changed: [159.65.233.89]
  1439. changed: [159.203.185.57]
  1440.  
  1441. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1442. ok: [159.65.233.89]
  1443. ok: [159.203.185.57]
  1444.  
  1445. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1446. ok: [159.203.185.57]
  1447. ok: [159.65.233.89]
  1448.  
  1449. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1450. skipping: [159.203.185.57]
  1451. skipping: [159.65.233.89]
  1452.  
  1453. TASK [redhatofficial.rhel7_stig : Inserts/replaces the chcon rule in rules.d] **************
  1454. changed: [159.203.185.57]
  1455. changed: [159.65.233.89]
  1456.  
  1457. TASK [redhatofficial.rhel7_stig : Inserts/replaces the chcon rule in audit.rules] **********
  1458. changed: [159.65.233.89]
  1459. changed: [159.203.185.57]
  1460.  
  1461. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1462. ok: [159.65.233.89]
  1463. ok: [159.203.185.57]
  1464.  
  1465. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1466. ok: [159.203.185.57]
  1467. ok: [159.65.233.89]
  1468.  
  1469. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1470. skipping: [159.203.185.57]
  1471. skipping: [159.65.233.89]
  1472.  
  1473. TASK [redhatofficial.rhel7_stig : Inserts/replaces the setsebool rule in rules.d] **********
  1474. changed: [159.65.233.89]
  1475. changed: [159.203.185.57]
  1476.  
  1477. TASK [redhatofficial.rhel7_stig : Inserts/replaces the setsebool rule in audit.rules] ******
  1478. changed: [159.203.185.57]
  1479. changed: [159.65.233.89]
  1480.  
  1481. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1482. ok: [159.65.233.89]
  1483. ok: [159.203.185.57]
  1484.  
  1485. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1486. ok: [159.203.185.57]
  1487. ok: [159.65.233.89]
  1488.  
  1489. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1490. skipping: [159.203.185.57]
  1491. skipping: [159.65.233.89]
  1492.  
  1493. TASK [redhatofficial.rhel7_stig : Inserts/replaces the setfiles rule in rules.d] ***********
  1494. changed: [159.203.185.57]
  1495. changed: [159.65.233.89]
  1496.  
  1497. TASK [redhatofficial.rhel7_stig : Inserts/replaces the setfiles rule in audit.rules] *******
  1498. changed: [159.203.185.57]
  1499. changed: [159.65.233.89]
  1500.  
  1501. TASK [redhatofficial.rhel7_stig : Set architecture for audit lchown tasks] *****************
  1502. ok: [159.203.185.57]
  1503. ok: [159.65.233.89]
  1504.  
  1505. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  1506. ok: [159.65.233.89]
  1507. ok: [159.203.185.57]
  1508.  
  1509. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1510. ok: [159.203.185.57]
  1511. ok: [159.65.233.89]
  1512.  
  1513. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1514. skipping: [159.203.185.57]
  1515. skipping: [159.65.233.89]
  1516.  
  1517. TASK [redhatofficial.rhel7_stig : Inserts/replaces the lchown rule in rules.d when on x86] ***
  1518. changed: [159.203.185.57]
  1519. changed: [159.65.233.89]
  1520.  
  1521. TASK [redhatofficial.rhel7_stig : Inserts/replaces the lchown rule in rules.d when on x86_64] ***
  1522. changed: [159.65.233.89]
  1523. changed: [159.203.185.57]
  1524.  
  1525. TASK [redhatofficial.rhel7_stig : Inserts/replaces the lchown rule in /etc/audit/audit.rules when on x86] ***
  1526. changed: [159.65.233.89]
  1527. changed: [159.203.185.57]
  1528.  
  1529. TASK [redhatofficial.rhel7_stig : Inserts/replaces the lchown rule in audit.rules when on x86_64] ***
  1530. changed: [159.65.233.89]
  1531. changed: [159.203.185.57]
  1532.  
  1533. TASK [redhatofficial.rhel7_stig : Set architecture for audit fsetxattr tasks] **************
  1534. ok: [159.203.185.57]
  1535. ok: [159.65.233.89]
  1536.  
  1537. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  1538. ok: [159.65.233.89]
  1539. ok: [159.203.185.57]
  1540.  
  1541. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1542. ok: [159.203.185.57]
  1543. ok: [159.65.233.89]
  1544.  
  1545. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1546. skipping: [159.203.185.57]
  1547. skipping: [159.65.233.89]
  1548.  
  1549. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fsetxattr rule in rules.d when on x86] ***
  1550. changed: [159.65.233.89]
  1551. changed: [159.203.185.57]
  1552.  
  1553. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fsetxattr rule in rules.d when on x86_64] ***
  1554. changed: [159.65.233.89]
  1555. changed: [159.203.185.57]
  1556.  
  1557. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fsetxattr rule in /etc/audit/audit.rules when on x86] ***
  1558. changed: [159.65.233.89]
  1559. changed: [159.203.185.57]
  1560.  
  1561. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fsetxattr rule in audit.rules when on x86_64] ***
  1562. changed: [159.65.233.89]
  1563. changed: [159.203.185.57]
  1564.  
  1565. TASK [redhatofficial.rhel7_stig : Set architecture for audit lremovexattr tasks] ***********
  1566. ok: [159.203.185.57]
  1567. ok: [159.65.233.89]
  1568.  
  1569. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  1570. ok: [159.65.233.89]
  1571. ok: [159.203.185.57]
  1572.  
  1573. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1574. ok: [159.203.185.57]
  1575. ok: [159.65.233.89]
  1576.  
  1577. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1578. skipping: [159.203.185.57]
  1579. skipping: [159.65.233.89]
  1580.  
  1581. TASK [redhatofficial.rhel7_stig : Inserts/replaces the lremovexattr rule in rules.d when on x86] ***
  1582. changed: [159.203.185.57]
  1583. changed: [159.65.233.89]
  1584.  
  1585. TASK [redhatofficial.rhel7_stig : Inserts/replaces the lremovexattr rule in rules.d when on x86_64] ***
  1586. changed: [159.203.185.57]
  1587. changed: [159.65.233.89]
  1588.  
  1589. TASK [redhatofficial.rhel7_stig : Inserts/replaces the lremovexattr rule in /etc/audit/audit.rules when on x86] ***
  1590. changed: [159.65.233.89]
  1591. changed: [159.203.185.57]
  1592.  
  1593. TASK [redhatofficial.rhel7_stig : Inserts/replaces the lremovexattr rule in audit.rules when on x86_64] ***
  1594. changed: [159.203.185.57]
  1595. changed: [159.65.233.89]
  1596.  
  1597. TASK [redhatofficial.rhel7_stig : Set architecture for audit removexattr tasks] ************
  1598. ok: [159.203.185.57]
  1599. ok: [159.65.233.89]
  1600.  
  1601. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  1602. ok: [159.203.185.57]
  1603. ok: [159.65.233.89]
  1604.  
  1605. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1606. ok: [159.203.185.57]
  1607. ok: [159.65.233.89]
  1608.  
  1609. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1610. skipping: [159.203.185.57]
  1611. skipping: [159.65.233.89]
  1612.  
  1613. TASK [redhatofficial.rhel7_stig : Inserts/replaces the removexattr rule in rules.d when on x86] ***
  1614. changed: [159.65.233.89]
  1615. changed: [159.203.185.57]
  1616.  
  1617. TASK [redhatofficial.rhel7_stig : Inserts/replaces the removexattr rule in rules.d when on x86_64] ***
  1618. changed: [159.203.185.57]
  1619. changed: [159.65.233.89]
  1620.  
  1621. TASK [redhatofficial.rhel7_stig : Inserts/replaces the removexattr rule in /etc/audit/audit.rules when on x86] ***
  1622. changed: [159.65.233.89]
  1623. changed: [159.203.185.57]
  1624.  
  1625. TASK [redhatofficial.rhel7_stig : Inserts/replaces the removexattr rule in audit.rules when on x86_64] ***
  1626. changed: [159.65.233.89]
  1627. changed: [159.203.185.57]
  1628.  
  1629. TASK [redhatofficial.rhel7_stig : Set architecture for audit fchownat tasks] ***************
  1630. ok: [159.203.185.57]
  1631. ok: [159.65.233.89]
  1632.  
  1633. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  1634. ok: [159.203.185.57]
  1635. ok: [159.65.233.89]
  1636.  
  1637. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1638. ok: [159.203.185.57]
  1639. ok: [159.65.233.89]
  1640.  
  1641. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1642. skipping: [159.203.185.57]
  1643. skipping: [159.65.233.89]
  1644.  
  1645. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fchownat rule in rules.d when on x86] ***
  1646. changed: [159.65.233.89]
  1647. changed: [159.203.185.57]
  1648.  
  1649. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fchownat rule in rules.d when on x86_64] ***
  1650. changed: [159.65.233.89]
  1651. changed: [159.203.185.57]
  1652.  
  1653. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fchownat rule in /etc/audit/audit.rules when on x86] ***
  1654. changed: [159.65.233.89]
  1655. changed: [159.203.185.57]
  1656.  
  1657. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fchownat rule in audit.rules when on x86_64] ***
  1658. changed: [159.203.185.57]
  1659. changed: [159.65.233.89]
  1660.  
  1661. TASK [redhatofficial.rhel7_stig : Set architecture for audit lsetxattr tasks] **************
  1662. ok: [159.203.185.57]
  1663. ok: [159.65.233.89]
  1664.  
  1665. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  1666. ok: [159.203.185.57]
  1667. ok: [159.65.233.89]
  1668.  
  1669. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1670. ok: [159.203.185.57]
  1671. ok: [159.65.233.89]
  1672.  
  1673. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1674. skipping: [159.203.185.57]
  1675. skipping: [159.65.233.89]
  1676.  
  1677. TASK [redhatofficial.rhel7_stig : Inserts/replaces the lsetxattr rule in rules.d when on x86] ***
  1678. changed: [159.65.233.89]
  1679. changed: [159.203.185.57]
  1680.  
  1681. TASK [redhatofficial.rhel7_stig : Inserts/replaces the lsetxattr rule in rules.d when on x86_64] ***
  1682. changed: [159.65.233.89]
  1683. changed: [159.203.185.57]
  1684.  
  1685. TASK [redhatofficial.rhel7_stig : Inserts/replaces the lsetxattr rule in /etc/audit/audit.rules when on x86] ***
  1686. changed: [159.65.233.89]
  1687. changed: [159.203.185.57]
  1688.  
  1689. TASK [redhatofficial.rhel7_stig : Inserts/replaces the lsetxattr rule in audit.rules when on x86_64] ***
  1690. changed: [159.203.185.57]
  1691. changed: [159.65.233.89]
  1692.  
  1693. TASK [redhatofficial.rhel7_stig : Set architecture for audit setxattr tasks] ***************
  1694. ok: [159.203.185.57]
  1695. ok: [159.65.233.89]
  1696.  
  1697. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  1698. ok: [159.65.233.89]
  1699. ok: [159.203.185.57]
  1700.  
  1701. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1702. ok: [159.203.185.57]
  1703. ok: [159.65.233.89]
  1704.  
  1705. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1706. skipping: [159.203.185.57]
  1707. skipping: [159.65.233.89]
  1708.  
  1709. TASK [redhatofficial.rhel7_stig : Inserts/replaces the setxattr rule in rules.d when on x86] ***
  1710. changed: [159.65.233.89]
  1711. changed: [159.203.185.57]
  1712.  
  1713. TASK [redhatofficial.rhel7_stig : Inserts/replaces the setxattr rule in rules.d when on x86_64] ***
  1714. changed: [159.203.185.57]
  1715. changed: [159.65.233.89]
  1716.  
  1717. TASK [redhatofficial.rhel7_stig : Inserts/replaces the setxattr rule in /etc/audit/audit.rules when on x86] ***
  1718. changed: [159.65.233.89]
  1719. changed: [159.203.185.57]
  1720.  
  1721. TASK [redhatofficial.rhel7_stig : Inserts/replaces the setxattr rule in audit.rules when on x86_64] ***
  1722. changed: [159.203.185.57]
  1723. changed: [159.65.233.89]
  1724.  
  1725. TASK [redhatofficial.rhel7_stig : Set architecture for audit fchmod tasks] *****************
  1726. ok: [159.203.185.57]
  1727. ok: [159.65.233.89]
  1728.  
  1729. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  1730. ok: [159.203.185.57]
  1731. ok: [159.65.233.89]
  1732.  
  1733. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1734. ok: [159.203.185.57]
  1735. ok: [159.65.233.89]
  1736.  
  1737. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1738. skipping: [159.203.185.57]
  1739. skipping: [159.65.233.89]
  1740.  
  1741. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fchmod rule in rules.d when on x86] ***
  1742. changed: [159.65.233.89]
  1743. changed: [159.203.185.57]
  1744.  
  1745. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fchmod rule in rules.d when on x86_64] ***
  1746. changed: [159.203.185.57]
  1747. changed: [159.65.233.89]
  1748.  
  1749. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fchmod rule in /etc/audit/audit.rules when on x86] ***
  1750. changed: [159.203.185.57]
  1751. changed: [159.65.233.89]
  1752.  
  1753. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fchmod rule in audit.rules when on x86_64] ***
  1754. changed: [159.203.185.57]
  1755. changed: [159.65.233.89]
  1756.  
  1757. TASK [redhatofficial.rhel7_stig : Set architecture for audit fremovexattr tasks] ***********
  1758. ok: [159.203.185.57]
  1759. ok: [159.65.233.89]
  1760.  
  1761. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  1762. ok: [159.65.233.89]
  1763. ok: [159.203.185.57]
  1764.  
  1765. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1766. ok: [159.203.185.57]
  1767. ok: [159.65.233.89]
  1768.  
  1769. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1770. skipping: [159.203.185.57]
  1771. skipping: [159.65.233.89]
  1772.  
  1773. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fremovexattr rule in rules.d when on x86] ***
  1774. changed: [159.203.185.57]
  1775. changed: [159.65.233.89]
  1776.  
  1777. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fremovexattr rule in rules.d when on x86_64] ***
  1778. changed: [159.65.233.89]
  1779. changed: [159.203.185.57]
  1780.  
  1781. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fremovexattr rule in /etc/audit/audit.rules when on x86] ***
  1782. changed: [159.203.185.57]
  1783. changed: [159.65.233.89]
  1784.  
  1785. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fremovexattr rule in audit.rules when on x86_64] ***
  1786. changed: [159.65.233.89]
  1787. changed: [159.203.185.57]
  1788.  
  1789. TASK [redhatofficial.rhel7_stig : Set architecture for audit fchown tasks] *****************
  1790. ok: [159.203.185.57]
  1791. ok: [159.65.233.89]
  1792.  
  1793. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  1794. ok: [159.203.185.57]
  1795. ok: [159.65.233.89]
  1796.  
  1797. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1798. ok: [159.203.185.57]
  1799. ok: [159.65.233.89]
  1800.  
  1801. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1802. skipping: [159.203.185.57]
  1803. skipping: [159.65.233.89]
  1804.  
  1805. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fchown rule in rules.d when on x86] ***
  1806. changed: [159.203.185.57]
  1807. changed: [159.65.233.89]
  1808.  
  1809. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fchown rule in rules.d when on x86_64] ***
  1810. changed: [159.203.185.57]
  1811. changed: [159.65.233.89]
  1812.  
  1813. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fchown rule in /etc/audit/audit.rules when on x86] ***
  1814. changed: [159.203.185.57]
  1815. changed: [159.65.233.89]
  1816.  
  1817. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fchown rule in audit.rules when on x86_64] ***
  1818. changed: [159.203.185.57]
  1819. changed: [159.65.233.89]
  1820.  
  1821. TASK [redhatofficial.rhel7_stig : Set architecture for audit chmod tasks] ******************
  1822. ok: [159.203.185.57]
  1823. ok: [159.65.233.89]
  1824.  
  1825. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  1826. ok: [159.203.185.57]
  1827. ok: [159.65.233.89]
  1828.  
  1829. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1830. ok: [159.203.185.57]
  1831. ok: [159.65.233.89]
  1832.  
  1833. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1834. skipping: [159.203.185.57]
  1835. skipping: [159.65.233.89]
  1836.  
  1837. TASK [redhatofficial.rhel7_stig : Inserts/replaces the chmod rule in rules.d when on x86] ***
  1838. changed: [159.65.233.89]
  1839. changed: [159.203.185.57]
  1840.  
  1841. TASK [redhatofficial.rhel7_stig : Inserts/replaces the chmod rule in rules.d when on x86_64] ***
  1842. changed: [159.65.233.89]
  1843. changed: [159.203.185.57]
  1844.  
  1845. TASK [redhatofficial.rhel7_stig : Inserts/replaces the chmod rule in /etc/audit/audit.rules when on x86] ***
  1846. changed: [159.65.233.89]
  1847. changed: [159.203.185.57]
  1848.  
  1849. TASK [redhatofficial.rhel7_stig : Inserts/replaces the chmod rule in audit.rules when on x86_64] ***
  1850. changed: [159.65.233.89]
  1851. changed: [159.203.185.57]
  1852.  
  1853. TASK [redhatofficial.rhel7_stig : Set architecture for audit chown tasks] ******************
  1854. ok: [159.203.185.57]
  1855. ok: [159.65.233.89]
  1856.  
  1857. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  1858. ok: [159.65.233.89]
  1859. ok: [159.203.185.57]
  1860.  
  1861. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1862. ok: [159.203.185.57]
  1863. ok: [159.65.233.89]
  1864.  
  1865. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1866. skipping: [159.203.185.57]
  1867. skipping: [159.65.233.89]
  1868.  
  1869. TASK [redhatofficial.rhel7_stig : Inserts/replaces the chown rule in rules.d when on x86] ***
  1870. changed: [159.65.233.89]
  1871. changed: [159.203.185.57]
  1872.  
  1873. TASK [redhatofficial.rhel7_stig : Inserts/replaces the chown rule in rules.d when on x86_64] ***
  1874. changed: [159.65.233.89]
  1875. changed: [159.203.185.57]
  1876.  
  1877. TASK [redhatofficial.rhel7_stig : Inserts/replaces the chown rule in /etc/audit/audit.rules when on x86] ***
  1878. changed: [159.65.233.89]
  1879. changed: [159.203.185.57]
  1880.  
  1881. TASK [redhatofficial.rhel7_stig : Inserts/replaces the chown rule in audit.rules when on x86_64] ***
  1882. changed: [159.203.185.57]
  1883. changed: [159.65.233.89]
  1884.  
  1885. TASK [redhatofficial.rhel7_stig : Set architecture for audit fchmodat tasks] ***************
  1886. ok: [159.203.185.57]
  1887. ok: [159.65.233.89]
  1888.  
  1889. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other DAC audit rules] *****
  1890. ok: [159.65.233.89]
  1891. ok: [159.203.185.57]
  1892.  
  1893. TASK [redhatofficial.rhel7_stig : If existing DAC ruleset not found, use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1894. ok: [159.203.185.57]
  1895. ok: [159.65.233.89]
  1896.  
  1897. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1898. skipping: [159.203.185.57]
  1899. skipping: [159.65.233.89]
  1900.  
  1901. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fchmodat rule in rules.d when on x86] ***
  1902. changed: [159.203.185.57]
  1903. changed: [159.65.233.89]
  1904.  
  1905. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fchmodat rule in rules.d when on x86_64] ***
  1906. changed: [159.203.185.57]
  1907. changed: [159.65.233.89]
  1908.  
  1909. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fchmodat rule in /etc/audit/audit.rules when on x86] ***
  1910. changed: [159.65.233.89]
  1911. changed: [159.203.185.57]
  1912.  
  1913. TASK [redhatofficial.rhel7_stig : Inserts/replaces the fchmodat rule in audit.rules when on x86_64] ***
  1914. changed: [159.65.233.89]
  1915. changed: [159.203.185.57]
  1916.  
  1917. TASK [redhatofficial.rhel7_stig : Set architecture for audit delete_module tasks] **********
  1918. ok: [159.203.185.57]
  1919. ok: [159.65.233.89]
  1920.  
  1921. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1922. ok: [159.65.233.89]
  1923. ok: [159.203.185.57]
  1924.  
  1925. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1926. ok: [159.203.185.57]
  1927. ok: [159.65.233.89]
  1928.  
  1929. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1930. skipping: [159.203.185.57]
  1931. skipping: [159.65.233.89]
  1932.  
  1933. TASK [redhatofficial.rhel7_stig : Inserts/replaces the delete_module rule in rules.d] ******
  1934. changed: [159.65.233.89]
  1935. changed: [159.203.185.57]
  1936.  
  1937. TASK [redhatofficial.rhel7_stig : Inserts/replaces the delete_module rule in rules.d on x86_64] ***
  1938. changed: [159.65.233.89]
  1939. changed: [159.203.185.57]
  1940.  
  1941. TASK [redhatofficial.rhel7_stig : Inserts/replaces the delete_module rule in audit.rules] ***
  1942. changed: [159.203.185.57]
  1943. changed: [159.65.233.89]
  1944.  
  1945. TASK [redhatofficial.rhel7_stig : Inserts/replaces the delete_module rule in audit.rules when on x86_64] ***
  1946. changed: [159.65.233.89]
  1947. changed: [159.203.185.57]
  1948.  
  1949. TASK [redhatofficial.rhel7_stig : Set architecture for audit init_module tasks] ************
  1950. ok: [159.203.185.57]
  1951. ok: [159.65.233.89]
  1952.  
  1953. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1954. ok: [159.203.185.57]
  1955. ok: [159.65.233.89]
  1956.  
  1957. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1958. ok: [159.203.185.57]
  1959. ok: [159.65.233.89]
  1960.  
  1961. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1962. skipping: [159.203.185.57]
  1963. skipping: [159.65.233.89]
  1964.  
  1965. TASK [redhatofficial.rhel7_stig : Inserts/replaces the init_module rule in rules.d] ********
  1966. changed: [159.203.185.57]
  1967. changed: [159.65.233.89]
  1968.  
  1969. TASK [redhatofficial.rhel7_stig : Inserts/replaces the init_module rule in rules.d on x86_64] ***
  1970. changed: [159.203.185.57]
  1971. changed: [159.65.233.89]
  1972.  
  1973. TASK [redhatofficial.rhel7_stig : Inserts/replaces the init_module rule in audit.rules] ****
  1974. changed: [159.203.185.57]
  1975. changed: [159.65.233.89]
  1976.  
  1977. TASK [redhatofficial.rhel7_stig : Inserts/replaces the init_module rule in audit.rules when on x86_64] ***
  1978. changed: [159.203.185.57]
  1979. changed: [159.65.233.89]
  1980.  
  1981. TASK [redhatofficial.rhel7_stig : Set architecture for audit finit_module tasks] ***********
  1982. ok: [159.203.185.57]
  1983. ok: [159.65.233.89]
  1984.  
  1985. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for audit rule entries] ********
  1986. ok: [159.203.185.57]
  1987. ok: [159.65.233.89]
  1988.  
  1989. TASK [redhatofficial.rhel7_stig : Use /etc/audit/rules.d/privileged.rules as the recipient for the rule] ***
  1990. ok: [159.203.185.57]
  1991. ok: [159.65.233.89]
  1992.  
  1993. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  1994. skipping: [159.203.185.57]
  1995. skipping: [159.65.233.89]
  1996.  
  1997. TASK [redhatofficial.rhel7_stig : Inserts/replaces the finit_module rule in rules.d] *******
  1998. changed: [159.65.233.89]
  1999. changed: [159.203.185.57]
  2000.  
  2001. TASK [redhatofficial.rhel7_stig : Inserts/replaces the finit_module rule in rules.d on x86_64] ***
  2002. changed: [159.65.233.89]
  2003. changed: [159.203.185.57]
  2004.  
  2005. TASK [redhatofficial.rhel7_stig : Inserts/replaces the finit_module rule in audit.rules] ***
  2006. changed: [159.65.233.89]
  2007. changed: [159.203.185.57]
  2008.  
  2009. TASK [redhatofficial.rhel7_stig : Inserts/replaces the finit_module rule in audit.rules when on x86_64] ***
  2010. changed: [159.65.233.89]
  2011. changed: [159.203.185.57]
  2012.  
  2013. TASK [redhatofficial.rhel7_stig : Set architecture for audit faillock tasks] ***************
  2014. ok: [159.203.185.57]
  2015. ok: [159.65.233.89]
  2016.  
  2017. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other user/group modification audit rules] ***
  2018. ok: [159.203.185.57]
  2019. ok: [159.65.233.89]
  2020.  
  2021. TASK [redhatofficial.rhel7_stig : If existing user/group modification ruleset not found, use /etc/audit/rules.d/logins.rules as the recipient for the rule] ***
  2022. ok: [159.203.185.57]
  2023. ok: [159.65.233.89]
  2024.  
  2025. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  2026. skipping: [159.203.185.57]
  2027. skipping: [159.65.233.89]
  2028.  
  2029. TASK [redhatofficial.rhel7_stig : Inserts/replaces the faillock rule in rules.d when on x86] ***
  2030. changed: [159.203.185.57]
  2031. changed: [159.65.233.89]
  2032.  
  2033. TASK [redhatofficial.rhel7_stig : Inserts/replaces the faillock rule in /etc/audit/audit.rules] ***
  2034. changed: [159.65.233.89]
  2035. changed: [159.203.185.57]
  2036.  
  2037. TASK [redhatofficial.rhel7_stig : Set architecture for audit tallylog tasks] ***************
  2038. ok: [159.203.185.57]
  2039. ok: [159.65.233.89]
  2040.  
  2041. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other user/group modification audit rules] ***
  2042. ok: [159.203.185.57]
  2043. ok: [159.65.233.89]
  2044.  
  2045. TASK [redhatofficial.rhel7_stig : If existing user/group modification ruleset not found, use /etc/audit/rules.d/logins.rules as the recipient for the rule] ***
  2046. ok: [159.203.185.57]
  2047. ok: [159.65.233.89]
  2048.  
  2049. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  2050. skipping: [159.203.185.57]
  2051. skipping: [159.65.233.89]
  2052.  
  2053. TASK [redhatofficial.rhel7_stig : Inserts/replaces the tallylog rule in rules.d when on x86] ***
  2054. changed: [159.65.233.89]
  2055. changed: [159.203.185.57]
  2056.  
  2057. TASK [redhatofficial.rhel7_stig : Inserts/replaces the tallylog rule in /etc/audit/audit.rules] ***
  2058. changed: [159.203.185.57]
  2059. changed: [159.65.233.89]
  2060.  
  2061. TASK [redhatofficial.rhel7_stig : Set architecture for audit lastlog tasks] ****************
  2062. ok: [159.203.185.57]
  2063. ok: [159.65.233.89]
  2064.  
  2065. TASK [redhatofficial.rhel7_stig : Search /etc/audit/rules.d for other user/group modification audit rules] ***
  2066. ok: [159.203.185.57]
  2067. ok: [159.65.233.89]
  2068.  
  2069. TASK [redhatofficial.rhel7_stig : If existing user/group modification ruleset not found, use /etc/audit/rules.d/logins.rules as the recipient for the rule] ***
  2070. ok: [159.203.185.57]
  2071. ok: [159.65.233.89]
  2072.  
  2073. TASK [redhatofficial.rhel7_stig : Use matched file as the recipient for the rule] **********
  2074. skipping: [159.203.185.57]
  2075. skipping: [159.65.233.89]
  2076.  
  2077. TASK [redhatofficial.rhel7_stig : Inserts/replaces the lastlog rule in rules.d when on x86] ***
  2078. changed: [159.65.233.89]
  2079. changed: [159.203.185.57]
  2080.  
  2081. TASK [redhatofficial.rhel7_stig : Inserts/replaces the lastlog rule in /etc/audit/audit.rules] ***
  2082. changed: [159.65.233.89]
  2083. changed: [159.203.185.57]
  2084.  
  2085. TASK [redhatofficial.rhel7_stig : Ensure aide is installed] ********************************
  2086. changed: [159.203.185.57]
  2087. changed: [159.65.233.89]
  2088.  
  2089. TASK [redhatofficial.rhel7_stig : Ensure AIDE is installed] ********************************
  2090. ok: [159.203.185.57] => (item=aide)
  2091. ok: [159.65.233.89] => (item=aide)
  2092.  
  2093. TASK [redhatofficial.rhel7_stig : Configure Periodic Execution of AIDE] ********************
  2094. [WARNING]: The value 5 (type int) in a string field was converted to u'5' (type string). If
  2095. this does not look like what you expect, quote the entire value to ensure it does not
  2096. change.
  2097. [WARNING]: The value 4 (type int) in a string field was converted to u'4' (type string). If
  2098. this does not look like what you expect, quote the entire value to ensure it does not
  2099. change.
  2100. [WARNING]: The value 0 (type int) in a string field was converted to u'0' (type string). If
  2101. this does not look like what you expect, quote the entire value to ensure it does not
  2102. change.
  2103. changed: [159.65.233.89]
  2104. changed: [159.203.185.57]
  2105.  
  2106. TASK [redhatofficial.rhel7_stig : Read list of files with incorrect permissions] ***********
  2107. ok: [159.203.185.57]
  2108. ok: [159.65.233.89]
  2109.  
  2110. TASK [redhatofficial.rhel7_stig : Create list of packages] *********************************
  2111. ok: [159.65.233.89] => (item=/etc/pki/ca-trust/extracted/java/cacerts)
  2112. ok: [159.203.185.57] => (item=/etc/pki/ca-trust/extracted/java/cacerts)
  2113. ok: [159.203.185.57] => (item=/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt)
  2114. ok: [159.65.233.89] => (item=/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt)
  2115. ok: [159.203.185.57] => (item=/etc/pki/ca-trust/extracted/pem/email-ca-bundle.pem)
  2116. ok: [159.65.233.89] => (item=/etc/pki/ca-trust/extracted/pem/email-ca-bundle.pem)
  2117. ok: [159.203.185.57] => (item=/etc/pki/ca-trust/extracted/pem/objsign-ca-bundle.pem)
  2118. ok: [159.65.233.89] => (item=/etc/pki/ca-trust/extracted/pem/objsign-ca-bundle.pem)
  2119. ok: [159.203.185.57] => (item=/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem)
  2120. ok: [159.65.233.89] => (item=/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem)
  2121. ok: [159.203.185.57] => (item=/var/spool/anacron/cron.daily)
  2122. ok: [159.65.233.89] => (item=/var/spool/anacron/cron.daily)
  2123. ok: [159.203.185.57] => (item=/var/spool/anacron/cron.monthly)
  2124. ok: [159.65.233.89] => (item=/var/spool/anacron/cron.monthly)
  2125. ok: [159.203.185.57] => (item=/var/spool/anacron/cron.weekly)
  2126. ok: [159.65.233.89] => (item=/var/spool/anacron/cron.weekly)
  2127.  
  2128. TASK [redhatofficial.rhel7_stig : Correct file permissions with RPM] ***********************
  2129. changed: [159.65.233.89] => (item=ca-certificates-2019.2.32-76.el7_7.noarch)
  2130. changed: [159.203.185.57] => (item=ca-certificates-2019.2.32-76.el7_7.noarch)
  2131. changed: [159.65.233.89] => (item=cronie-anacron-1.4.11-23.el7.x86_64)
  2132. changed: [159.203.185.57] => (item=cronie-anacron-1.4.11-23.el7.x86_64)
  2133.  
  2134. TASK [redhatofficial.rhel7_stig : Read list of files with incorrect ownership] *************
  2135. ok: [159.203.185.57]
  2136. ok: [159.65.233.89]
  2137.  
  2138. TASK [redhatofficial.rhel7_stig : Create list of packages] *********************************
  2139.  
  2140. TASK [redhatofficial.rhel7_stig : Correct file ownership with RPM] *************************
  2141.  
  2142. TASK [redhatofficial.rhel7_stig : Set fact: Package manager reinstall command (dnf)] *******
  2143. skipping: [159.203.185.57]
  2144. skipping: [159.65.233.89]
  2145.  
  2146. TASK [redhatofficial.rhel7_stig : Set fact: Package manager reinstall command (yum)] *******
  2147. skipping: [159.203.185.57]
  2148. skipping: [159.65.233.89]
  2149.  
  2150. TASK [redhatofficial.rhel7_stig : Read files with incorrect hash] **************************
  2151. skipping: [159.203.185.57]
  2152. skipping: [159.65.233.89]
  2153.  
  2154. TASK [redhatofficial.rhel7_stig : Create list of packages] *********************************
  2155. skipping: [159.203.185.57]
  2156. skipping: [159.65.233.89]
  2157.  
  2158. TASK [redhatofficial.rhel7_stig : Reinstall packages of files with incorrect hash] *********
  2159. skipping: [159.203.185.57]
  2160. skipping: [159.65.233.89]
  2161.  
  2162. TASK [redhatofficial.rhel7_stig : check prelink binary installed] **************************
  2163. ok: [159.65.233.89]
  2164. ok: [159.203.185.57]
  2165.  
  2166. TASK [redhatofficial.rhel7_stig : disable prelink] *****************************************
  2167. skipping: [159.203.185.57]
  2168. skipping: [159.65.233.89]
  2169.  
  2170. TASK [redhatofficial.rhel7_stig : revert prelinking binaries] ******************************
  2171. skipping: [159.203.185.57]
  2172. skipping: [159.65.233.89]
  2173.  
  2174. TASK [redhatofficial.rhel7_stig : Check if system supports AES-NI] *************************
  2175. changed: [159.203.185.57]
  2176. changed: [159.65.233.89]
  2177.  
  2178. TASK [redhatofficial.rhel7_stig : Ensure dracut-fips-aesni is installed] *******************
  2179. skipping: [159.203.185.57]
  2180. skipping: [159.65.233.89]
  2181.  
  2182. TASK [redhatofficial.rhel7_stig : install dracut-fips] *************************************
  2183. changed: [159.65.233.89]
  2184. changed: [159.203.185.57]
  2185.  
  2186. TASK [redhatofficial.rhel7_stig : Rebuild initramfs] ***************************************
  2187. changed: [159.65.233.89]
  2188. changed: [159.203.185.57]
  2189.  
  2190. TASK [redhatofficial.rhel7_stig : check fips argument exists] ******************************
  2191. changed: [159.65.233.89]
  2192. changed: [159.203.185.57]
  2193.  
  2194. TASK [redhatofficial.rhel7_stig : replace existing fips argument] **************************
  2195. skipping: [159.203.185.57]
  2196. skipping: [159.65.233.89]
  2197.  
  2198. TASK [redhatofficial.rhel7_stig : add fips argument] ***************************************
  2199. changed: [159.203.185.57]
  2200. changed: [159.65.233.89]
  2201.  
  2202. TASK [redhatofficial.rhel7_stig : get boot device uuid] ************************************
  2203. changed: [159.65.233.89]
  2204. changed: [159.203.185.57]
  2205.  
  2206. TASK [redhatofficial.rhel7_stig : check boot argument exists] ******************************
  2207. changed: [159.65.233.89]
  2208. changed: [159.203.185.57]
  2209.  
  2210. TASK [redhatofficial.rhel7_stig : replace existing boot argument] **************************
  2211. skipping: [159.203.185.57]
  2212. skipping: [159.65.233.89]
  2213.  
  2214. TASK [redhatofficial.rhel7_stig : add boot argument] ***************************************
  2215. changed: [159.65.233.89]
  2216. changed: [159.203.185.57]
  2217.  
  2218. TASK [redhatofficial.rhel7_stig : update bootloader menu] **********************************
  2219. changed: [159.65.233.89]
  2220. changed: [159.203.185.57]
  2221.  
  2222. TASK [redhatofficial.rhel7_stig : Disable GDM Automatic Login] *****************************
  2223. changed: [159.65.233.89]
  2224. changed: [159.203.185.57]
  2225.  
  2226. TASK [redhatofficial.rhel7_stig : Enable the GNOME3 Login Smartcard Authentication] ********
  2227. changed: [159.65.233.89]
  2228. changed: [159.203.185.57]
  2229.  
  2230. TASK [redhatofficial.rhel7_stig : Prevent user modification of GNOME3 disablement of Smartcard Authentication] ***
  2231. changed: [159.65.233.89]
  2232. changed: [159.203.185.57]
  2233.  
  2234. TASK [redhatofficial.rhel7_stig : Disable GDM Guest Login] *********************************
  2235. changed: [159.65.233.89]
  2236. changed: [159.203.185.57]
  2237.  
  2238. TASK [redhatofficial.rhel7_stig : Enable GNOME3 Screensaver Lock After Idle Period] ********
  2239. changed: [159.65.233.89]
  2240. changed: [159.203.185.57]
  2241.  
  2242. TASK [redhatofficial.rhel7_stig : Prevent user modification of GNOME lock-enabled] *********
  2243. changed: [159.65.233.89]
  2244. changed: [159.203.185.57]
  2245.  
  2246. TASK [redhatofficial.rhel7_stig : Prevent user modification of GNOME Session idle-delay] ***
  2247. changed: [159.65.233.89]
  2248. changed: [159.203.185.57]
  2249.  
  2250. TASK [redhatofficial.rhel7_stig : Enable GNOME3 Screensaver Idle Activation] ***************
  2251. changed: [159.65.233.89]
  2252. changed: [159.203.185.57]
  2253.  
  2254. TASK [redhatofficial.rhel7_stig : Prevent user modification of GNOME idle_activation_enabled] ***
  2255. changed: [159.65.233.89]
  2256. changed: [159.203.185.57]
  2257.  
  2258. TASK [redhatofficial.rhel7_stig : Set GNOME3 Screensaver Inactivity Timeout] ***************
  2259. changed: [159.65.233.89]
  2260. changed: [159.203.185.57]
  2261.  
  2262. TASK [redhatofficial.rhel7_stig : Prevent user modification of GNOME idle-delay] ***********
  2263. changed: [159.203.185.57]
  2264. changed: [159.65.233.89]
  2265.  
  2266. TASK [redhatofficial.rhel7_stig : Prevent user modification of GNOME lock-delay] ***********
  2267. changed: [159.203.185.57]
  2268. changed: [159.65.233.89]
  2269.  
  2270. TASK [redhatofficial.rhel7_stig : Set GNOME3 Screensaver Lock Delay After Activation Period] ***
  2271. changed: [159.65.233.89]
  2272. changed: [159.203.185.57]
  2273.  
  2274. TASK [redhatofficial.rhel7_stig : Prevent user modification of GNOME lock-delay] ***********
  2275. ok: [159.65.233.89]
  2276. ok: [159.203.185.57]
  2277.  
  2278. TASK [redhatofficial.rhel7_stig : Security patches are up to date] *************************
  2279.  
  2280.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement