Advertisement
Guest User

Untitled

a guest
Jul 13th, 2021
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 311.08 KB | None | 0 0
  1. Hit:1 http://il.archive.ubuntu.com/ubuntu focal InRelease
  2. Hit:2 http://il.archive.ubuntu.com/ubuntu focal-updates InRelease
  3. Hit:3 http://il.archive.ubuntu.com/ubuntu focal-backports InRelease
  4. Hit:4 http://il.archive.ubuntu.com/ubuntu focal-security InRelease
  5. Hit:5 http://ams2.mirrors.digitalocean.com/mariadb/repo/10.4/ubuntu focal InRelease
  6. Hit:6 https://deb.nodesource.com/node_12.x focal InRelease
  7. Reading package lists...
  8. Reading package lists...
  9. Building dependency tree...
  10. Reading state information...
  11. libffi-dev is already the newest version (3.3-4).
  12. python3-dev is already the newest version (3.8.2-0ubuntu2).
  13. python3-setuptools is already the newest version (45.2.0-1).
  14. build-essential is already the newest version (12.8ubuntu1.1).
  15. git is already the newest version (1:2.25.1-1ubuntu3.1).
  16. 0 upgraded, 0 newly installed, 0 to remove and 119 not upgraded.
  17. Requirement already satisfied: pip in /usr/local/lib/python3.8/dist-packages (21.1.3)
  18. Requirement already satisfied: setuptools-rust in /usr/local/lib/python3.8/dist-packages (0.12.1)
  19. Requirement already satisfied: semantic-version>=2.6.0 in /usr/local/lib/python3.8/dist-packages (from setuptools-rust) (2.8.2)
  20. Requirement already satisfied: setuptools>=46.1 in /usr/local/lib/python3.8/dist-packages (from setuptools-rust) (57.1.0)
  21. Requirement already satisfied: toml>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from setuptools-rust) (0.10.2)
  22. Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (57.1.0)
  23. Requirement already satisfied: wheel in /usr/local/lib/python3.8/dist-packages (0.36.2)
  24. Requirement already satisfied: cryptography in /usr/local/lib/python3.8/dist-packages (3.4.7)
  25. Requirement already satisfied: ansible~=2.8.15 in /usr/local/lib/python3.8/dist-packages (2.8.20)
  26. Requirement already satisfied: PyYAML in /usr/lib/python3/dist-packages (from ansible~=2.8.15) (5.3.1)
  27. Requirement already satisfied: jinja2 in /usr/local/lib/python3.8/dist-packages (from ansible~=2.8.15) (2.11.3)
  28. Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography) (1.14.6)
  29. Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography) (2.20)
  30. Requirement already satisfied: MarkupSafe>=0.23 in /usr/lib/python3/dist-packages (from jinja2->ansible~=2.8.15) (1.1.0)
  31. ansible-playbook 2.8.20
  32. config file = None
  33. configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  34. ansible python module location = /usr/local/lib/python3.8/dist-packages/ansible
  35. executable location = /usr/local/bin/ansible-playbook
  36. python version = 3.8.10 (default, Jun 2 2021, 10:49:15) [GCC 9.4.0]
  37. No config file found; using defaults
  38. setting up inventory plugins
  39. host_list declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
  40. Skipping due to inventory source not existing or not being readable by the current user
  41. script declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
  42. auto declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
  43. Skipping due to inventory source not existing or not being readable by the current user
  44. yaml declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
  45. Skipping due to inventory source not existing or not being readable by the current user
  46. ini declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
  47. Skipping due to inventory source not existing or not being readable by the current user
  48. toml declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
  49. Loading callback plugin default of type stdout, v2.0 from /usr/local/lib/python3.8/dist-packages/ansible/plugins/callback/default.py
  50.  
  51. PLAYBOOK: create_user.yml ********************************************************************************************************************************************************************
  52. Positional arguments: create_user.yml
  53. verbosity: 4
  54. connection: local
  55. timeout: 10
  56. become_method: sudo
  57. tags: ('all',)
  58. inventory: ('/etc/ansible/hosts',)
  59. extra_vars: ('@/tmp/extra_vars.json',)
  60. forks: 5
  61. 1 plays in create_user.yml
  62.  
  63. PLAY [localhost] *****************************************************************************************************************************************************************************
  64.  
  65. TASK [Gathering Facts] ***********************************************************************************************************************************************************************
  66. task path: /tmp/.bench/bench/playbooks/create_user.yml:3
  67. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  68. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  69. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163256.8272052-170225-129940790386528 && echo ansible-tmp-1626163256.8272052-170225-129940790386528="` echo /root/.ansible/tmp/ansible-tmp-1626163256.8272052-170225-129940790386528 `" ) && sleep 0'
  70. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/system/setup.py
  71. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170221p1mvpewe/tmpq5srzya3 TO /root/.ansible/tmp/ansible-tmp-1626163256.8272052-170225-129940790386528/AnsiballZ_setup.py
  72. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163256.8272052-170225-129940790386528/ /root/.ansible/tmp/ansible-tmp-1626163256.8272052-170225-129940790386528/AnsiballZ_setup.py && sleep 0'
  73. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163256.8272052-170225-129940790386528/AnsiballZ_setup.py && sleep 0'
  74. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163256.8272052-170225-129940790386528/ > /dev/null 2>&1 && sleep 0'
  75. ok: [localhost]
  76. META: ran handlers
  77.  
  78. TASK [Create user] ***************************************************************************************************************************************************************************
  79. task path: /tmp/.bench/bench/playbooks/create_user.yml:7
  80. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  81. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  82. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163260.264883-170301-5662784754588 && echo ansible-tmp-1626163260.264883-170301-5662784754588="` echo /root/.ansible/tmp/ansible-tmp-1626163260.264883-170301-5662784754588 `" ) && sleep 0'
  83. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/system/user.py
  84. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170221p1mvpewe/tmpcln_n2vv TO /root/.ansible/tmp/ansible-tmp-1626163260.264883-170301-5662784754588/AnsiballZ_user.py
  85. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163260.264883-170301-5662784754588/ /root/.ansible/tmp/ansible-tmp-1626163260.264883-170301-5662784754588/AnsiballZ_user.py && sleep 0'
  86. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163260.264883-170301-5662784754588/AnsiballZ_user.py && sleep 0'
  87. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163260.264883-170301-5662784754588/ > /dev/null 2>&1 && sleep 0'
  88. ok: [localhost] => {
  89. "append": false,
  90. "changed": false,
  91. "comment": "",
  92. "group": 1001,
  93. "home": "/home/frappe",
  94. "invocation": {
  95. "module_args": {
  96. "append": false,
  97. "authorization": null,
  98. "comment": null,
  99. "create_home": true,
  100. "expires": null,
  101. "force": false,
  102. "generate_ssh_key": true,
  103. "group": null,
  104. "groups": null,
  105. "hidden": null,
  106. "home": null,
  107. "local": null,
  108. "login_class": null,
  109. "move_home": false,
  110. "name": "frappe",
  111. "non_unique": false,
  112. "password": null,
  113. "password_lock": null,
  114. "profile": null,
  115. "remove": false,
  116. "role": null,
  117. "seuser": null,
  118. "shell": null,
  119. "skeleton": null,
  120. "ssh_key_bits": 0,
  121. "ssh_key_comment": "ansible-generated on erp",
  122. "ssh_key_file": null,
  123. "ssh_key_passphrase": null,
  124. "ssh_key_type": "rsa",
  125. "state": "present",
  126. "system": false,
  127. "uid": null,
  128. "update_password": "always"
  129. }
  130. },
  131. "move_home": false,
  132. "name": "frappe",
  133. "shell": "/usr/bin/bash",
  134. "ssh_fingerprint": "3072 SHA256:C6fbPX7v7HB7AjDCzgILJtu6F7TgvSkpXMH7MMPU05M ansible-generated on erp (RSA)",
  135. "ssh_key_file": "/home/frappe/.ssh/id_rsa",
  136. "ssh_public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHTuXa1Sa+gPYsN5SYt7NHycZBlFcoDExbYKpEz1wt3fdTkFtacI/61GS+HVanh5D7A2gqc4XmsJMR16MnxtxVaVD3yoWAAlS9GpN/Zd66ubpsq/YwNgMpyzFvHHJ9gyYfznHOxVObm5I/MFR+0Js/JNzDFn+9ca0p/+D/1ubz7q0l+A4Y+AG7C7nV2M/QiBX+bnlOXum2MoL6v23f1eqnoM+n18MrAhrH+mlW5JxvJZaDVOB+1fnb7uu61/sG3jCytFTe4Pefnlfgcytm1wiwZdUdqG5dRTU8oIYzmUxRFS0SJ86FM7S43rUEPh6UP/Zv8+eYopnOucdfFjYEww+nLMXVHysrrbvOoYjofqZb4sktySZttwjNMMRlfOr8qDuRurwXNvLxXyu6oXXGm+Lq4vXry24Se2srnNvk1pqNnuCOBheoOULy6w3pK7YHkZX0fc8Jqywm7ES9U0KQ+rrbcmCIhQEpRakEE946xSU6FadkNmQedQVSzTYY09UOKfE= ansible-generated on erp",
  137. "state": "present",
  138. "uid": 1001
  139. }
  140.  
  141. TASK [Set home folder perms] *****************************************************************************************************************************************************************
  142. task path: /tmp/.bench/bench/playbooks/create_user.yml:12
  143. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  144. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  145. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163261.8387544-170329-65252606266787 && echo ansible-tmp-1626163261.8387544-170329-65252606266787="` echo /root/.ansible/tmp/ansible-tmp-1626163261.8387544-170329-65252606266787 `" ) && sleep 0'
  146. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/file.py
  147. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170221p1mvpewe/tmpjh7nw5lq TO /root/.ansible/tmp/ansible-tmp-1626163261.8387544-170329-65252606266787/AnsiballZ_file.py
  148. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163261.8387544-170329-65252606266787/ /root/.ansible/tmp/ansible-tmp-1626163261.8387544-170329-65252606266787/AnsiballZ_file.py && sleep 0'
  149. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163261.8387544-170329-65252606266787/AnsiballZ_file.py && sleep 0'
  150. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163261.8387544-170329-65252606266787/ > /dev/null 2>&1 && sleep 0'
  151. ok: [localhost] => {
  152. "changed": false,
  153. "diff": {
  154. "after": {
  155. "path": "/home/frappe"
  156. },
  157. "before": {
  158. "path": "/home/frappe"
  159. }
  160. },
  161. "gid": 1001,
  162. "group": "frappe",
  163. "invocation": {
  164. "module_args": {
  165. "_diff_peek": null,
  166. "_original_basename": null,
  167. "access_time": null,
  168. "access_time_format": "%Y%m%d%H%M.%S",
  169. "attributes": null,
  170. "backup": null,
  171. "content": null,
  172. "delimiter": null,
  173. "directory_mode": null,
  174. "follow": true,
  175. "force": false,
  176. "group": "frappe",
  177. "mode": "o+rx",
  178. "modification_time": null,
  179. "modification_time_format": "%Y%m%d%H%M.%S",
  180. "owner": "frappe",
  181. "path": "/home/frappe",
  182. "recurse": true,
  183. "regexp": null,
  184. "remote_src": null,
  185. "selevel": null,
  186. "serole": null,
  187. "setype": null,
  188. "seuser": null,
  189. "src": null,
  190. "state": "directory",
  191. "unsafe_writes": null
  192. }
  193. },
  194. "mode": "0755",
  195. "owner": "frappe",
  196. "path": "/home/frappe",
  197. "size": 4096,
  198. "state": "directory",
  199. "uid": 1001
  200. }
  201.  
  202. TASK [Set /tmp/.bench folder perms] **********************************************************************************************************************************************************
  203. task path: /tmp/.bench/bench/playbooks/create_user.yml:20
  204. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  205. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  206. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163333.8821962-170379-128184270075483 && echo ansible-tmp-1626163333.8821962-170379-128184270075483="` echo /root/.ansible/tmp/ansible-tmp-1626163333.8821962-170379-128184270075483 `" ) && sleep 0'
  207. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/file.py
  208. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170221p1mvpewe/tmph6he5xvi TO /root/.ansible/tmp/ansible-tmp-1626163333.8821962-170379-128184270075483/AnsiballZ_file.py
  209. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163333.8821962-170379-128184270075483/ /root/.ansible/tmp/ansible-tmp-1626163333.8821962-170379-128184270075483/AnsiballZ_file.py && sleep 0'
  210. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163333.8821962-170379-128184270075483/AnsiballZ_file.py && sleep 0'
  211. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163333.8821962-170379-128184270075483/ > /dev/null 2>&1 && sleep 0'
  212. ok: [localhost] => {
  213. "changed": false,
  214. "diff": {
  215. "after": {
  216. "path": "/tmp/.bench"
  217. },
  218. "before": {
  219. "path": "/tmp/.bench"
  220. }
  221. },
  222. "gid": 1001,
  223. "group": "frappe",
  224. "invocation": {
  225. "module_args": {
  226. "_diff_peek": null,
  227. "_original_basename": null,
  228. "access_time": null,
  229. "access_time_format": "%Y%m%d%H%M.%S",
  230. "attributes": null,
  231. "backup": null,
  232. "content": null,
  233. "delimiter": null,
  234. "directory_mode": null,
  235. "follow": true,
  236. "force": false,
  237. "group": "frappe",
  238. "mode": null,
  239. "modification_time": null,
  240. "modification_time_format": "%Y%m%d%H%M.%S",
  241. "owner": "frappe",
  242. "path": "/tmp/.bench",
  243. "recurse": true,
  244. "regexp": null,
  245. "remote_src": null,
  246. "selevel": null,
  247. "serole": null,
  248. "setype": null,
  249. "seuser": null,
  250. "src": null,
  251. "state": "directory",
  252. "unsafe_writes": null
  253. }
  254. },
  255. "mode": "0755",
  256. "owner": "frappe",
  257. "path": "/tmp/.bench",
  258. "size": 4096,
  259. "state": "directory",
  260. "uid": 1001
  261. }
  262.  
  263. TASK [Change default shell to bash] **********************************************************************************************************************************************************
  264. task path: /tmp/.bench/bench/playbooks/create_user.yml:27
  265. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  266. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  267. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163334.5910525-170405-191202074588644 && echo ansible-tmp-1626163334.5910525-170405-191202074588644="` echo /root/.ansible/tmp/ansible-tmp-1626163334.5910525-170405-191202074588644 `" ) && sleep 0'
  268. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/commands/command.py
  269. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170221p1mvpewe/tmpukdmz1vi TO /root/.ansible/tmp/ansible-tmp-1626163334.5910525-170405-191202074588644/AnsiballZ_command.py
  270. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163334.5910525-170405-191202074588644/ /root/.ansible/tmp/ansible-tmp-1626163334.5910525-170405-191202074588644/AnsiballZ_command.py && sleep 0'
  271. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163334.5910525-170405-191202074588644/AnsiballZ_command.py && sleep 0'
  272. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163334.5910525-170405-191202074588644/ > /dev/null 2>&1 && sleep 0'
  273. changed: [localhost] => {
  274. "changed": true,
  275. "cmd": "chsh frappe -s $(which bash)",
  276. "delta": "0:00:00.300608",
  277. "end": "2021-07-13 08:02:15.658816",
  278. "invocation": {
  279. "module_args": {
  280. "_raw_params": "chsh frappe -s $(which bash)",
  281. "_uses_shell": true,
  282. "argv": null,
  283. "chdir": null,
  284. "creates": null,
  285. "executable": null,
  286. "removes": null,
  287. "stdin": null,
  288. "stdin_add_newline": true,
  289. "strip_empty_ends": true,
  290. "warn": true
  291. }
  292. },
  293. "rc": 0,
  294. "start": "2021-07-13 08:02:15.358208",
  295. "stderr": "",
  296. "stderr_lines": [],
  297. "stdout": "",
  298. "stdout_lines": []
  299. }
  300. META: ran handlers
  301. META: ran handlers
  302.  
  303. PLAY RECAP ***********************************************************************************************************************************************************************************
  304. localhost : ok=5 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
  305.  
  306. ansible-playbook 2.8.20
  307. config file = None
  308. configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  309. ansible python module location = /usr/local/lib/python3.8/dist-packages/ansible
  310. executable location = /usr/local/bin/ansible-playbook
  311. python version = 3.8.10 (default, Jun 2 2021, 10:49:15) [GCC 9.4.0]
  312. No config file found; using defaults
  313. setting up inventory plugins
  314. host_list declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
  315. Skipping due to inventory source not existing or not being readable by the current user
  316. script declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
  317. auto declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
  318. Skipping due to inventory source not existing or not being readable by the current user
  319. yaml declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
  320. Skipping due to inventory source not existing or not being readable by the current user
  321. ini declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
  322. Skipping due to inventory source not existing or not being readable by the current user
  323. toml declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
  324. statically imported: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/centos.yml
  325. statically imported: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/ubuntu-trusty.yml
  326. statically imported: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/ubuntu-xenial_bionic.yml
  327. Loading callback plugin default of type stdout, v2.0 from /usr/local/lib/python3.8/dist-packages/ansible/plugins/callback/default.py
  328.  
  329. PLAYBOOK: site.yml ***************************************************************************************************************************************************************************
  330. Positional arguments: site.yml
  331. verbosity: 4
  332. connection: local
  333. timeout: 10
  334. become: True
  335. become_method: sudo
  336. become_user: frappe
  337. tags: ('all',)
  338. inventory: ('/etc/ansible/hosts',)
  339. extra_vars: ('@/tmp/extra_vars.json',)
  340. forks: 5
  341. 2 plays in site.yml
  342.  
  343. PLAY [localhost] *****************************************************************************************************************************************************************************
  344.  
  345. TASK [Gathering Facts] ***********************************************************************************************************************************************************************
  346. task path: /tmp/.bench/bench/playbooks/site.yml:4
  347. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  348. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  349. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163338.0999203-170446-207018630653315 && echo ansible-tmp-1626163338.0999203-170446-207018630653315="` echo /root/.ansible/tmp/ansible-tmp-1626163338.0999203-170446-207018630653315 `" ) && sleep 0'
  350. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/system/setup.py
  351. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpkvqgn8e4 TO /root/.ansible/tmp/ansible-tmp-1626163338.0999203-170446-207018630653315/AnsiballZ_setup.py
  352. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163338.0999203-170446-207018630653315/ /root/.ansible/tmp/ansible-tmp-1626163338.0999203-170446-207018630653315/AnsiballZ_setup.py && sleep 0'
  353. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163338.0999203-170446-207018630653315/AnsiballZ_setup.py && sleep 0'
  354. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163338.0999203-170446-207018630653315/ > /dev/null 2>&1 && sleep 0'
  355. ok: [localhost]
  356. META: ran handlers
  357.  
  358. TASK [common : include_tasks] ****************************************************************************************************************************************************************
  359. task path: /tmp/.bench/bench/playbooks/roles/common/tasks/main.yml:4
  360. included: /tmp/.bench/bench/playbooks/roles/common/tasks/debian_family.yml for localhost
  361.  
  362. TASK [common : Install prerequisites using apt-get] ******************************************************************************************************************************************
  363. task path: /tmp/.bench/bench/playbooks/roles/common/tasks/debian_family.yml:3
  364. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  365. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  366. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163341.6138396-170522-28368345552179 && echo ansible-tmp-1626163341.6138396-170522-28368345552179="` echo /root/.ansible/tmp/ansible-tmp-1626163341.6138396-170522-28368345552179 `" ) && sleep 0'
  367. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/packaging/os/apt.py
  368. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmphu74ivfa TO /root/.ansible/tmp/ansible-tmp-1626163341.6138396-170522-28368345552179/AnsiballZ_apt.py
  369. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163341.6138396-170522-28368345552179/ /root/.ansible/tmp/ansible-tmp-1626163341.6138396-170522-28368345552179/AnsiballZ_apt.py && sleep 0'
  370. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163341.6138396-170522-28368345552179/AnsiballZ_apt.py && sleep 0'
  371. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163341.6138396-170522-28368345552179/ > /dev/null 2>&1 && sleep 0'
  372. ok: [localhost] => {
  373. "cache_update_time": 1626163238,
  374. "cache_updated": false,
  375. "changed": false,
  376. "invocation": {
  377. "module_args": {
  378. "allow_unauthenticated": false,
  379. "autoclean": false,
  380. "autoremove": false,
  381. "cache_valid_time": 0,
  382. "deb": null,
  383. "default_release": null,
  384. "dpkg_options": "force-confdef,force-confold",
  385. "force": true,
  386. "force_apt_get": false,
  387. "install_recommends": null,
  388. "only_upgrade": false,
  389. "package": [
  390. "dnsmasq",
  391. "fontconfig",
  392. "git",
  393. "htop",
  394. "libcrypto++-dev",
  395. "libfreetype6-dev",
  396. "liblcms2-dev",
  397. "libwebp-dev",
  398. "libxext6",
  399. "libxrender1",
  400. "libxslt1-dev",
  401. "libxslt1.1",
  402. "libffi-dev",
  403. "ntp",
  404. "postfix",
  405. "python3-dev",
  406. "python-tk",
  407. "screen",
  408. "vim",
  409. "xfonts-75dpi",
  410. "xfonts-base",
  411. "zlib1g-dev",
  412. "apt-transport-https",
  413. "libsasl2-dev",
  414. "libldap2-dev",
  415. "libcups2-dev",
  416. "pv"
  417. ],
  418. "pkg": [
  419. "dnsmasq",
  420. "fontconfig",
  421. "git",
  422. "htop",
  423. "libcrypto++-dev",
  424. "libfreetype6-dev",
  425. "liblcms2-dev",
  426. "libwebp-dev",
  427. "libxext6",
  428. "libxrender1",
  429. "libxslt1-dev",
  430. "libxslt1.1",
  431. "libffi-dev",
  432. "ntp",
  433. "postfix",
  434. "python3-dev",
  435. "python-tk",
  436. "screen",
  437. "vim",
  438. "xfonts-75dpi",
  439. "xfonts-base",
  440. "zlib1g-dev",
  441. "apt-transport-https",
  442. "libsasl2-dev",
  443. "libldap2-dev",
  444. "libcups2-dev",
  445. "pv"
  446. ],
  447. "policy_rc_d": null,
  448. "purge": false,
  449. "state": "present",
  450. "update_cache": null,
  451. "upgrade": null
  452. }
  453. }
  454. }
  455.  
  456. TASK [common : include_tasks] ****************************************************************************************************************************************************************
  457. task path: /tmp/.bench/bench/playbooks/roles/common/tasks/debian_family.yml:38
  458. skipping: [localhost] => {
  459. "changed": false,
  460. "skip_reason": "Conditional result was False"
  461. }
  462.  
  463. TASK [common : include_tasks] ****************************************************************************************************************************************************************
  464. task path: /tmp/.bench/bench/playbooks/roles/common/tasks/debian_family.yml:41
  465. included: /tmp/.bench/bench/playbooks/roles/common/tasks/ubuntu.yml for localhost
  466.  
  467. TASK [common : install pillow prerequisites for Ubuntu < 14.04] ******************************************************************************************************************************
  468. task path: /tmp/.bench/bench/playbooks/roles/common/tasks/ubuntu.yml:3
  469. skipping: [localhost] => {
  470. "changed": false,
  471. "skip_reason": "Conditional result was False"
  472. }
  473.  
  474. TASK [common : install pillow prerequisites for Ubuntu >= 14.04] *****************************************************************************************************************************
  475. task path: /tmp/.bench/bench/playbooks/roles/common/tasks/ubuntu.yml:14
  476. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  477. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  478. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163345.348004-170561-103122062221378 && echo ansible-tmp-1626163345.348004-170561-103122062221378="` echo /root/.ansible/tmp/ansible-tmp-1626163345.348004-170561-103122062221378 `" ) && sleep 0'
  479. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/packaging/os/apt.py
  480. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp650l19d2 TO /root/.ansible/tmp/ansible-tmp-1626163345.348004-170561-103122062221378/AnsiballZ_apt.py
  481. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163345.348004-170561-103122062221378/ /root/.ansible/tmp/ansible-tmp-1626163345.348004-170561-103122062221378/AnsiballZ_apt.py && sleep 0'
  482. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163345.348004-170561-103122062221378/AnsiballZ_apt.py && sleep 0'
  483. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163345.348004-170561-103122062221378/ > /dev/null 2>&1 && sleep 0'
  484. ok: [localhost] => {
  485. "cache_update_time": 1626163238,
  486. "cache_updated": false,
  487. "changed": false,
  488. "invocation": {
  489. "module_args": {
  490. "allow_unauthenticated": false,
  491. "autoclean": false,
  492. "autoremove": false,
  493. "cache_valid_time": 0,
  494. "deb": null,
  495. "default_release": null,
  496. "dpkg_options": "force-confdef,force-confold",
  497. "force": true,
  498. "force_apt_get": false,
  499. "install_recommends": null,
  500. "only_upgrade": false,
  501. "package": [
  502. "libjpeg8-dev",
  503. "libtiff5-dev",
  504. "tcl8.6-dev",
  505. "tk8.6-dev"
  506. ],
  507. "pkg": [
  508. "libjpeg8-dev",
  509. "libtiff5-dev",
  510. "tcl8.6-dev",
  511. "tk8.6-dev"
  512. ],
  513. "policy_rc_d": null,
  514. "purge": false,
  515. "state": "present",
  516. "update_cache": null,
  517. "upgrade": null
  518. }
  519. }
  520. }
  521.  
  522. TASK [common : install pdf prerequisites for Ubuntu < 18.04] *********************************************************************************************************************************
  523. task path: /tmp/.bench/bench/playbooks/roles/common/tasks/ubuntu.yml:25
  524. skipping: [localhost] => {
  525. "changed": false,
  526. "skip_reason": "Conditional result was False"
  527. }
  528.  
  529. TASK [common : install pdf prerequisites for Ubuntu >= 18.04] ********************************************************************************************************************************
  530. task path: /tmp/.bench/bench/playbooks/roles/common/tasks/ubuntu.yml:33
  531. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  532. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  533. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163348.4439604-170595-52332925987418 && echo ansible-tmp-1626163348.4439604-170595-52332925987418="` echo /root/.ansible/tmp/ansible-tmp-1626163348.4439604-170595-52332925987418 `" ) && sleep 0'
  534. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/packaging/os/apt.py
  535. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp3dnq89cq TO /root/.ansible/tmp/ansible-tmp-1626163348.4439604-170595-52332925987418/AnsiballZ_apt.py
  536. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163348.4439604-170595-52332925987418/ /root/.ansible/tmp/ansible-tmp-1626163348.4439604-170595-52332925987418/AnsiballZ_apt.py && sleep 0'
  537. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163348.4439604-170595-52332925987418/AnsiballZ_apt.py && sleep 0'
  538. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163348.4439604-170595-52332925987418/ > /dev/null 2>&1 && sleep 0'
  539. ok: [localhost] => {
  540. "cache_update_time": 1626163238,
  541. "cache_updated": false,
  542. "changed": false,
  543. "invocation": {
  544. "module_args": {
  545. "allow_unauthenticated": false,
  546. "autoclean": false,
  547. "autoremove": false,
  548. "cache_valid_time": 0,
  549. "deb": null,
  550. "default_release": null,
  551. "dpkg_options": "force-confdef,force-confold",
  552. "force": true,
  553. "force_apt_get": false,
  554. "install_recommends": null,
  555. "only_upgrade": false,
  556. "package": [
  557. "libssl1.1"
  558. ],
  559. "pkg": [
  560. "libssl1.1"
  561. ],
  562. "policy_rc_d": null,
  563. "purge": false,
  564. "state": "present",
  565. "update_cache": null,
  566. "upgrade": null
  567. }
  568. }
  569. }
  570.  
  571. TASK [common : include_tasks] ****************************************************************************************************************************************************************
  572. task path: /tmp/.bench/bench/playbooks/roles/common/tasks/main.yml:7
  573. skipping: [localhost] => {
  574. "changed": false,
  575. "skip_reason": "Conditional result was False"
  576. }
  577.  
  578. TASK [locale : Check current locale] *********************************************************************************************************************************************************
  579. task path: /tmp/.bench/bench/playbooks/roles/locale/tasks/main.yml:2
  580. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  581. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  582. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163351.333335-170628-255102544415228 && echo ansible-tmp-1626163351.333335-170628-255102544415228="` echo /root/.ansible/tmp/ansible-tmp-1626163351.333335-170628-255102544415228 `" ) && sleep 0'
  583. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/commands/command.py
  584. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp50a6xak6 TO /root/.ansible/tmp/ansible-tmp-1626163351.333335-170628-255102544415228/AnsiballZ_command.py
  585. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163351.333335-170628-255102544415228/ /root/.ansible/tmp/ansible-tmp-1626163351.333335-170628-255102544415228/AnsiballZ_command.py && sleep 0'
  586. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163351.333335-170628-255102544415228/AnsiballZ_command.py && sleep 0'
  587. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163351.333335-170628-255102544415228/ > /dev/null 2>&1 && sleep 0'
  588. changed: [localhost] => {
  589. "changed": true,
  590. "cmd": "localectl",
  591. "delta": "0:00:01.128525",
  592. "end": "2021-07-13 08:02:33.605908",
  593. "invocation": {
  594. "module_args": {
  595. "_raw_params": "localectl",
  596. "_uses_shell": true,
  597. "argv": null,
  598. "chdir": null,
  599. "creates": null,
  600. "executable": null,
  601. "removes": null,
  602. "stdin": null,
  603. "stdin_add_newline": true,
  604. "strip_empty_ends": true,
  605. "warn": true
  606. }
  607. },
  608. "rc": 0,
  609. "start": "2021-07-13 08:02:32.477383",
  610. "stderr": "",
  611. "stderr_lines": [],
  612. "stdout": " System Locale: LANG=en_US.utf8\n VC Keymap: us\n X11 Layout: us\n X11 Model: pc105+inet\n X11 Options: terminate:ctrl_alt_bksp",
  613. "stdout_lines": [
  614. " System Locale: LANG=en_US.utf8",
  615. " VC Keymap: us",
  616. " X11 Layout: us",
  617. " X11 Model: pc105+inet",
  618. " X11 Options: terminate:ctrl_alt_bksp"
  619. ]
  620. }
  621.  
  622. TASK [locale : Set Locale] *******************************************************************************************************************************************************************
  623. task path: /tmp/.bench/bench/playbooks/roles/locale/tasks/main.yml:7
  624. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  625. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  626. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163353.8163407-170670-185762520097771 && echo ansible-tmp-1626163353.8163407-170670-185762520097771="` echo /root/.ansible/tmp/ansible-tmp-1626163353.8163407-170670-185762520097771 `" ) && sleep 0'
  627. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/commands/command.py
  628. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpqwspb77z TO /root/.ansible/tmp/ansible-tmp-1626163353.8163407-170670-185762520097771/AnsiballZ_command.py
  629. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163353.8163407-170670-185762520097771/ /root/.ansible/tmp/ansible-tmp-1626163353.8163407-170670-185762520097771/AnsiballZ_command.py && sleep 0'
  630. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163353.8163407-170670-185762520097771/AnsiballZ_command.py && sleep 0'
  631. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163353.8163407-170670-185762520097771/ > /dev/null 2>&1 && sleep 0'
  632. changed: [localhost] => {
  633. "changed": true,
  634. "cmd": [
  635. "localectl",
  636. "set-locale",
  637. "LANG=en_US.utf8"
  638. ],
  639. "delta": "0:00:00.014052",
  640. "end": "2021-07-13 08:02:34.309201",
  641. "invocation": {
  642. "module_args": {
  643. "_raw_params": "localectl set-locale LANG=en_US.utf8",
  644. "_uses_shell": false,
  645. "argv": null,
  646. "chdir": null,
  647. "creates": null,
  648. "executable": null,
  649. "removes": null,
  650. "stdin": null,
  651. "stdin_add_newline": true,
  652. "strip_empty_ends": true,
  653. "warn": true
  654. }
  655. },
  656. "rc": 0,
  657. "start": "2021-07-13 08:02:34.295149",
  658. "stderr": "",
  659. "stderr_lines": [],
  660. "stdout": "",
  661. "stdout_lines": []
  662. }
  663.  
  664. TASK [locale : Set keymap] *******************************************************************************************************************************************************************
  665. task path: /tmp/.bench/bench/playbooks/roles/locale/tasks/main.yml:11
  666. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  667. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  668. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163354.4451654-170697-178196797974439 && echo ansible-tmp-1626163354.4451654-170697-178196797974439="` echo /root/.ansible/tmp/ansible-tmp-1626163354.4451654-170697-178196797974439 `" ) && sleep 0'
  669. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/commands/command.py
  670. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp617b7co4 TO /root/.ansible/tmp/ansible-tmp-1626163354.4451654-170697-178196797974439/AnsiballZ_command.py
  671. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163354.4451654-170697-178196797974439/ /root/.ansible/tmp/ansible-tmp-1626163354.4451654-170697-178196797974439/AnsiballZ_command.py && sleep 0'
  672. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163354.4451654-170697-178196797974439/AnsiballZ_command.py && sleep 0'
  673. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163354.4451654-170697-178196797974439/ > /dev/null 2>&1 && sleep 0'
  674. changed: [localhost] => {
  675. "changed": true,
  676. "cmd": [
  677. "localectl",
  678. "set-keymap",
  679. "us"
  680. ],
  681. "delta": "0:00:00.017330",
  682. "end": "2021-07-13 08:02:34.936986",
  683. "invocation": {
  684. "module_args": {
  685. "_raw_params": "localectl set-keymap us",
  686. "_uses_shell": false,
  687. "argv": null,
  688. "chdir": null,
  689. "creates": null,
  690. "executable": null,
  691. "removes": null,
  692. "stdin": null,
  693. "stdin_add_newline": true,
  694. "strip_empty_ends": true,
  695. "warn": true
  696. }
  697. },
  698. "rc": 0,
  699. "start": "2021-07-13 08:02:34.919656",
  700. "stderr": "",
  701. "stderr_lines": [],
  702. "stdout": "",
  703. "stdout_lines": []
  704. }
  705.  
  706. TASK [locale : Set Locale as en_US] **********************************************************************************************************************************************************
  707. task path: /tmp/.bench/bench/playbooks/roles/locale/tasks/main.yml:15
  708. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  709. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  710. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163355.1943033-170724-101018803582863 && echo ansible-tmp-1626163355.1943033-170724-101018803582863="` echo /root/.ansible/tmp/ansible-tmp-1626163355.1943033-170724-101018803582863 `" ) && sleep 0'
  711. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/lineinfile.py
  712. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp8c4jya69 TO /root/.ansible/tmp/ansible-tmp-1626163355.1943033-170724-101018803582863/AnsiballZ_lineinfile.py
  713. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163355.1943033-170724-101018803582863/ /root/.ansible/tmp/ansible-tmp-1626163355.1943033-170724-101018803582863/AnsiballZ_lineinfile.py && sleep 0'
  714. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163355.1943033-170724-101018803582863/AnsiballZ_lineinfile.py && sleep 0'
  715. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163355.1943033-170724-101018803582863/ > /dev/null 2>&1 && sleep 0'
  716. ok: [localhost] => (item=LC_ALL=en_US.UTF-8) => {
  717. "ansible_loop_var": "item",
  718. "backup": "",
  719. "changed": false,
  720. "diff": [
  721. {
  722. "after": "",
  723. "after_header": "/etc/environment (content)",
  724. "before": "",
  725. "before_header": "/etc/environment (content)"
  726. },
  727. {
  728. "after_header": "/etc/environment (file attributes)",
  729. "before_header": "/etc/environment (file attributes)"
  730. }
  731. ],
  732. "invocation": {
  733. "module_args": {
  734. "attributes": null,
  735. "backrefs": false,
  736. "backup": true,
  737. "content": null,
  738. "create": false,
  739. "delimiter": null,
  740. "dest": "/etc/environment",
  741. "directory_mode": null,
  742. "firstmatch": false,
  743. "follow": false,
  744. "force": null,
  745. "group": null,
  746. "insertafter": null,
  747. "insertbefore": null,
  748. "line": "LC_ALL=en_US.UTF-8",
  749. "mode": null,
  750. "owner": null,
  751. "path": "/etc/environment",
  752. "regexp": null,
  753. "remote_src": null,
  754. "selevel": null,
  755. "serole": null,
  756. "setype": null,
  757. "seuser": null,
  758. "src": null,
  759. "state": "present",
  760. "unsafe_writes": null,
  761. "validate": null
  762. }
  763. },
  764. "item": "LC_ALL=en_US.UTF-8",
  765. "msg": ""
  766. }
  767. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  768. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163356.225438-170724-189834156201570 && echo ansible-tmp-1626163356.225438-170724-189834156201570="` echo /root/.ansible/tmp/ansible-tmp-1626163356.225438-170724-189834156201570 `" ) && sleep 0'
  769. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/lineinfile.py
  770. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpomiibe9_ TO /root/.ansible/tmp/ansible-tmp-1626163356.225438-170724-189834156201570/AnsiballZ_lineinfile.py
  771. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163356.225438-170724-189834156201570/ /root/.ansible/tmp/ansible-tmp-1626163356.225438-170724-189834156201570/AnsiballZ_lineinfile.py && sleep 0'
  772. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163356.225438-170724-189834156201570/AnsiballZ_lineinfile.py && sleep 0'
  773. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163356.225438-170724-189834156201570/ > /dev/null 2>&1 && sleep 0'
  774. ok: [localhost] => (item=LC_CTYPE=en_US.UTF-8) => {
  775. "ansible_loop_var": "item",
  776. "backup": "",
  777. "changed": false,
  778. "diff": [
  779. {
  780. "after": "",
  781. "after_header": "/etc/environment (content)",
  782. "before": "",
  783. "before_header": "/etc/environment (content)"
  784. },
  785. {
  786. "after_header": "/etc/environment (file attributes)",
  787. "before_header": "/etc/environment (file attributes)"
  788. }
  789. ],
  790. "invocation": {
  791. "module_args": {
  792. "attributes": null,
  793. "backrefs": false,
  794. "backup": true,
  795. "content": null,
  796. "create": false,
  797. "delimiter": null,
  798. "dest": "/etc/environment",
  799. "directory_mode": null,
  800. "firstmatch": false,
  801. "follow": false,
  802. "force": null,
  803. "group": null,
  804. "insertafter": null,
  805. "insertbefore": null,
  806. "line": "LC_CTYPE=en_US.UTF-8",
  807. "mode": null,
  808. "owner": null,
  809. "path": "/etc/environment",
  810. "regexp": null,
  811. "remote_src": null,
  812. "selevel": null,
  813. "serole": null,
  814. "setype": null,
  815. "seuser": null,
  816. "src": null,
  817. "state": "present",
  818. "unsafe_writes": null,
  819. "validate": null
  820. }
  821. },
  822. "item": "LC_CTYPE=en_US.UTF-8",
  823. "msg": ""
  824. }
  825. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  826. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163356.5883489-170724-70127525240867 && echo ansible-tmp-1626163356.5883489-170724-70127525240867="` echo /root/.ansible/tmp/ansible-tmp-1626163356.5883489-170724-70127525240867 `" ) && sleep 0'
  827. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/lineinfile.py
  828. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp5gsxjw0z TO /root/.ansible/tmp/ansible-tmp-1626163356.5883489-170724-70127525240867/AnsiballZ_lineinfile.py
  829. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163356.5883489-170724-70127525240867/ /root/.ansible/tmp/ansible-tmp-1626163356.5883489-170724-70127525240867/AnsiballZ_lineinfile.py && sleep 0'
  830. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163356.5883489-170724-70127525240867/AnsiballZ_lineinfile.py && sleep 0'
  831. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163356.5883489-170724-70127525240867/ > /dev/null 2>&1 && sleep 0'
  832. ok: [localhost] => (item=LANG=en_US.UTF-8) => {
  833. "ansible_loop_var": "item",
  834. "backup": "",
  835. "changed": false,
  836. "diff": [
  837. {
  838. "after": "",
  839. "after_header": "/etc/environment (content)",
  840. "before": "",
  841. "before_header": "/etc/environment (content)"
  842. },
  843. {
  844. "after_header": "/etc/environment (file attributes)",
  845. "before_header": "/etc/environment (file attributes)"
  846. }
  847. ],
  848. "invocation": {
  849. "module_args": {
  850. "attributes": null,
  851. "backrefs": false,
  852. "backup": true,
  853. "content": null,
  854. "create": false,
  855. "delimiter": null,
  856. "dest": "/etc/environment",
  857. "directory_mode": null,
  858. "firstmatch": false,
  859. "follow": false,
  860. "force": null,
  861. "group": null,
  862. "insertafter": null,
  863. "insertbefore": null,
  864. "line": "LANG=en_US.UTF-8",
  865. "mode": null,
  866. "owner": null,
  867. "path": "/etc/environment",
  868. "regexp": null,
  869. "remote_src": null,
  870. "selevel": null,
  871. "serole": null,
  872. "setype": null,
  873. "seuser": null,
  874. "src": null,
  875. "state": "present",
  876. "unsafe_writes": null,
  877. "validate": null
  878. }
  879. },
  880. "item": "LANG=en_US.UTF-8",
  881. "msg": ""
  882. }
  883.  
  884. TASK [mariadb : Add repo file] ***************************************************************************************************************************************************************
  885. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/centos.yml:2
  886. skipping: [localhost] => {
  887. "changed": false,
  888. "skip_reason": "Conditional result was False"
  889. }
  890.  
  891. TASK [mariadb : Install MariaDB] *************************************************************************************************************************************************************
  892. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/centos.yml:5
  893. skipping: [localhost] => {
  894. "changed": false,
  895. "skip_reason": "Conditional result was False"
  896. }
  897.  
  898. TASK [mariadb : Install MySQLdb Python package for secure installations.] ********************************************************************************************************************
  899. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/centos.yml:13
  900. skipping: [localhost] => {
  901. "changed": false,
  902. "skip_reason": "Conditional result was False"
  903. }
  904.  
  905. TASK [mariadb : Add repo file] ***************************************************************************************************************************************************************
  906. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/ubuntu-trusty.yml:2
  907. skipping: [localhost] => {
  908. "changed": false,
  909. "skip_reason": "Conditional result was False"
  910. }
  911.  
  912. TASK [mariadb : Add repo key] ****************************************************************************************************************************************************************
  913. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/ubuntu-trusty.yml:6
  914. skipping: [localhost] => {
  915. "changed": false,
  916. "skip_reason": "Conditional result was False"
  917. }
  918.  
  919. TASK [mariadb : Update apt cache] ************************************************************************************************************************************************************
  920. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/ubuntu-trusty.yml:10
  921. skipping: [localhost] => {
  922. "changed": false,
  923. "skip_reason": "Conditional result was False"
  924. }
  925.  
  926. TASK [mariadb : Unattended package installation] *********************************************************************************************************************************************
  927. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/ubuntu-trusty.yml:14
  928. skipping: [localhost] => {
  929. "changed": false,
  930. "skip_reason": "Conditional result was False"
  931. }
  932.  
  933. TASK [mariadb : Install MariaDB] *************************************************************************************************************************************************************
  934. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/ubuntu-trusty.yml:18
  935. skipping: [localhost] => {
  936. "changed": false,
  937. "skip_reason": "Conditional result was False"
  938. }
  939.  
  940. TASK [mariadb : Install MySQLdb Python package for secure installations.] ********************************************************************************************************************
  941. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/ubuntu-trusty.yml:26
  942. skipping: [localhost] => {
  943. "changed": false,
  944. "skip_reason": "Conditional result was False"
  945. }
  946.  
  947. TASK [mariadb : Add repo file] ***************************************************************************************************************************************************************
  948. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/ubuntu-xenial_bionic.yml:2
  949. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  950. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  951. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163358.0186274-170818-12614419257381 && echo ansible-tmp-1626163358.0186274-170818-12614419257381="` echo /root/.ansible/tmp/ansible-tmp-1626163358.0186274-170818-12614419257381 `" ) && sleep 0'
  952. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/stat.py
  953. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpkwv7lp5l TO /root/.ansible/tmp/ansible-tmp-1626163358.0186274-170818-12614419257381/AnsiballZ_stat.py
  954. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163358.0186274-170818-12614419257381/ /root/.ansible/tmp/ansible-tmp-1626163358.0186274-170818-12614419257381/AnsiballZ_stat.py && sleep 0'
  955. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163358.0186274-170818-12614419257381/AnsiballZ_stat.py && sleep 0'
  956. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/file.py
  957. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpoidvuso3 TO /root/.ansible/tmp/ansible-tmp-1626163358.0186274-170818-12614419257381/AnsiballZ_file.py
  958. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163358.0186274-170818-12614419257381/ /root/.ansible/tmp/ansible-tmp-1626163358.0186274-170818-12614419257381/AnsiballZ_file.py && sleep 0'
  959. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163358.0186274-170818-12614419257381/AnsiballZ_file.py && sleep 0'
  960. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163358.0186274-170818-12614419257381/ > /dev/null 2>&1 && sleep 0'
  961. ok: [localhost] => {
  962. "changed": false,
  963. "checksum": "500e5e31a52f6e88e238fa6bcc5d0f2635cd44c3",
  964. "dest": "/etc/apt/sources.list.d/mariadb.list",
  965. "diff": {
  966. "after": {
  967. "path": "/etc/apt/sources.list.d/mariadb.list"
  968. },
  969. "before": {
  970. "path": "/etc/apt/sources.list.d/mariadb.list"
  971. }
  972. },
  973. "gid": 0,
  974. "group": "root",
  975. "invocation": {
  976. "module_args": {
  977. "_diff_peek": null,
  978. "_original_basename": "mariadb_ubuntu.list.j2",
  979. "access_time": null,
  980. "access_time_format": "%Y%m%d%H%M.%S",
  981. "attributes": null,
  982. "backup": null,
  983. "content": null,
  984. "delimiter": null,
  985. "dest": "/etc/apt/sources.list.d/mariadb.list",
  986. "directory_mode": null,
  987. "follow": false,
  988. "force": false,
  989. "group": "root",
  990. "mode": "0644",
  991. "modification_time": null,
  992. "modification_time_format": "%Y%m%d%H%M.%S",
  993. "owner": "root",
  994. "path": "/etc/apt/sources.list.d/mariadb.list",
  995. "recurse": false,
  996. "regexp": null,
  997. "remote_src": null,
  998. "selevel": null,
  999. "serole": null,
  1000. "setype": null,
  1001. "seuser": null,
  1002. "src": null,
  1003. "state": "file",
  1004. "unsafe_writes": null
  1005. }
  1006. },
  1007. "mode": "0644",
  1008. "owner": "root",
  1009. "path": "/etc/apt/sources.list.d/mariadb.list",
  1010. "size": 240,
  1011. "state": "file",
  1012. "uid": 0
  1013. }
  1014.  
  1015. TASK [mariadb : Add repo key] ****************************************************************************************************************************************************************
  1016. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/ubuntu-xenial_bionic.yml:6
  1017. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  1018. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1019. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163360.0058773-170855-129961030083543 && echo ansible-tmp-1626163360.0058773-170855-129961030083543="` echo /root/.ansible/tmp/ansible-tmp-1626163360.0058773-170855-129961030083543 `" ) && sleep 0'
  1020. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/packaging/os/apt_key.py
  1021. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpm0rkcoqw TO /root/.ansible/tmp/ansible-tmp-1626163360.0058773-170855-129961030083543/AnsiballZ_apt_key.py
  1022. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163360.0058773-170855-129961030083543/ /root/.ansible/tmp/ansible-tmp-1626163360.0058773-170855-129961030083543/AnsiballZ_apt_key.py && sleep 0'
  1023. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163360.0058773-170855-129961030083543/AnsiballZ_apt_key.py && sleep 0'
  1024. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163360.0058773-170855-129961030083543/ > /dev/null 2>&1 && sleep 0'
  1025. ok: [localhost] => {
  1026. "changed": false,
  1027. "invocation": {
  1028. "module_args": {
  1029. "data": null,
  1030. "file": null,
  1031. "id": "C74CD1D8",
  1032. "key": null,
  1033. "keyring": null,
  1034. "keyserver": null,
  1035. "state": "present",
  1036. "url": "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xF1656F24C74CD1D8",
  1037. "validate_certs": true
  1038. }
  1039. }
  1040. }
  1041.  
  1042. TASK [mariadb : Update apt cache] ************************************************************************************************************************************************************
  1043. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/ubuntu-xenial_bionic.yml:10
  1044. skipping: [localhost] => {
  1045. "changed": false,
  1046. "skip_reason": "Conditional result was False"
  1047. }
  1048.  
  1049. TASK [mariadb : Unattended package installation] *********************************************************************************************************************************************
  1050. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/ubuntu-xenial_bionic.yml:14
  1051. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  1052. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1053. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163362.5209556-171025-268348610187503 && echo ansible-tmp-1626163362.5209556-171025-268348610187503="` echo /root/.ansible/tmp/ansible-tmp-1626163362.5209556-171025-268348610187503 `" ) && sleep 0'
  1054. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/commands/command.py
  1055. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpdvmvys06 TO /root/.ansible/tmp/ansible-tmp-1626163362.5209556-171025-268348610187503/AnsiballZ_command.py
  1056. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163362.5209556-171025-268348610187503/ /root/.ansible/tmp/ansible-tmp-1626163362.5209556-171025-268348610187503/AnsiballZ_command.py && sleep 0'
  1057. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163362.5209556-171025-268348610187503/AnsiballZ_command.py && sleep 0'
  1058. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163362.5209556-171025-268348610187503/ > /dev/null 2>&1 && sleep 0'
  1059. ok: [localhost] => {
  1060. "changed": false,
  1061. "cmd": "export DEBIAN_FRONTEND=noninteractive",
  1062. "delta": "0:00:00.004362",
  1063. "end": "2021-07-13 08:02:42.908096",
  1064. "invocation": {
  1065. "module_args": {
  1066. "_raw_params": "export DEBIAN_FRONTEND=noninteractive",
  1067. "_uses_shell": true,
  1068. "argv": null,
  1069. "chdir": null,
  1070. "creates": null,
  1071. "executable": null,
  1072. "removes": null,
  1073. "stdin": null,
  1074. "stdin_add_newline": true,
  1075. "strip_empty_ends": true,
  1076. "warn": true
  1077. }
  1078. },
  1079. "rc": 0,
  1080. "start": "2021-07-13 08:02:42.903734",
  1081. "stderr": "",
  1082. "stderr_lines": [],
  1083. "stdout": "",
  1084. "stdout_lines": []
  1085. }
  1086.  
  1087. TASK [mariadb : Install MariaDB] *************************************************************************************************************************************************************
  1088. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/ubuntu-xenial_bionic.yml:18
  1089. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  1090. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1091. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163363.0452874-171052-71665577701318 && echo ansible-tmp-1626163363.0452874-171052-71665577701318="` echo /root/.ansible/tmp/ansible-tmp-1626163363.0452874-171052-71665577701318 `" ) && sleep 0'
  1092. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/packaging/os/apt.py
  1093. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpfy6s_ysk TO /root/.ansible/tmp/ansible-tmp-1626163363.0452874-171052-71665577701318/AnsiballZ_apt.py
  1094. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163363.0452874-171052-71665577701318/ /root/.ansible/tmp/ansible-tmp-1626163363.0452874-171052-71665577701318/AnsiballZ_apt.py && sleep 0'
  1095. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163363.0452874-171052-71665577701318/AnsiballZ_apt.py && sleep 0'
  1096. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163363.0452874-171052-71665577701318/ > /dev/null 2>&1 && sleep 0'
  1097. ok: [localhost] => {
  1098. "cache_update_time": 1626163238,
  1099. "cache_updated": false,
  1100. "changed": false,
  1101. "invocation": {
  1102. "module_args": {
  1103. "allow_unauthenticated": false,
  1104. "autoclean": false,
  1105. "autoremove": false,
  1106. "cache_valid_time": 0,
  1107. "deb": null,
  1108. "default_release": null,
  1109. "dpkg_options": "force-confdef,force-confold",
  1110. "force": false,
  1111. "force_apt_get": false,
  1112. "install_recommends": null,
  1113. "only_upgrade": false,
  1114. "package": [
  1115. "mariadb-server",
  1116. "mariadb-client",
  1117. "libmariadbclient18"
  1118. ],
  1119. "pkg": [
  1120. "mariadb-server",
  1121. "mariadb-client",
  1122. "libmariadbclient18"
  1123. ],
  1124. "policy_rc_d": null,
  1125. "purge": false,
  1126. "state": "present",
  1127. "update_cache": null,
  1128. "upgrade": null
  1129. }
  1130. }
  1131. }
  1132.  
  1133. TASK [mariadb : Install MySQLdb Python package for secure installations.] ********************************************************************************************************************
  1134. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/ubuntu-xenial_bionic.yml:26
  1135. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  1136. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1137. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163365.5832138-171083-113027311029608 && echo ansible-tmp-1626163365.5832138-171083-113027311029608="` echo /root/.ansible/tmp/ansible-tmp-1626163365.5832138-171083-113027311029608 `" ) && sleep 0'
  1138. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/packaging/os/apt.py
  1139. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpzjta2oht TO /root/.ansible/tmp/ansible-tmp-1626163365.5832138-171083-113027311029608/AnsiballZ_apt.py
  1140. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163365.5832138-171083-113027311029608/ /root/.ansible/tmp/ansible-tmp-1626163365.5832138-171083-113027311029608/AnsiballZ_apt.py && sleep 0'
  1141. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163365.5832138-171083-113027311029608/AnsiballZ_apt.py && sleep 0'
  1142. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163365.5832138-171083-113027311029608/ > /dev/null 2>&1 && sleep 0'
  1143. ok: [localhost] => {
  1144. "cache_update_time": 1626163238,
  1145. "cache_updated": false,
  1146. "changed": false,
  1147. "invocation": {
  1148. "module_args": {
  1149. "allow_unauthenticated": false,
  1150. "autoclean": false,
  1151. "autoremove": false,
  1152. "cache_valid_time": 0,
  1153. "deb": null,
  1154. "default_release": null,
  1155. "dpkg_options": "force-confdef,force-confold",
  1156. "force": false,
  1157. "force_apt_get": false,
  1158. "install_recommends": null,
  1159. "only_upgrade": false,
  1160. "package": [
  1161. "python3-mysqldb"
  1162. ],
  1163. "pkg": [
  1164. "python3-mysqldb"
  1165. ],
  1166. "policy_rc_d": null,
  1167. "purge": false,
  1168. "state": "present",
  1169. "update_cache": null,
  1170. "upgrade": null
  1171. }
  1172. }
  1173. }
  1174.  
  1175. TASK [mariadb : Add configuration] ***********************************************************************************************************************************************************
  1176. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/main.yml:11
  1177. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  1178. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1179. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163367.6767294-171115-33405136318947 && echo ansible-tmp-1626163367.6767294-171115-33405136318947="` echo /root/.ansible/tmp/ansible-tmp-1626163367.6767294-171115-33405136318947 `" ) && sleep 0'
  1180. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/stat.py
  1181. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpx3kvyvkr TO /root/.ansible/tmp/ansible-tmp-1626163367.6767294-171115-33405136318947/AnsiballZ_stat.py
  1182. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163367.6767294-171115-33405136318947/ /root/.ansible/tmp/ansible-tmp-1626163367.6767294-171115-33405136318947/AnsiballZ_stat.py && sleep 0'
  1183. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163367.6767294-171115-33405136318947/AnsiballZ_stat.py && sleep 0'
  1184. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpztjgfsgf/mariadb_config.cnf TO /root/.ansible/tmp/ansible-tmp-1626163367.6767294-171115-33405136318947/source
  1185. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163367.6767294-171115-33405136318947/ /root/.ansible/tmp/ansible-tmp-1626163367.6767294-171115-33405136318947/source && sleep 0'
  1186. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/copy.py
  1187. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpqa_rbset TO /root/.ansible/tmp/ansible-tmp-1626163367.6767294-171115-33405136318947/AnsiballZ_copy.py
  1188. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163367.6767294-171115-33405136318947/ /root/.ansible/tmp/ansible-tmp-1626163367.6767294-171115-33405136318947/AnsiballZ_copy.py && sleep 0'
  1189. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163367.6767294-171115-33405136318947/AnsiballZ_copy.py && sleep 0'
  1190. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163367.6767294-171115-33405136318947/ > /dev/null 2>&1 && sleep 0'
  1191. NOTIFIED HANDLER mariadb : restart mysql for localhost
  1192. changed: [localhost] => {
  1193. "changed": true,
  1194. "checksum": "1adea3cfdb389a311fec0fc4c6480ed0a089ac31",
  1195. "dest": "/etc/mysql/conf.d/settings.cnf",
  1196. "diff": [],
  1197. "gid": 0,
  1198. "group": "root",
  1199. "invocation": {
  1200. "module_args": {
  1201. "_original_basename": "mariadb_config.cnf",
  1202. "attributes": null,
  1203. "backup": false,
  1204. "checksum": "1adea3cfdb389a311fec0fc4c6480ed0a089ac31",
  1205. "content": null,
  1206. "delimiter": null,
  1207. "dest": "/etc/mysql/conf.d/settings.cnf",
  1208. "directory_mode": null,
  1209. "follow": false,
  1210. "force": true,
  1211. "group": "root",
  1212. "local_follow": null,
  1213. "mode": 420,
  1214. "owner": "root",
  1215. "regexp": null,
  1216. "remote_src": null,
  1217. "selevel": null,
  1218. "serole": null,
  1219. "setype": null,
  1220. "seuser": null,
  1221. "src": "/root/.ansible/tmp/ansible-tmp-1626163367.6767294-171115-33405136318947/source",
  1222. "unsafe_writes": null,
  1223. "validate": null
  1224. }
  1225. },
  1226. "md5sum": "bce74abfcf5f11f01b53b1664c7d0a69",
  1227. "mode": "0644",
  1228. "owner": "root",
  1229. "size": 1838,
  1230. "src": "/root/.ansible/tmp/ansible-tmp-1626163367.6767294-171115-33405136318947/source",
  1231. "state": "file",
  1232. "uid": 0
  1233. }
  1234.  
  1235. TASK [mariadb : include_tasks] ***************************************************************************************************************************************************************
  1236. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/main.yml:21
  1237. skipping: [localhost] => {
  1238. "changed": false,
  1239. "skip_reason": "Conditional result was False"
  1240. }
  1241.  
  1242. TASK [mariadb : Add configuration] ***********************************************************************************************************************************************************
  1243. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/main.yml:24
  1244. skipping: [localhost] => {
  1245. "changed": false,
  1246. "skip_reason": "Conditional result was False"
  1247. }
  1248.  
  1249. TASK [mariadb : Add additional conf for MariaDB 10.2 in mariadb.conf.d] **********************************************************************************************************************
  1250. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/main.yml:34
  1251. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  1252. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1253. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163369.8386717-171160-131027661705760 && echo ansible-tmp-1626163369.8386717-171160-131027661705760="` echo /root/.ansible/tmp/ansible-tmp-1626163369.8386717-171160-131027661705760 `" ) && sleep 0'
  1254. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/blockinfile.py
  1255. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpo7akuz5_ TO /root/.ansible/tmp/ansible-tmp-1626163369.8386717-171160-131027661705760/AnsiballZ_blockinfile.py
  1256. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163369.8386717-171160-131027661705760/ /root/.ansible/tmp/ansible-tmp-1626163369.8386717-171160-131027661705760/AnsiballZ_blockinfile.py && sleep 0'
  1257. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163369.8386717-171160-131027661705760/AnsiballZ_blockinfile.py && sleep 0'
  1258. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163369.8386717-171160-131027661705760/ > /dev/null 2>&1 && sleep 0'
  1259. changed: [localhost] => {
  1260. "changed": true,
  1261. "diff": [
  1262. {
  1263. "after": "",
  1264. "after_header": "/etc/mysql/conf.d/settings.cnf (content)",
  1265. "before": "",
  1266. "before_header": "/etc/mysql/conf.d/settings.cnf (content)"
  1267. },
  1268. {
  1269. "after_header": "/etc/mysql/conf.d/settings.cnf (file attributes)",
  1270. "before_header": "/etc/mysql/conf.d/settings.cnf (file attributes)"
  1271. }
  1272. ],
  1273. "invocation": {
  1274. "module_args": {
  1275. "attributes": null,
  1276. "backup": false,
  1277. "block": "# Import all .cnf files from configuration directory\n!includedir /etc/mysql/mariadb.conf.d/\n",
  1278. "content": null,
  1279. "create": false,
  1280. "delimiter": null,
  1281. "directory_mode": null,
  1282. "follow": false,
  1283. "force": null,
  1284. "group": null,
  1285. "insertafter": null,
  1286. "insertbefore": null,
  1287. "marker": "# {mark} ANSIBLE MANAGED BLOCK",
  1288. "marker_begin": "BEGIN",
  1289. "marker_end": "END",
  1290. "mode": null,
  1291. "owner": null,
  1292. "path": "/etc/mysql/conf.d/settings.cnf",
  1293. "regexp": null,
  1294. "remote_src": null,
  1295. "selevel": null,
  1296. "serole": null,
  1297. "setype": null,
  1298. "seuser": null,
  1299. "src": null,
  1300. "state": "present",
  1301. "unsafe_writes": null,
  1302. "validate": null
  1303. }
  1304. },
  1305. "msg": "Block inserted"
  1306. }
  1307.  
  1308. TASK [mariadb : Add additional conf for MariaDB 10.2 in mariadb.conf.d] **********************************************************************************************************************
  1309. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/main.yml:44
  1310. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  1311. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1312. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163370.8258257-171186-268516354596772 && echo ansible-tmp-1626163370.8258257-171186-268516354596772="` echo /root/.ansible/tmp/ansible-tmp-1626163370.8258257-171186-268516354596772 `" ) && sleep 0'
  1313. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/blockinfile.py
  1314. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpnrhinweq TO /root/.ansible/tmp/ansible-tmp-1626163370.8258257-171186-268516354596772/AnsiballZ_blockinfile.py
  1315. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163370.8258257-171186-268516354596772/ /root/.ansible/tmp/ansible-tmp-1626163370.8258257-171186-268516354596772/AnsiballZ_blockinfile.py && sleep 0'
  1316. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163370.8258257-171186-268516354596772/AnsiballZ_blockinfile.py && sleep 0'
  1317. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163370.8258257-171186-268516354596772/ > /dev/null 2>&1 && sleep 0'
  1318. ok: [localhost] => {
  1319. "changed": false,
  1320. "diff": [
  1321. {
  1322. "after": "",
  1323. "after_header": "/etc/mysql/mariadb.conf.d/erpnext.cnf (content)",
  1324. "before": "",
  1325. "before_header": "/etc/mysql/mariadb.conf.d/erpnext.cnf (content)"
  1326. },
  1327. {
  1328. "after_header": "/etc/mysql/mariadb.conf.d/erpnext.cnf (file attributes)",
  1329. "before_header": "/etc/mysql/mariadb.conf.d/erpnext.cnf (file attributes)"
  1330. }
  1331. ],
  1332. "invocation": {
  1333. "module_args": {
  1334. "attributes": null,
  1335. "backup": false,
  1336. "block": "[mysqld]\npid-file = /var/run/mysqld/mysqld.pid\nsocket = /var/run/mysqld/mysqld.sock\n\n# setting appeared inside mysql but overwritten by mariadb inside mariadb.conf.d/xx-server.cnf valued as utf8mb4_general_ci\n\ncollation-server = utf8mb4_unicode_ci\n",
  1337. "content": null,
  1338. "create": true,
  1339. "delimiter": null,
  1340. "directory_mode": null,
  1341. "follow": false,
  1342. "force": null,
  1343. "group": null,
  1344. "insertafter": null,
  1345. "insertbefore": null,
  1346. "marker": "# {mark} ANSIBLE MANAGED BLOCK",
  1347. "marker_begin": "BEGIN",
  1348. "marker_end": "END",
  1349. "mode": null,
  1350. "owner": null,
  1351. "path": "/etc/mysql/mariadb.conf.d/erpnext.cnf",
  1352. "regexp": null,
  1353. "remote_src": null,
  1354. "selevel": null,
  1355. "serole": null,
  1356. "setype": null,
  1357. "seuser": null,
  1358. "src": null,
  1359. "state": "present",
  1360. "unsafe_writes": null,
  1361. "validate": null
  1362. }
  1363. },
  1364. "msg": ""
  1365. }
  1366.  
  1367. TASK [mariadb : Start and enable service] ****************************************************************************************************************************************************
  1368. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/main.yml:60
  1369. Running systemd
  1370. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  1371. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1372. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163371.5049598-171212-85420466630884 && echo ansible-tmp-1626163371.5049598-171212-85420466630884="` echo /root/.ansible/tmp/ansible-tmp-1626163371.5049598-171212-85420466630884 `" ) && sleep 0'
  1373. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/system/systemd.py
  1374. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp51c4_baz TO /root/.ansible/tmp/ansible-tmp-1626163371.5049598-171212-85420466630884/AnsiballZ_systemd.py
  1375. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163371.5049598-171212-85420466630884/ /root/.ansible/tmp/ansible-tmp-1626163371.5049598-171212-85420466630884/AnsiballZ_systemd.py && sleep 0'
  1376. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163371.5049598-171212-85420466630884/AnsiballZ_systemd.py && sleep 0'
  1377. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163371.5049598-171212-85420466630884/ > /dev/null 2>&1 && sleep 0'
  1378. ok: [localhost] => {
  1379. "changed": false,
  1380. "enabled": true,
  1381. "invocation": {
  1382. "module_args": {
  1383. "daemon_reexec": false,
  1384. "daemon_reload": false,
  1385. "enabled": true,
  1386. "force": null,
  1387. "masked": null,
  1388. "name": "mysql",
  1389. "no_block": false,
  1390. "scope": null,
  1391. "state": "started",
  1392. "user": null
  1393. }
  1394. },
  1395. "name": "mysql",
  1396. "state": "started",
  1397. "status": {
  1398. "ActiveEnterTimestamp": "Tue 2021-07-13 07:40:02 UTC",
  1399. "ActiveEnterTimestampMonotonic": "151396202261",
  1400. "ActiveExitTimestamp": "Tue 2021-07-13 07:39:56 UTC",
  1401. "ActiveExitTimestampMonotonic": "151389546641",
  1402. "ActiveState": "active",
  1403. "After": "basic.target network.target systemd-journald.socket system.slice sysinit.target",
  1404. "AllowIsolate": "no",
  1405. "AllowedCPUs": "",
  1406. "AllowedMemoryNodes": "",
  1407. "AmbientCapabilities": "",
  1408. "AssertResult": "yes",
  1409. "AssertTimestamp": "Tue 2021-07-13 07:39:59 UTC",
  1410. "AssertTimestampMonotonic": "151392685300",
  1411. "Before": "multi-user.target shutdown.target",
  1412. "BlockIOAccounting": "no",
  1413. "BlockIOWeight": "[not set]",
  1414. "CPUAccounting": "no",
  1415. "CPUAffinity": "",
  1416. "CPUAffinityFromNUMA": "no",
  1417. "CPUQuotaPerSecUSec": "infinity",
  1418. "CPUQuotaPeriodUSec": "infinity",
  1419. "CPUSchedulingPolicy": "0",
  1420. "CPUSchedulingPriority": "0",
  1421. "CPUSchedulingResetOnFork": "no",
  1422. "CPUShares": "[not set]",
  1423. "CPUUsageNSec": "[not set]",
  1424. "CPUWeight": "[not set]",
  1425. "CacheDirectoryMode": "0755",
  1426. "CanIsolate": "no",
  1427. "CanReload": "no",
  1428. "CanStart": "yes",
  1429. "CanStop": "yes",
  1430. "CapabilityBoundingSet": "cap_dac_override cap_ipc_lock cap_audit_write",
  1431. "CleanResult": "success",
  1432. "CollectMode": "inactive",
  1433. "ConditionResult": "yes",
  1434. "ConditionTimestamp": "Tue 2021-07-13 07:39:59 UTC",
  1435. "ConditionTimestampMonotonic": "151392685299",
  1436. "ConfigurationDirectoryMode": "0755",
  1437. "Conflicts": "shutdown.target",
  1438. "ControlGroup": "/system.slice/mariadb.service",
  1439. "ControlPID": "0",
  1440. "DefaultDependencies": "yes",
  1441. "DefaultMemoryLow": "0",
  1442. "DefaultMemoryMin": "0",
  1443. "Delegate": "no",
  1444. "Description": "MariaDB 10.4.20 database server",
  1445. "DevicePolicy": "auto",
  1446. "Documentation": "man:mysqld(8) https://mariadb.com/kb/en/library/systemd/",
  1447. "DropInPaths": "/etc/systemd/system/mariadb.service.d/migrated-from-my.cnf-settings.conf",
  1448. "DynamicUser": "no",
  1449. "EffectiveCPUs": "",
  1450. "EffectiveMemoryNodes": "",
  1451. "ExecMainCode": "0",
  1452. "ExecMainExitTimestampMonotonic": "0",
  1453. "ExecMainPID": "168689",
  1454. "ExecMainStartTimestamp": "Tue 2021-07-13 07:40:00 UTC",
  1455. "ExecMainStartTimestampMonotonic": "151393692097",
  1456. "ExecMainStatus": "0",
  1457. "ExecStart": "{ path=/usr/sbin/mysqld ; argv[]=/usr/sbin/mysqld $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION ; ignore_errors=no ; start_time=[Tue 2021-07-13 07:40:00 UTC] ; stop_time=[n/a] ; pid=168689 ; code=(null) ; status=0/0 }",
  1458. "ExecStartEx": "{ path=/usr/sbin/mysqld ; argv[]=/usr/sbin/mysqld $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION ; flags= ; start_time=[Tue 2021-07-13 07:40:00 UTC] ; stop_time=[n/a] ; pid=168689 ; code=(null) ; status=0/0 }",
  1459. "ExecStartPost": "{ path=/etc/mysql/debian-start ; argv[]=/etc/mysql/debian-start ; ignore_errors=no ; start_time=[Tue 2021-07-13 07:40:02 UTC] ; stop_time=[Tue 2021-07-13 07:40:02 UTC] ; pid=168729 ; code=exited ; status=0 }",
  1460. "ExecStartPostEx": "{ path=/etc/mysql/debian-start ; argv[]=/etc/mysql/debian-start ; flags= ; start_time=[Tue 2021-07-13 07:40:02 UTC] ; stop_time=[Tue 2021-07-13 07:40:02 UTC] ; pid=168729 ; code=exited ; status=0 }",
  1461. "ExecStartPre": "{ path=/bin/sh ; argv[]=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= || VAR=`cd /usr/bin/..; /usr/bin/galera_recovery`; [ $? -eq 0 ] && systemctl set-environment _WSREP_START_POSITION=$VAR || exit 1 ; ignore_errors=no ; start_time=[Tue 2021-07-13 07:39:59 UTC] ; stop_time=[Tue 2021-07-13 07:40:00 UTC] ; pid=168412 ; code=exited ; status=0 }",
  1462. "ExecStartPreEx": "{ path=/bin/sh ; argv[]=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= || VAR=`cd /usr/bin/..; /usr/bin/galera_recovery`; [ $? -eq 0 ] && systemctl set-environment _WSREP_START_POSITION=$VAR || exit 1 ; flags= ; start_time=[Tue 2021-07-13 07:39:59 UTC] ; stop_time=[Tue 2021-07-13 07:40:00 UTC] ; pid=168412 ; code=exited ; status=0 }",
  1463. "FailureAction": "none",
  1464. "FileDescriptorStoreMax": "0",
  1465. "FinalKillSignal": "9",
  1466. "FragmentPath": "/lib/systemd/system/mariadb.service",
  1467. "GID": "121",
  1468. "Group": "mysql",
  1469. "GuessMainPID": "yes",
  1470. "IOAccounting": "no",
  1471. "IOReadBytes": "18446744073709551615",
  1472. "IOReadOperations": "18446744073709551615",
  1473. "IOSchedulingClass": "0",
  1474. "IOSchedulingPriority": "0",
  1475. "IOWeight": "[not set]",
  1476. "IOWriteBytes": "18446744073709551615",
  1477. "IOWriteOperations": "18446744073709551615",
  1478. "IPAccounting": "no",
  1479. "IPEgressBytes": "[no data]",
  1480. "IPEgressPackets": "[no data]",
  1481. "IPIngressBytes": "[no data]",
  1482. "IPIngressPackets": "[no data]",
  1483. "Id": "mariadb.service",
  1484. "IgnoreOnIsolate": "no",
  1485. "IgnoreSIGPIPE": "yes",
  1486. "InactiveEnterTimestamp": "Tue 2021-07-13 07:39:59 UTC",
  1487. "InactiveEnterTimestampMonotonic": "151392682596",
  1488. "InactiveExitTimestamp": "Tue 2021-07-13 07:39:59 UTC",
  1489. "InactiveExitTimestampMonotonic": "151392689519",
  1490. "InvocationID": "79086a34c0284111b3cbd2727c91be9c",
  1491. "JobRunningTimeoutUSec": "infinity",
  1492. "JobTimeoutAction": "none",
  1493. "JobTimeoutUSec": "infinity",
  1494. "KeyringMode": "private",
  1495. "KillMode": "control-group",
  1496. "KillSignal": "15",
  1497. "LimitAS": "infinity",
  1498. "LimitASSoft": "infinity",
  1499. "LimitCORE": "infinity",
  1500. "LimitCORESoft": "0",
  1501. "LimitCPU": "infinity",
  1502. "LimitCPUSoft": "infinity",
  1503. "LimitDATA": "infinity",
  1504. "LimitDATASoft": "infinity",
  1505. "LimitFSIZE": "infinity",
  1506. "LimitFSIZESoft": "infinity",
  1507. "LimitLOCKS": "infinity",
  1508. "LimitLOCKSSoft": "infinity",
  1509. "LimitMEMLOCK": "65536",
  1510. "LimitMEMLOCKSoft": "65536",
  1511. "LimitMSGQUEUE": "819200",
  1512. "LimitMSGQUEUESoft": "819200",
  1513. "LimitNICE": "0",
  1514. "LimitNICESoft": "0",
  1515. "LimitNOFILE": "32768",
  1516. "LimitNOFILESoft": "32768",
  1517. "LimitNPROC": "15402",
  1518. "LimitNPROCSoft": "15402",
  1519. "LimitRSS": "infinity",
  1520. "LimitRSSSoft": "infinity",
  1521. "LimitRTPRIO": "0",
  1522. "LimitRTPRIOSoft": "0",
  1523. "LimitRTTIME": "infinity",
  1524. "LimitRTTIMESoft": "infinity",
  1525. "LimitSIGPENDING": "15402",
  1526. "LimitSIGPENDINGSoft": "15402",
  1527. "LimitSTACK": "infinity",
  1528. "LimitSTACKSoft": "8388608",
  1529. "LoadState": "loaded",
  1530. "LockPersonality": "no",
  1531. "LogLevelMax": "-1",
  1532. "LogRateLimitBurst": "0",
  1533. "LogRateLimitIntervalUSec": "0",
  1534. "LogsDirectoryMode": "0755",
  1535. "MainPID": "168689",
  1536. "MemoryAccounting": "yes",
  1537. "MemoryCurrent": "180318208",
  1538. "MemoryDenyWriteExecute": "no",
  1539. "MemoryHigh": "infinity",
  1540. "MemoryLimit": "infinity",
  1541. "MemoryLow": "0",
  1542. "MemoryMax": "infinity",
  1543. "MemoryMin": "0",
  1544. "MemorySwapMax": "infinity",
  1545. "MountAPIVFS": "no",
  1546. "MountFlags": "",
  1547. "NFileDescriptorStore": "0",
  1548. "NRestarts": "0",
  1549. "NUMAMask": "",
  1550. "NUMAPolicy": "n/a",
  1551. "Names": "mariadb.service mysqld.service mysql.service",
  1552. "NeedDaemonReload": "no",
  1553. "Nice": "0",
  1554. "NoNewPrivileges": "no",
  1555. "NonBlocking": "no",
  1556. "NotifyAccess": "main",
  1557. "OOMPolicy": "stop",
  1558. "OOMScoreAdjust": "0",
  1559. "OnFailureJobMode": "replace",
  1560. "Perpetual": "no",
  1561. "PrivateDevices": "no",
  1562. "PrivateMounts": "no",
  1563. "PrivateNetwork": "no",
  1564. "PrivateTmp": "no",
  1565. "PrivateUsers": "no",
  1566. "ProtectControlGroups": "no",
  1567. "ProtectHome": "yes",
  1568. "ProtectHostname": "no",
  1569. "ProtectKernelLogs": "no",
  1570. "ProtectKernelModules": "no",
  1571. "ProtectKernelTunables": "no",
  1572. "ProtectSystem": "full",
  1573. "RefuseManualStart": "no",
  1574. "RefuseManualStop": "no",
  1575. "ReloadResult": "success",
  1576. "RemainAfterExit": "no",
  1577. "RemoveIPC": "no",
  1578. "Requires": "sysinit.target system.slice",
  1579. "Restart": "on-abort",
  1580. "RestartKillSignal": "15",
  1581. "RestartUSec": "5s",
  1582. "RestrictNamespaces": "no",
  1583. "RestrictRealtime": "no",
  1584. "RestrictSUIDSGID": "no",
  1585. "Result": "success",
  1586. "RootDirectoryStartOnly": "no",
  1587. "RuntimeDirectoryMode": "0755",
  1588. "RuntimeDirectoryPreserve": "no",
  1589. "RuntimeMaxUSec": "infinity",
  1590. "SameProcessGroup": "no",
  1591. "SecureBits": "0",
  1592. "SendSIGHUP": "no",
  1593. "SendSIGKILL": "no",
  1594. "Slice": "system.slice",
  1595. "StandardError": "syslog",
  1596. "StandardInput": "null",
  1597. "StandardInputData": "",
  1598. "StandardOutput": "syslog",
  1599. "StartLimitAction": "none",
  1600. "StartLimitBurst": "5",
  1601. "StartLimitIntervalUSec": "10s",
  1602. "StartupBlockIOWeight": "[not set]",
  1603. "StartupCPUShares": "[not set]",
  1604. "StartupCPUWeight": "[not set]",
  1605. "StartupIOWeight": "[not set]",
  1606. "StateChangeTimestamp": "Tue 2021-07-13 07:40:02 UTC",
  1607. "StateChangeTimestampMonotonic": "151396202261",
  1608. "StateDirectoryMode": "0755",
  1609. "StatusErrno": "0",
  1610. "StatusText": "Taking your SQL requests now...",
  1611. "StopWhenUnneeded": "no",
  1612. "SubState": "running",
  1613. "SuccessAction": "none",
  1614. "SyslogFacility": "3",
  1615. "SyslogIdentifier": "mysqld",
  1616. "SyslogLevel": "3",
  1617. "SyslogLevelPrefix": "yes",
  1618. "SyslogPriority": "27",
  1619. "SystemCallErrorNumber": "0",
  1620. "TTYReset": "no",
  1621. "TTYVHangup": "no",
  1622. "TTYVTDisallocate": "no",
  1623. "TasksAccounting": "yes",
  1624. "TasksCurrent": "35",
  1625. "TasksMax": "4620",
  1626. "TimeoutAbortUSec": "15min",
  1627. "TimeoutCleanUSec": "infinity",
  1628. "TimeoutStartUSec": "15min",
  1629. "TimeoutStopUSec": "15min",
  1630. "TimerSlackNSec": "50000",
  1631. "Transient": "no",
  1632. "Type": "notify",
  1633. "UID": "115",
  1634. "UMask": "0007",
  1635. "UnitFilePreset": "enabled",
  1636. "UnitFileState": "enabled",
  1637. "User": "mysql",
  1638. "UtmpMode": "init",
  1639. "WantedBy": "multi-user.target",
  1640. "WatchdogSignal": "6",
  1641. "WatchdogTimestampMonotonic": "0",
  1642. "WatchdogUSec": "0"
  1643. }
  1644. }
  1645.  
  1646. TASK [mariadb : debug] ***********************************************************************************************************************************************************************
  1647. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/main.yml:66
  1648. ok: [localhost] => {
  1649. "msg": "password"
  1650. }
  1651.  
  1652. TASK [mariadb : include_tasks] ***************************************************************************************************************************************************************
  1653. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/main.yml:69
  1654. included: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/mysql_secure_installation.yml for localhost
  1655.  
  1656. TASK [mariadb : debug] ***********************************************************************************************************************************************************************
  1657. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/mysql_secure_installation.yml:3
  1658. ok: [localhost] => {
  1659. "msg": "password"
  1660. }
  1661.  
  1662. TASK [mariadb : Add .my.cnf] *****************************************************************************************************************************************************************
  1663. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/mysql_secure_installation.yml:7
  1664. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  1665. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1666. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163373.779979-171248-163996665022022 && echo ansible-tmp-1626163373.779979-171248-163996665022022="` echo /root/.ansible/tmp/ansible-tmp-1626163373.779979-171248-163996665022022 `" ) && sleep 0'
  1667. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/stat.py
  1668. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp350w9i5d TO /root/.ansible/tmp/ansible-tmp-1626163373.779979-171248-163996665022022/AnsiballZ_stat.py
  1669. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163373.779979-171248-163996665022022/ /root/.ansible/tmp/ansible-tmp-1626163373.779979-171248-163996665022022/AnsiballZ_stat.py && sleep 0'
  1670. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163373.779979-171248-163996665022022/AnsiballZ_stat.py && sleep 0'
  1671. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/file.py
  1672. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpaz03a1du TO /root/.ansible/tmp/ansible-tmp-1626163373.779979-171248-163996665022022/AnsiballZ_file.py
  1673. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163373.779979-171248-163996665022022/ /root/.ansible/tmp/ansible-tmp-1626163373.779979-171248-163996665022022/AnsiballZ_file.py && sleep 0'
  1674. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163373.779979-171248-163996665022022/AnsiballZ_file.py && sleep 0'
  1675. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163373.779979-171248-163996665022022/ > /dev/null 2>&1 && sleep 0'
  1676. ok: [localhost] => {
  1677. "changed": false,
  1678. "checksum": "dde86c6a899b4091cb5350e55c1a5c68b8e42142",
  1679. "dest": "/root/.my.cnf",
  1680. "diff": {
  1681. "after": {
  1682. "path": "/root/.my.cnf"
  1683. },
  1684. "before": {
  1685. "path": "/root/.my.cnf"
  1686. }
  1687. },
  1688. "gid": 0,
  1689. "group": "root",
  1690. "invocation": {
  1691. "module_args": {
  1692. "_diff_peek": null,
  1693. "_original_basename": "my.cnf.j2",
  1694. "access_time": null,
  1695. "access_time_format": "%Y%m%d%H%M.%S",
  1696. "attributes": null,
  1697. "backup": null,
  1698. "content": null,
  1699. "delimiter": null,
  1700. "dest": "/root/.my.cnf",
  1701. "directory_mode": null,
  1702. "follow": false,
  1703. "force": false,
  1704. "group": "root",
  1705. "mode": "0600",
  1706. "modification_time": null,
  1707. "modification_time_format": "%Y%m%d%H%M.%S",
  1708. "owner": "root",
  1709. "path": "/root/.my.cnf",
  1710. "recurse": false,
  1711. "regexp": null,
  1712. "remote_src": null,
  1713. "selevel": null,
  1714. "serole": null,
  1715. "setype": null,
  1716. "seuser": null,
  1717. "src": null,
  1718. "state": "file",
  1719. "unsafe_writes": null
  1720. }
  1721. },
  1722. "mode": "0600",
  1723. "owner": "root",
  1724. "path": "/root/.my.cnf",
  1725. "size": 49,
  1726. "state": "file",
  1727. "uid": 0
  1728. }
  1729.  
  1730. TASK [mariadb : Set root Password] ***********************************************************************************************************************************************************
  1731. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/mysql_secure_installation.yml:14
  1732. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  1733. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1734. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163375.519282-171285-123602949921436 && echo ansible-tmp-1626163375.519282-171285-123602949921436="` echo /root/.ansible/tmp/ansible-tmp-1626163375.519282-171285-123602949921436 `" ) && sleep 0'
  1735. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/database/mysql/mysql_user.py
  1736. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpoja433j3 TO /root/.ansible/tmp/ansible-tmp-1626163375.519282-171285-123602949921436/AnsiballZ_mysql_user.py
  1737. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163375.519282-171285-123602949921436/ /root/.ansible/tmp/ansible-tmp-1626163375.519282-171285-123602949921436/AnsiballZ_mysql_user.py && sleep 0'
  1738. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163375.519282-171285-123602949921436/AnsiballZ_mysql_user.py && sleep 0'
  1739. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163375.519282-171285-123602949921436/ > /dev/null 2>&1 && sleep 0'
  1740. ok: [localhost] => (item=localhost) => {
  1741. "ansible_loop_var": "item",
  1742. "changed": false,
  1743. "invocation": {
  1744. "module_args": {
  1745. "append_privs": false,
  1746. "ca_cert": null,
  1747. "check_implicit_admin": true,
  1748. "client_cert": null,
  1749. "client_key": null,
  1750. "config_file": "/root/.my.cnf",
  1751. "connect_timeout": 30,
  1752. "encrypted": false,
  1753. "host": "localhost",
  1754. "host_all": false,
  1755. "login_host": "localhost",
  1756. "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
  1757. "login_port": 3306,
  1758. "login_unix_socket": null,
  1759. "login_user": null,
  1760. "name": "root",
  1761. "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
  1762. "priv": null,
  1763. "sql_log_bin": true,
  1764. "state": "present",
  1765. "update_password": "always",
  1766. "user": "root"
  1767. }
  1768. },
  1769. "item": "localhost",
  1770. "msg": "User unchanged",
  1771. "user": "root"
  1772. }
  1773. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1774. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163376.5544891-171285-96536040497171 && echo ansible-tmp-1626163376.5544891-171285-96536040497171="` echo /root/.ansible/tmp/ansible-tmp-1626163376.5544891-171285-96536040497171 `" ) && sleep 0'
  1775. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/database/mysql/mysql_user.py
  1776. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp24ncd4ww TO /root/.ansible/tmp/ansible-tmp-1626163376.5544891-171285-96536040497171/AnsiballZ_mysql_user.py
  1777. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163376.5544891-171285-96536040497171/ /root/.ansible/tmp/ansible-tmp-1626163376.5544891-171285-96536040497171/AnsiballZ_mysql_user.py && sleep 0'
  1778. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163376.5544891-171285-96536040497171/AnsiballZ_mysql_user.py && sleep 0'
  1779. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163376.5544891-171285-96536040497171/ > /dev/null 2>&1 && sleep 0'
  1780. ok: [localhost] => (item=127.0.0.1) => {
  1781. "ansible_loop_var": "item",
  1782. "changed": false,
  1783. "invocation": {
  1784. "module_args": {
  1785. "append_privs": false,
  1786. "ca_cert": null,
  1787. "check_implicit_admin": true,
  1788. "client_cert": null,
  1789. "client_key": null,
  1790. "config_file": "/root/.my.cnf",
  1791. "connect_timeout": 30,
  1792. "encrypted": false,
  1793. "host": "127.0.0.1",
  1794. "host_all": false,
  1795. "login_host": "localhost",
  1796. "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
  1797. "login_port": 3306,
  1798. "login_unix_socket": null,
  1799. "login_user": null,
  1800. "name": "root",
  1801. "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
  1802. "priv": null,
  1803. "sql_log_bin": true,
  1804. "state": "present",
  1805. "update_password": "always",
  1806. "user": "root"
  1807. }
  1808. },
  1809. "item": "127.0.0.1",
  1810. "msg": "User unchanged",
  1811. "user": "root"
  1812. }
  1813. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1814. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163377.0234485-171285-169836464392441 && echo ansible-tmp-1626163377.0234485-171285-169836464392441="` echo /root/.ansible/tmp/ansible-tmp-1626163377.0234485-171285-169836464392441 `" ) && sleep 0'
  1815. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/database/mysql/mysql_user.py
  1816. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpkc65vivc TO /root/.ansible/tmp/ansible-tmp-1626163377.0234485-171285-169836464392441/AnsiballZ_mysql_user.py
  1817. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163377.0234485-171285-169836464392441/ /root/.ansible/tmp/ansible-tmp-1626163377.0234485-171285-169836464392441/AnsiballZ_mysql_user.py && sleep 0'
  1818. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163377.0234485-171285-169836464392441/AnsiballZ_mysql_user.py && sleep 0'
  1819. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163377.0234485-171285-169836464392441/ > /dev/null 2>&1 && sleep 0'
  1820. ok: [localhost] => (item=::1) => {
  1821. "ansible_loop_var": "item",
  1822. "changed": false,
  1823. "invocation": {
  1824. "module_args": {
  1825. "append_privs": false,
  1826. "ca_cert": null,
  1827. "check_implicit_admin": true,
  1828. "client_cert": null,
  1829. "client_key": null,
  1830. "config_file": "/root/.my.cnf",
  1831. "connect_timeout": 30,
  1832. "encrypted": false,
  1833. "host": "::1",
  1834. "host_all": false,
  1835. "login_host": "localhost",
  1836. "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
  1837. "login_port": 3306,
  1838. "login_unix_socket": null,
  1839. "login_user": null,
  1840. "name": "root",
  1841. "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
  1842. "priv": null,
  1843. "sql_log_bin": true,
  1844. "state": "present",
  1845. "update_password": "always",
  1846. "user": "root"
  1847. }
  1848. },
  1849. "item": "::1",
  1850. "msg": "User unchanged",
  1851. "user": "root"
  1852. }
  1853.  
  1854. TASK [mariadb : Reload privilege tables] *****************************************************************************************************************************************************
  1855. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/mysql_secure_installation.yml:21
  1856. skipping: [localhost] => (item=FLUSH PRIVILEGES) => {
  1857. "ansible_loop_var": "item",
  1858. "changed": false,
  1859. "item": "FLUSH PRIVILEGES",
  1860. "skip_reason": "Conditional result was False"
  1861. }
  1862.  
  1863. TASK [mariadb : Remove anonymous users] ******************************************************************************************************************************************************
  1864. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/mysql_secure_installation.yml:28
  1865. skipping: [localhost] => (item=DELETE FROM mysql.user WHERE User='') => {
  1866. "ansible_loop_var": "item",
  1867. "changed": false,
  1868. "item": "DELETE FROM mysql.user WHERE User=''",
  1869. "skip_reason": "Conditional result was False"
  1870. }
  1871.  
  1872. TASK [mariadb : Disallow root login remotely] ************************************************************************************************************************************************
  1873. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/mysql_secure_installation.yml:35
  1874. skipping: [localhost] => (item=DELETE FROM mysql.user WHERE User='root' AND Host NOT IN ('localhost', '127.0.0.1', '::1')) => {
  1875. "ansible_loop_var": "item",
  1876. "changed": false,
  1877. "item": "DELETE FROM mysql.user WHERE User='root' AND Host NOT IN ('localhost', '127.0.0.1', '::1')",
  1878. "skip_reason": "Conditional result was False"
  1879. }
  1880.  
  1881. TASK [mariadb : Remove test database and access to it] ***************************************************************************************************************************************
  1882. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/mysql_secure_installation.yml:42
  1883. skipping: [localhost] => (item=DROP DATABASE IF EXISTS test) => {
  1884. "ansible_loop_var": "item",
  1885. "changed": false,
  1886. "item": "DROP DATABASE IF EXISTS test",
  1887. "skip_reason": "Conditional result was False"
  1888. }
  1889. skipping: [localhost] => (item=DELETE FROM mysql.db WHERE Db='test' OR Db='test\\_%') => {
  1890. "ansible_loop_var": "item",
  1891. "changed": false,
  1892. "item": "DELETE FROM mysql.db WHERE Db='test' OR Db='test\\\\_%'",
  1893. "skip_reason": "Conditional result was False"
  1894. }
  1895.  
  1896. TASK [mariadb : Reload privilege tables] *****************************************************************************************************************************************************
  1897. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/mysql_secure_installation.yml:50
  1898. skipping: [localhost] => (item=FLUSH PRIVILEGES) => {
  1899. "ansible_loop_var": "item",
  1900. "changed": false,
  1901. "item": "FLUSH PRIVILEGES",
  1902. "skip_reason": "Conditional result was False"
  1903. }
  1904.  
  1905. TASK [mariadb : debug] ***********************************************************************************************************************************************************************
  1906. task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/main.yml:72
  1907. ok: [localhost] => {
  1908. "mysql_secure_installation": true
  1909. }
  1910.  
  1911. TASK [nodejs : include_tasks] ****************************************************************************************************************************************************************
  1912. task path: /tmp/.bench/bench/playbooks/roles/nodejs/tasks/main.yml:2
  1913. included: /tmp/.bench/bench/playbooks/roles/nodejs/tasks/debian_family.yml for localhost
  1914.  
  1915. TASK [nodejs : Add Node.js PPA] **************************************************************************************************************************************************************
  1916. task path: /tmp/.bench/bench/playbooks/roles/nodejs/tasks/debian_family.yml:2
  1917. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  1918. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1919. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163378.3213985-171376-13889481084374 && echo ansible-tmp-1626163378.3213985-171376-13889481084374="` echo /root/.ansible/tmp/ansible-tmp-1626163378.3213985-171376-13889481084374 `" ) && sleep 0'
  1920. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/commands/command.py
  1921. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpienvvkda TO /root/.ansible/tmp/ansible-tmp-1626163378.3213985-171376-13889481084374/AnsiballZ_command.py
  1922. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163378.3213985-171376-13889481084374/ /root/.ansible/tmp/ansible-tmp-1626163378.3213985-171376-13889481084374/AnsiballZ_command.py && sleep 0'
  1923. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163378.3213985-171376-13889481084374/AnsiballZ_command.py && sleep 0'
  1924. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163378.3213985-171376-13889481084374/ > /dev/null 2>&1 && sleep 0'
  1925. changed: [localhost] => {
  1926. "changed": true,
  1927. "cmd": "curl --silent --location https://deb.nodesource.com/setup_12.x | bash -",
  1928. "delta": "0:00:26.001574",
  1929. "end": "2021-07-13 08:03:24.716817",
  1930. "invocation": {
  1931. "module_args": {
  1932. "_raw_params": "curl --silent --location https://deb.nodesource.com/setup_12.x | bash -",
  1933. "_uses_shell": true,
  1934. "argv": null,
  1935. "chdir": null,
  1936. "creates": null,
  1937. "executable": null,
  1938. "removes": null,
  1939. "stdin": null,
  1940. "stdin_add_newline": true,
  1941. "strip_empty_ends": true,
  1942. "warn": true
  1943. }
  1944. },
  1945. "rc": 0,
  1946. "start": "2021-07-13 08:02:58.715243",
  1947. "stderr": "",
  1948. "stderr_lines": [],
  1949. "stdout": "\n## Installing the NodeSource Node.js 12.x repo...\n\n\n## Populating apt-get cache...\n\n+ apt-get update\nHit:1 http://il.archive.ubuntu.com/ubuntu focal InRelease\nHit:2 http://il.archive.ubuntu.com/ubuntu focal-updates InRelease\nHit:3 http://il.archive.ubuntu.com/ubuntu focal-backports InRelease\nHit:4 http://il.archive.ubuntu.com/ubuntu focal-security InRelease\nHit:5 https://deb.nodesource.com/node_12.x focal InRelease\nHit:6 http://ams2.mirrors.digitalocean.com/mariadb/repo/10.4/ubuntu focal InRelease\nReading package lists...\n\n## Confirming \"focal\" is supported...\n\n+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_12.x/dists/focal/Release'\n\n## Adding the NodeSource signing key to your keyring...\n\n+ curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor | tee /usr/share/keyrings/nodesource.gpg >/dev/null\n\n## Creating apt sources list file for the NodeSource Node.js 12.x repo...\n\n+ echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_12.x focal main' > /etc/apt/sources.list.d/nodesource.list\n+ echo 'deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_12.x focal main' >> /etc/apt/sources.list.d/nodesource.list\n\n## Running `apt-get update` for you...\n\n+ apt-get update\nHit:1 https://deb.nodesource.com/node_12.x focal InRelease\nHit:2 http://il.archive.ubuntu.com/ubuntu focal InRelease\nHit:3 http://il.archive.ubuntu.com/ubuntu focal-updates InRelease\nHit:4 http://il.archive.ubuntu.com/ubuntu focal-backports InRelease\nHit:5 http://il.archive.ubuntu.com/ubuntu focal-security InRelease\nHit:6 http://ams2.mirrors.digitalocean.com/mariadb/repo/10.4/ubuntu focal InRelease\nReading package lists...\n\n## Run `sudo apt-get install -y nodejs` to install Node.js 12.x and npm\n## You may also need development tools to build native addons:\n sudo apt-get install gcc g++ make\n## To install the Yarn package manager, run:\n curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null\n echo \"deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main\" | sudo tee /etc/apt/sources.list.d/yarn.list\n sudo apt-get update && sudo apt-get install yarn",
  1950. "stdout_lines": [
  1951. "",
  1952. "## Installing the NodeSource Node.js 12.x repo...",
  1953. "",
  1954. "",
  1955. "## Populating apt-get cache...",
  1956. "",
  1957. "+ apt-get update",
  1958. "Hit:1 http://il.archive.ubuntu.com/ubuntu focal InRelease",
  1959. "Hit:2 http://il.archive.ubuntu.com/ubuntu focal-updates InRelease",
  1960. "Hit:3 http://il.archive.ubuntu.com/ubuntu focal-backports InRelease",
  1961. "Hit:4 http://il.archive.ubuntu.com/ubuntu focal-security InRelease",
  1962. "Hit:5 https://deb.nodesource.com/node_12.x focal InRelease",
  1963. "Hit:6 http://ams2.mirrors.digitalocean.com/mariadb/repo/10.4/ubuntu focal InRelease",
  1964. "Reading package lists...",
  1965. "",
  1966. "## Confirming \"focal\" is supported...",
  1967. "",
  1968. "+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_12.x/dists/focal/Release'",
  1969. "",
  1970. "## Adding the NodeSource signing key to your keyring...",
  1971. "",
  1972. "+ curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor | tee /usr/share/keyrings/nodesource.gpg >/dev/null",
  1973. "",
  1974. "## Creating apt sources list file for the NodeSource Node.js 12.x repo...",
  1975. "",
  1976. "+ echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_12.x focal main' > /etc/apt/sources.list.d/nodesource.list",
  1977. "+ echo 'deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_12.x focal main' >> /etc/apt/sources.list.d/nodesource.list",
  1978. "",
  1979. "## Running `apt-get update` for you...",
  1980. "",
  1981. "+ apt-get update",
  1982. "Hit:1 https://deb.nodesource.com/node_12.x focal InRelease",
  1983. "Hit:2 http://il.archive.ubuntu.com/ubuntu focal InRelease",
  1984. "Hit:3 http://il.archive.ubuntu.com/ubuntu focal-updates InRelease",
  1985. "Hit:4 http://il.archive.ubuntu.com/ubuntu focal-backports InRelease",
  1986. "Hit:5 http://il.archive.ubuntu.com/ubuntu focal-security InRelease",
  1987. "Hit:6 http://ams2.mirrors.digitalocean.com/mariadb/repo/10.4/ubuntu focal InRelease",
  1988. "Reading package lists...",
  1989. "",
  1990. "## Run `sudo apt-get install -y nodejs` to install Node.js 12.x and npm",
  1991. "## You may also need development tools to build native addons:",
  1992. " sudo apt-get install gcc g++ make",
  1993. "## To install the Yarn package manager, run:",
  1994. " curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null",
  1995. " echo \"deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main\" | sudo tee /etc/apt/sources.list.d/yarn.list",
  1996. " sudo apt-get update && sudo apt-get install yarn"
  1997. ]
  1998. }
  1999.  
  2000. TASK [nodejs : Install nodejs 12] ************************************************************************************************************************************************************
  2001. task path: /tmp/.bench/bench/playbooks/roles/nodejs/tasks/debian_family.yml:8
  2002. Running apt
  2003. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  2004. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  2005. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163404.894994-172174-163097219989013 && echo ansible-tmp-1626163404.894994-172174-163097219989013="` echo /root/.ansible/tmp/ansible-tmp-1626163404.894994-172174-163097219989013 `" ) && sleep 0'
  2006. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/packaging/os/apt.py
  2007. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpizqbnr86 TO /root/.ansible/tmp/ansible-tmp-1626163404.894994-172174-163097219989013/AnsiballZ_apt.py
  2008. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163404.894994-172174-163097219989013/ /root/.ansible/tmp/ansible-tmp-1626163404.894994-172174-163097219989013/AnsiballZ_apt.py && sleep 0'
  2009. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163404.894994-172174-163097219989013/AnsiballZ_apt.py && sleep 0'
  2010. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163404.894994-172174-163097219989013/ > /dev/null 2>&1 && sleep 0'
  2011. ok: [localhost] => {
  2012. "cache_update_time": 1626163401,
  2013. "cache_updated": false,
  2014. "changed": false,
  2015. "invocation": {
  2016. "module_args": {
  2017. "allow_unauthenticated": false,
  2018. "autoclean": false,
  2019. "autoremove": false,
  2020. "cache_valid_time": 0,
  2021. "deb": null,
  2022. "default_release": null,
  2023. "dpkg_options": "force-confdef,force-confold",
  2024. "force": false,
  2025. "force_apt_get": false,
  2026. "install_recommends": null,
  2027. "name": "nodejs",
  2028. "only_upgrade": false,
  2029. "package": [
  2030. "nodejs"
  2031. ],
  2032. "policy_rc_d": null,
  2033. "purge": false,
  2034. "state": "present",
  2035. "update_cache": null,
  2036. "upgrade": null
  2037. }
  2038. }
  2039. }
  2040.  
  2041. TASK [nodejs : include_tasks] ****************************************************************************************************************************************************************
  2042. task path: /tmp/.bench/bench/playbooks/roles/nodejs/tasks/main.yml:5
  2043. skipping: [localhost] => {
  2044. "changed": false,
  2045. "skip_reason": "Conditional result was False"
  2046. }
  2047.  
  2048. TASK [nodejs : Install yarn] *****************************************************************************************************************************************************************
  2049. task path: /tmp/.bench/bench/playbooks/roles/nodejs/tasks/main.yml:8
  2050. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  2051. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  2052. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163407.0512834-172207-198187443764543 && echo ansible-tmp-1626163407.0512834-172207-198187443764543="` echo /root/.ansible/tmp/ansible-tmp-1626163407.0512834-172207-198187443764543 `" ) && sleep 0'
  2053. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/commands/command.py
  2054. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpfrrxbf8i TO /root/.ansible/tmp/ansible-tmp-1626163407.0512834-172207-198187443764543/AnsiballZ_command.py
  2055. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163407.0512834-172207-198187443764543/ /root/.ansible/tmp/ansible-tmp-1626163407.0512834-172207-198187443764543/AnsiballZ_command.py && sleep 0'
  2056. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163407.0512834-172207-198187443764543/AnsiballZ_command.py && sleep 0'
  2057. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163407.0512834-172207-198187443764543/ > /dev/null 2>&1 && sleep 0'
  2058. changed: [localhost] => {
  2059. "changed": true,
  2060. "cmd": [
  2061. "npm",
  2062. "install",
  2063. "-g",
  2064. "yarn"
  2065. ],
  2066. "delta": "0:00:04.263252",
  2067. "end": "2021-07-13 08:03:31.825203",
  2068. "invocation": {
  2069. "module_args": {
  2070. "_raw_params": "npm install -g yarn",
  2071. "_uses_shell": false,
  2072. "argv": null,
  2073. "chdir": null,
  2074. "creates": null,
  2075. "executable": null,
  2076. "removes": null,
  2077. "stdin": null,
  2078. "stdin_add_newline": true,
  2079. "strip_empty_ends": true,
  2080. "warn": true
  2081. }
  2082. },
  2083. "rc": 0,
  2084. "start": "2021-07-13 08:03:27.561951",
  2085. "stderr": "",
  2086. "stderr_lines": [],
  2087. "stdout": "\n> yarn@1.22.10 preinstall /usr/lib/node_modules/yarn\n> :; (node ./preinstall.js > /dev/null 2>&1 || true)\n\n/usr/bin/yarn -> /usr/lib/node_modules/yarn/bin/yarn.js\n/usr/bin/yarnpkg -> /usr/lib/node_modules/yarn/bin/yarn.js\n+ yarn@1.22.10\nupdated 1 package in 2.392s",
  2088. "stdout_lines": [
  2089. "",
  2090. "> yarn@1.22.10 preinstall /usr/lib/node_modules/yarn",
  2091. "> :; (node ./preinstall.js > /dev/null 2>&1 || true)",
  2092. "",
  2093. "/usr/bin/yarn -> /usr/lib/node_modules/yarn/bin/yarn.js",
  2094. "/usr/bin/yarnpkg -> /usr/lib/node_modules/yarn/bin/yarn.js",
  2095. "+ yarn@1.22.10",
  2096. "updated 1 package in 2.392s"
  2097. ]
  2098. }
  2099.  
  2100. TASK [swap : Create swap space] **************************************************************************************************************************************************************
  2101. task path: /tmp/.bench/bench/playbooks/roles/swap/tasks/main.yml:1
  2102. skipping: [localhost] => {
  2103. "changed": false,
  2104. "skip_reason": "Conditional result was False"
  2105. }
  2106.  
  2107. TASK [swap : Make swap] **********************************************************************************************************************************************************************
  2108. task path: /tmp/.bench/bench/playbooks/roles/swap/tasks/main.yml:5
  2109. skipping: [localhost] => {
  2110. "changed": false,
  2111. "skip_reason": "Conditional result was False"
  2112. }
  2113.  
  2114. TASK [swap : Add to fstab] *******************************************************************************************************************************************************************
  2115. task path: /tmp/.bench/bench/playbooks/roles/swap/tasks/main.yml:9
  2116. skipping: [localhost] => {
  2117. "changed": false,
  2118. "skip_reason": "Conditional result was False"
  2119. }
  2120.  
  2121. TASK [swap : Turn swap on] *******************************************************************************************************************************************************************
  2122. task path: /tmp/.bench/bench/playbooks/roles/swap/tasks/main.yml:13
  2123. skipping: [localhost] => {
  2124. "changed": false,
  2125. "skip_reason": "Conditional result was False"
  2126. }
  2127.  
  2128. TASK [swap : Set swapiness] ******************************************************************************************************************************************************************
  2129. task path: /tmp/.bench/bench/playbooks/roles/swap/tasks/main.yml:17
  2130. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  2131. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  2132. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163412.3095067-172282-225245473927146 && echo ansible-tmp-1626163412.3095067-172282-225245473927146="` echo /root/.ansible/tmp/ansible-tmp-1626163412.3095067-172282-225245473927146 `" ) && sleep 0'
  2133. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/commands/command.py
  2134. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp63zgn_mu TO /root/.ansible/tmp/ansible-tmp-1626163412.3095067-172282-225245473927146/AnsiballZ_command.py
  2135. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163412.3095067-172282-225245473927146/ /root/.ansible/tmp/ansible-tmp-1626163412.3095067-172282-225245473927146/AnsiballZ_command.py && sleep 0'
  2136. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163412.3095067-172282-225245473927146/AnsiballZ_command.py && sleep 0'
  2137. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163412.3095067-172282-225245473927146/ > /dev/null 2>&1 && sleep 0'
  2138. changed: [localhost] => {
  2139. "changed": true,
  2140. "cmd": "echo 1 | tee /proc/sys/vm/swappiness",
  2141. "delta": "0:00:00.009721",
  2142. "end": "2021-07-13 08:03:32.755614",
  2143. "invocation": {
  2144. "module_args": {
  2145. "_raw_params": "echo 1 | tee /proc/sys/vm/swappiness",
  2146. "_uses_shell": true,
  2147. "argv": null,
  2148. "chdir": null,
  2149. "creates": null,
  2150. "executable": null,
  2151. "removes": null,
  2152. "stdin": null,
  2153. "stdin_add_newline": true,
  2154. "strip_empty_ends": true,
  2155. "warn": true
  2156. }
  2157. },
  2158. "rc": 0,
  2159. "start": "2021-07-13 08:03:32.745893",
  2160. "stderr": "",
  2161. "stderr_lines": [],
  2162. "stdout": "1",
  2163. "stdout_lines": [
  2164. "1"
  2165. ]
  2166. }
  2167.  
  2168. TASK [logwatch : Install logwatch] ***********************************************************************************************************************************************************
  2169. task path: /tmp/.bench/bench/playbooks/roles/logwatch/tasks/main.yml:2
  2170. skipping: [localhost] => {
  2171. "changed": false,
  2172. "skip_reason": "Conditional result was False"
  2173. }
  2174.  
  2175. TASK [logwatch : Install logwatch on Ubuntu or Debian] ***************************************************************************************************************************************
  2176. task path: /tmp/.bench/bench/playbooks/roles/logwatch/tasks/main.yml:6
  2177. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  2178. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  2179. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163412.9854453-172315-15331646210931 && echo ansible-tmp-1626163412.9854453-172315-15331646210931="` echo /root/.ansible/tmp/ansible-tmp-1626163412.9854453-172315-15331646210931 `" ) && sleep 0'
  2180. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/packaging/os/apt.py
  2181. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmphcaeifdl TO /root/.ansible/tmp/ansible-tmp-1626163412.9854453-172315-15331646210931/AnsiballZ_apt.py
  2182. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163412.9854453-172315-15331646210931/ /root/.ansible/tmp/ansible-tmp-1626163412.9854453-172315-15331646210931/AnsiballZ_apt.py && sleep 0'
  2183. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163412.9854453-172315-15331646210931/AnsiballZ_apt.py && sleep 0'
  2184. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163412.9854453-172315-15331646210931/ > /dev/null 2>&1 && sleep 0'
  2185. ok: [localhost] => {
  2186. "cache_update_time": 1626163401,
  2187. "cache_updated": false,
  2188. "changed": false,
  2189. "invocation": {
  2190. "module_args": {
  2191. "allow_unauthenticated": false,
  2192. "autoclean": false,
  2193. "autoremove": false,
  2194. "cache_valid_time": 0,
  2195. "deb": null,
  2196. "default_release": null,
  2197. "dpkg_options": "force-confdef,force-confold",
  2198. "force": false,
  2199. "force_apt_get": false,
  2200. "install_recommends": null,
  2201. "name": "logwatch",
  2202. "only_upgrade": false,
  2203. "package": [
  2204. "logwatch"
  2205. ],
  2206. "policy_rc_d": null,
  2207. "purge": false,
  2208. "state": "present",
  2209. "update_cache": null,
  2210. "upgrade": null
  2211. }
  2212. }
  2213. }
  2214.  
  2215. TASK [logwatch : Copy logwatch config] *******************************************************************************************************************************************************
  2216. task path: /tmp/.bench/bench/playbooks/roles/logwatch/tasks/main.yml:10
  2217. skipping: [localhost] => {
  2218. "changed": false,
  2219. "skip_reason": "Conditional result was False"
  2220. }
  2221.  
  2222. TASK [bash_screen_wall : Setup bash screen wall] *********************************************************************************************************************************************
  2223. task path: /tmp/.bench/bench/playbooks/roles/bash_screen_wall/tasks/main.yml:2
  2224. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  2225. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  2226. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163415.7078373-172348-251886889225059 && echo ansible-tmp-1626163415.7078373-172348-251886889225059="` echo /root/.ansible/tmp/ansible-tmp-1626163415.7078373-172348-251886889225059 `" ) && sleep 0'
  2227. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/stat.py
  2228. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpr4akzl86 TO /root/.ansible/tmp/ansible-tmp-1626163415.7078373-172348-251886889225059/AnsiballZ_stat.py
  2229. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163415.7078373-172348-251886889225059/ /root/.ansible/tmp/ansible-tmp-1626163415.7078373-172348-251886889225059/AnsiballZ_stat.py && sleep 0'
  2230. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163415.7078373-172348-251886889225059/AnsiballZ_stat.py && sleep 0'
  2231. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/file.py
  2232. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpk6_oqk9a TO /root/.ansible/tmp/ansible-tmp-1626163415.7078373-172348-251886889225059/AnsiballZ_file.py
  2233. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163415.7078373-172348-251886889225059/ /root/.ansible/tmp/ansible-tmp-1626163415.7078373-172348-251886889225059/AnsiballZ_file.py && sleep 0'
  2234. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163415.7078373-172348-251886889225059/AnsiballZ_file.py && sleep 0'
  2235. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163415.7078373-172348-251886889225059/ > /dev/null 2>&1 && sleep 0'
  2236. ok: [localhost] => {
  2237. "changed": false,
  2238. "checksum": "c3d3cbc02713cc197c165847b5730e0a6711d77c",
  2239. "dest": "/etc/profile.d/screen_wall.sh",
  2240. "diff": {
  2241. "after": {
  2242. "path": "/etc/profile.d/screen_wall.sh"
  2243. },
  2244. "before": {
  2245. "path": "/etc/profile.d/screen_wall.sh"
  2246. }
  2247. },
  2248. "gid": 0,
  2249. "group": "root",
  2250. "invocation": {
  2251. "module_args": {
  2252. "_diff_peek": null,
  2253. "_original_basename": "screen_wall.sh",
  2254. "access_time": null,
  2255. "access_time_format": "%Y%m%d%H%M.%S",
  2256. "attributes": null,
  2257. "backup": null,
  2258. "content": null,
  2259. "delimiter": null,
  2260. "dest": "/etc/profile.d/screen_wall.sh",
  2261. "directory_mode": null,
  2262. "follow": true,
  2263. "force": false,
  2264. "group": null,
  2265. "mode": null,
  2266. "modification_time": null,
  2267. "modification_time_format": "%Y%m%d%H%M.%S",
  2268. "owner": null,
  2269. "path": "/etc/profile.d/screen_wall.sh",
  2270. "recurse": false,
  2271. "regexp": null,
  2272. "remote_src": null,
  2273. "selevel": null,
  2274. "serole": null,
  2275. "setype": null,
  2276. "seuser": null,
  2277. "src": null,
  2278. "state": "file",
  2279. "unsafe_writes": null
  2280. }
  2281. },
  2282. "mode": "0644",
  2283. "owner": "root",
  2284. "path": "/etc/profile.d/screen_wall.sh",
  2285. "size": 115,
  2286. "state": "file",
  2287. "uid": 0
  2288. }
  2289.  
  2290. TASK [frappe_selinux : Install deps] *********************************************************************************************************************************************************
  2291. task path: /tmp/.bench/bench/playbooks/roles/frappe_selinux/tasks/main.yml:2
  2292. skipping: [localhost] => {
  2293. "changed": false,
  2294. "skip_reason": "Conditional result was False"
  2295. }
  2296.  
  2297. TASK [frappe_selinux : Check enabled SELinux modules] ****************************************************************************************************************************************
  2298. task path: /tmp/.bench/bench/playbooks/roles/frappe_selinux/tasks/main.yml:10
  2299. skipping: [localhost] => {
  2300. "changed": false,
  2301. "skip_reason": "Conditional result was False"
  2302. }
  2303.  
  2304. TASK [frappe_selinux : Copy frappe_selinux policy] *******************************************************************************************************************************************
  2305. task path: /tmp/.bench/bench/playbooks/roles/frappe_selinux/tasks/main.yml:15
  2306. skipping: [localhost] => {
  2307. "changed": false,
  2308. "skip_reason": "Conditional result was False"
  2309. }
  2310.  
  2311. TASK [frappe_selinux : Compile frappe_selinux policy] ****************************************************************************************************************************************
  2312. task path: /tmp/.bench/bench/playbooks/roles/frappe_selinux/tasks/main.yml:20
  2313. skipping: [localhost] => {
  2314. "changed": false,
  2315. "skip_reason": "Conditional result was False"
  2316. }
  2317.  
  2318. TASK [dns_caching : Check NetworkManager.conf exists] ****************************************************************************************************************************************
  2319. task path: /tmp/.bench/bench/playbooks/roles/dns_caching/tasks/main.yml:2
  2320. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  2321. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  2322. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163417.1582358-172393-222924076239057 && echo ansible-tmp-1626163417.1582358-172393-222924076239057="` echo /root/.ansible/tmp/ansible-tmp-1626163417.1582358-172393-222924076239057 `" ) && sleep 0'
  2323. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/stat.py
  2324. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp6d0g5eqf TO /root/.ansible/tmp/ansible-tmp-1626163417.1582358-172393-222924076239057/AnsiballZ_stat.py
  2325. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163417.1582358-172393-222924076239057/ /root/.ansible/tmp/ansible-tmp-1626163417.1582358-172393-222924076239057/AnsiballZ_stat.py && sleep 0'
  2326. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163417.1582358-172393-222924076239057/AnsiballZ_stat.py && sleep 0'
  2327. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163417.1582358-172393-222924076239057/ > /dev/null 2>&1 && sleep 0'
  2328. ok: [localhost] => {
  2329. "changed": false,
  2330. "invocation": {
  2331. "module_args": {
  2332. "checksum_algorithm": "sha1",
  2333. "follow": false,
  2334. "get_attributes": true,
  2335. "get_checksum": true,
  2336. "get_md5": null,
  2337. "get_mime": true,
  2338. "path": "/etc/NetworkManager/NetworkManager.conf"
  2339. }
  2340. },
  2341. "stat": {
  2342. "exists": false
  2343. }
  2344. }
  2345.  
  2346. TASK [dns_caching : Unmask NetworkManager service] *******************************************************************************************************************************************
  2347. task path: /tmp/.bench/bench/playbooks/roles/dns_caching/tasks/main.yml:7
  2348. skipping: [localhost] => {
  2349. "changed": false,
  2350. "skip_reason": "Conditional result was False"
  2351. }
  2352.  
  2353. TASK [dns_caching : Add dnsmasq to network config] *******************************************************************************************************************************************
  2354. task path: /tmp/.bench/bench/playbooks/roles/dns_caching/tasks/main.yml:11
  2355. skipping: [localhost] => {
  2356. "changed": false,
  2357. "skip_reason": "Conditional result was False"
  2358. }
  2359.  
  2360. TASK [ntpd : Install ntpd] *******************************************************************************************************************************************************************
  2361. task path: /tmp/.bench/bench/playbooks/roles/ntpd/tasks/main.yml:2
  2362. skipping: [localhost] => {
  2363. "changed": false,
  2364. "skip_reason": "Conditional result was False"
  2365. }
  2366.  
  2367. TASK [ntpd : Enable ntpd] ********************************************************************************************************************************************************************
  2368. task path: /tmp/.bench/bench/playbooks/roles/ntpd/tasks/main.yml:10
  2369. skipping: [localhost] => {
  2370. "changed": false,
  2371. "skip_reason": "Conditional result was False"
  2372. }
  2373.  
  2374. TASK [ntpd : Install ntpd] *******************************************************************************************************************************************************************
  2375. task path: /tmp/.bench/bench/playbooks/roles/ntpd/tasks/main.yml:14
  2376. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  2377. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  2378. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163418.0223508-172429-124047643164738 && echo ansible-tmp-1626163418.0223508-172429-124047643164738="` echo /root/.ansible/tmp/ansible-tmp-1626163418.0223508-172429-124047643164738 `" ) && sleep 0'
  2379. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/packaging/os/apt.py
  2380. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpn_3k4uws TO /root/.ansible/tmp/ansible-tmp-1626163418.0223508-172429-124047643164738/AnsiballZ_apt.py
  2381. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163418.0223508-172429-124047643164738/ /root/.ansible/tmp/ansible-tmp-1626163418.0223508-172429-124047643164738/AnsiballZ_apt.py && sleep 0'
  2382. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163418.0223508-172429-124047643164738/AnsiballZ_apt.py && sleep 0'
  2383. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163418.0223508-172429-124047643164738/ > /dev/null 2>&1 && sleep 0'
  2384. ok: [localhost] => {
  2385. "cache_update_time": 1626163401,
  2386. "cache_updated": false,
  2387. "changed": false,
  2388. "invocation": {
  2389. "module_args": {
  2390. "allow_unauthenticated": false,
  2391. "autoclean": false,
  2392. "autoremove": false,
  2393. "cache_valid_time": 0,
  2394. "deb": null,
  2395. "default_release": null,
  2396. "dpkg_options": "force-confdef,force-confold",
  2397. "force": false,
  2398. "force_apt_get": false,
  2399. "install_recommends": null,
  2400. "only_upgrade": false,
  2401. "package": [
  2402. "ntp",
  2403. "ntpdate"
  2404. ],
  2405. "pkg": [
  2406. "ntp",
  2407. "ntpdate"
  2408. ],
  2409. "policy_rc_d": null,
  2410. "purge": false,
  2411. "state": "present",
  2412. "update_cache": null,
  2413. "upgrade": null
  2414. }
  2415. }
  2416. }
  2417.  
  2418. TASK [ntpd : Enable ntpd] ********************************************************************************************************************************************************************
  2419. task path: /tmp/.bench/bench/playbooks/roles/ntpd/tasks/main.yml:22
  2420. Running systemd
  2421. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  2422. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  2423. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163420.6105137-172460-93328376295950 && echo ansible-tmp-1626163420.6105137-172460-93328376295950="` echo /root/.ansible/tmp/ansible-tmp-1626163420.6105137-172460-93328376295950 `" ) && sleep 0'
  2424. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/system/systemd.py
  2425. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpwb3i3hwc TO /root/.ansible/tmp/ansible-tmp-1626163420.6105137-172460-93328376295950/AnsiballZ_systemd.py
  2426. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163420.6105137-172460-93328376295950/ /root/.ansible/tmp/ansible-tmp-1626163420.6105137-172460-93328376295950/AnsiballZ_systemd.py && sleep 0'
  2427. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163420.6105137-172460-93328376295950/AnsiballZ_systemd.py && sleep 0'
  2428. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163420.6105137-172460-93328376295950/ > /dev/null 2>&1 && sleep 0'
  2429. ok: [localhost] => {
  2430. "changed": false,
  2431. "enabled": true,
  2432. "invocation": {
  2433. "module_args": {
  2434. "daemon_reexec": false,
  2435. "daemon_reload": false,
  2436. "enabled": true,
  2437. "force": null,
  2438. "masked": null,
  2439. "name": "ntp",
  2440. "no_block": false,
  2441. "scope": null,
  2442. "state": "started",
  2443. "user": null
  2444. }
  2445. },
  2446. "name": "ntp",
  2447. "state": "started",
  2448. "status": {
  2449. "ActiveEnterTimestamp": "Mon 2021-07-12 07:30:11 UTC",
  2450. "ActiveEnterTimestampMonotonic": "64404733924",
  2451. "ActiveExitTimestamp": "Mon 2021-07-12 07:30:11 UTC",
  2452. "ActiveExitTimestampMonotonic": "64404611502",
  2453. "ActiveState": "active",
  2454. "After": "systemd-tmpfiles-setup.service systemd-journald.socket sysinit.target system.slice -.mount basic.target network.target",
  2455. "AllowIsolate": "no",
  2456. "AllowedCPUs": "",
  2457. "AllowedMemoryNodes": "",
  2458. "AmbientCapabilities": "",
  2459. "AssertResult": "yes",
  2460. "AssertTimestamp": "Mon 2021-07-12 07:30:11 UTC",
  2461. "AssertTimestampMonotonic": "64404637494",
  2462. "Before": "multi-user.target shutdown.target",
  2463. "BlockIOAccounting": "no",
  2464. "BlockIOWeight": "[not set]",
  2465. "CPUAccounting": "no",
  2466. "CPUAffinity": "",
  2467. "CPUAffinityFromNUMA": "no",
  2468. "CPUQuotaPerSecUSec": "infinity",
  2469. "CPUQuotaPeriodUSec": "infinity",
  2470. "CPUSchedulingPolicy": "0",
  2471. "CPUSchedulingPriority": "0",
  2472. "CPUSchedulingResetOnFork": "no",
  2473. "CPUShares": "[not set]",
  2474. "CPUUsageNSec": "[not set]",
  2475. "CPUWeight": "[not set]",
  2476. "CacheDirectoryMode": "0755",
  2477. "CanIsolate": "no",
  2478. "CanReload": "no",
  2479. "CanStart": "yes",
  2480. "CanStop": "yes",
  2481. "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read",
  2482. "CleanResult": "success",
  2483. "CollectMode": "inactive",
  2484. "ConditionResult": "yes",
  2485. "ConditionTimestamp": "Mon 2021-07-12 07:30:11 UTC",
  2486. "ConditionTimestampMonotonic": "64404637493",
  2487. "ConfigurationDirectoryMode": "0755",
  2488. "Conflicts": "systemd-timesyncd.service shutdown.target",
  2489. "ControlGroup": "/system.slice/ntp.service",
  2490. "ControlPID": "0",
  2491. "DefaultDependencies": "yes",
  2492. "DefaultMemoryLow": "0",
  2493. "DefaultMemoryMin": "0",
  2494. "Delegate": "no",
  2495. "Description": "Network Time Service",
  2496. "DevicePolicy": "auto",
  2497. "Documentation": "man:ntpd(8)",
  2498. "DynamicUser": "no",
  2499. "EffectiveCPUs": "",
  2500. "EffectiveMemoryNodes": "",
  2501. "ExecMainCode": "0",
  2502. "ExecMainExitTimestampMonotonic": "0",
  2503. "ExecMainPID": "124502",
  2504. "ExecMainStartTimestamp": "Mon 2021-07-12 07:30:11 UTC",
  2505. "ExecMainStartTimestampMonotonic": "64404733839",
  2506. "ExecMainStatus": "0",
  2507. "ExecStart": "{ path=/usr/lib/ntp/ntp-systemd-wrapper ; argv[]=/usr/lib/ntp/ntp-systemd-wrapper ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
  2508. "ExecStartEx": "{ path=/usr/lib/ntp/ntp-systemd-wrapper ; argv[]=/usr/lib/ntp/ntp-systemd-wrapper ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
  2509. "FailureAction": "none",
  2510. "FileDescriptorStoreMax": "0",
  2511. "FinalKillSignal": "9",
  2512. "FragmentPath": "/lib/systemd/system/ntp.service",
  2513. "GID": "[not set]",
  2514. "GuessMainPID": "yes",
  2515. "IOAccounting": "no",
  2516. "IOReadBytes": "18446744073709551615",
  2517. "IOReadOperations": "18446744073709551615",
  2518. "IOSchedulingClass": "0",
  2519. "IOSchedulingPriority": "0",
  2520. "IOWeight": "[not set]",
  2521. "IOWriteBytes": "18446744073709551615",
  2522. "IOWriteOperations": "18446744073709551615",
  2523. "IPAccounting": "no",
  2524. "IPEgressBytes": "[no data]",
  2525. "IPEgressPackets": "[no data]",
  2526. "IPIngressBytes": "[no data]",
  2527. "IPIngressPackets": "[no data]",
  2528. "Id": "ntp.service",
  2529. "IgnoreOnIsolate": "no",
  2530. "IgnoreSIGPIPE": "yes",
  2531. "InactiveEnterTimestamp": "Mon 2021-07-12 07:30:11 UTC",
  2532. "InactiveEnterTimestampMonotonic": "64404634123",
  2533. "InactiveExitTimestamp": "Mon 2021-07-12 07:30:11 UTC",
  2534. "InactiveExitTimestampMonotonic": "64404651406",
  2535. "InvocationID": "85bae4c202fb4ceea8ce2df26a9865be",
  2536. "JobRunningTimeoutUSec": "infinity",
  2537. "JobTimeoutAction": "none",
  2538. "JobTimeoutUSec": "infinity",
  2539. "KeyringMode": "private",
  2540. "KillMode": "control-group",
  2541. "KillSignal": "15",
  2542. "LimitAS": "infinity",
  2543. "LimitASSoft": "infinity",
  2544. "LimitCORE": "infinity",
  2545. "LimitCORESoft": "0",
  2546. "LimitCPU": "infinity",
  2547. "LimitCPUSoft": "infinity",
  2548. "LimitDATA": "infinity",
  2549. "LimitDATASoft": "infinity",
  2550. "LimitFSIZE": "infinity",
  2551. "LimitFSIZESoft": "infinity",
  2552. "LimitLOCKS": "infinity",
  2553. "LimitLOCKSSoft": "infinity",
  2554. "LimitMEMLOCK": "65536",
  2555. "LimitMEMLOCKSoft": "65536",
  2556. "LimitMSGQUEUE": "819200",
  2557. "LimitMSGQUEUESoft": "819200",
  2558. "LimitNICE": "0",
  2559. "LimitNICESoft": "0",
  2560. "LimitNOFILE": "524288",
  2561. "LimitNOFILESoft": "1024",
  2562. "LimitNPROC": "15402",
  2563. "LimitNPROCSoft": "15402",
  2564. "LimitRSS": "infinity",
  2565. "LimitRSSSoft": "infinity",
  2566. "LimitRTPRIO": "0",
  2567. "LimitRTPRIOSoft": "0",
  2568. "LimitRTTIME": "infinity",
  2569. "LimitRTTIMESoft": "infinity",
  2570. "LimitSIGPENDING": "15402",
  2571. "LimitSIGPENDINGSoft": "15402",
  2572. "LimitSTACK": "infinity",
  2573. "LimitSTACKSoft": "8388608",
  2574. "LoadState": "loaded",
  2575. "LockPersonality": "no",
  2576. "LogLevelMax": "-1",
  2577. "LogRateLimitBurst": "0",
  2578. "LogRateLimitIntervalUSec": "0",
  2579. "LogsDirectoryMode": "0755",
  2580. "MainPID": "124502",
  2581. "MemoryAccounting": "yes",
  2582. "MemoryCurrent": "2097152",
  2583. "MemoryDenyWriteExecute": "no",
  2584. "MemoryHigh": "infinity",
  2585. "MemoryLimit": "infinity",
  2586. "MemoryLow": "0",
  2587. "MemoryMax": "infinity",
  2588. "MemoryMin": "0",
  2589. "MemorySwapMax": "infinity",
  2590. "MountAPIVFS": "no",
  2591. "MountFlags": "",
  2592. "NFileDescriptorStore": "0",
  2593. "NRestarts": "0",
  2594. "NUMAMask": "",
  2595. "NUMAPolicy": "n/a",
  2596. "Names": "ntp.service",
  2597. "NeedDaemonReload": "no",
  2598. "Nice": "0",
  2599. "NoNewPrivileges": "no",
  2600. "NonBlocking": "no",
  2601. "NotifyAccess": "none",
  2602. "OOMPolicy": "stop",
  2603. "OOMScoreAdjust": "0",
  2604. "OnFailureJobMode": "replace",
  2605. "Perpetual": "no",
  2606. "PrivateDevices": "no",
  2607. "PrivateMounts": "no",
  2608. "PrivateNetwork": "no",
  2609. "PrivateTmp": "yes",
  2610. "PrivateUsers": "no",
  2611. "ProtectControlGroups": "no",
  2612. "ProtectHome": "no",
  2613. "ProtectHostname": "no",
  2614. "ProtectKernelLogs": "no",
  2615. "ProtectKernelModules": "no",
  2616. "ProtectKernelTunables": "no",
  2617. "ProtectSystem": "no",
  2618. "RefuseManualStart": "no",
  2619. "RefuseManualStop": "no",
  2620. "ReloadResult": "success",
  2621. "RemainAfterExit": "no",
  2622. "RemoveIPC": "no",
  2623. "Requires": "-.mount system.slice sysinit.target",
  2624. "RequiresMountsFor": "/var/tmp /tmp",
  2625. "Restart": "no",
  2626. "RestartKillSignal": "15",
  2627. "RestartUSec": "100ms",
  2628. "RestrictNamespaces": "no",
  2629. "RestrictRealtime": "no",
  2630. "RestrictSUIDSGID": "no",
  2631. "Result": "success",
  2632. "RootDirectoryStartOnly": "no",
  2633. "RuntimeDirectoryMode": "0755",
  2634. "RuntimeDirectoryPreserve": "no",
  2635. "RuntimeMaxUSec": "infinity",
  2636. "SameProcessGroup": "no",
  2637. "SecureBits": "0",
  2638. "SendSIGHUP": "no",
  2639. "SendSIGKILL": "yes",
  2640. "Slice": "system.slice",
  2641. "StandardError": "inherit",
  2642. "StandardInput": "null",
  2643. "StandardInputData": "",
  2644. "StandardOutput": "journal",
  2645. "StartLimitAction": "none",
  2646. "StartLimitBurst": "5",
  2647. "StartLimitIntervalUSec": "10s",
  2648. "StartupBlockIOWeight": "[not set]",
  2649. "StartupCPUShares": "[not set]",
  2650. "StartupCPUWeight": "[not set]",
  2651. "StartupIOWeight": "[not set]",
  2652. "StateChangeTimestamp": "Mon 2021-07-12 07:30:11 UTC",
  2653. "StateChangeTimestampMonotonic": "64404733924",
  2654. "StateDirectoryMode": "0755",
  2655. "StatusErrno": "0",
  2656. "StopWhenUnneeded": "no",
  2657. "SubState": "running",
  2658. "SuccessAction": "none",
  2659. "SyslogFacility": "3",
  2660. "SyslogLevel": "6",
  2661. "SyslogLevelPrefix": "yes",
  2662. "SyslogPriority": "30",
  2663. "SystemCallErrorNumber": "0",
  2664. "TTYReset": "no",
  2665. "TTYVHangup": "no",
  2666. "TTYVTDisallocate": "no",
  2667. "TasksAccounting": "yes",
  2668. "TasksCurrent": "2",
  2669. "TasksMax": "4620",
  2670. "TimeoutAbortUSec": "1min 30s",
  2671. "TimeoutCleanUSec": "infinity",
  2672. "TimeoutStartUSec": "1min 30s",
  2673. "TimeoutStopUSec": "1min 30s",
  2674. "TimerSlackNSec": "50000",
  2675. "Transient": "no",
  2676. "Type": "forking",
  2677. "UID": "[not set]",
  2678. "UMask": "0022",
  2679. "UnitFilePreset": "enabled",
  2680. "UnitFileState": "enabled",
  2681. "UtmpMode": "init",
  2682. "WantedBy": "multi-user.target",
  2683. "WatchdogSignal": "6",
  2684. "WatchdogTimestampMonotonic": "0",
  2685. "WatchdogUSec": "0"
  2686. }
  2687. }
  2688.  
  2689. TASK [wkhtmltopdf : install base fonts] ******************************************************************************************************************************************************
  2690. task path: /tmp/.bench/bench/playbooks/roles/wkhtmltopdf/tasks/main.yml:2
  2691. skipping: [localhost] => {
  2692. "changed": false,
  2693. "skip_reason": "Conditional result was False"
  2694. }
  2695.  
  2696. TASK [wkhtmltopdf : install base fonts] ******************************************************************************************************************************************************
  2697. task path: /tmp/.bench/bench/playbooks/roles/wkhtmltopdf/tasks/main.yml:12
  2698. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  2699. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  2700. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163421.9127564-172490-242615548044748 && echo ansible-tmp-1626163421.9127564-172490-242615548044748="` echo /root/.ansible/tmp/ansible-tmp-1626163421.9127564-172490-242615548044748 `" ) && sleep 0'
  2701. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/packaging/os/apt.py
  2702. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpdjnhpuy9 TO /root/.ansible/tmp/ansible-tmp-1626163421.9127564-172490-242615548044748/AnsiballZ_apt.py
  2703. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163421.9127564-172490-242615548044748/ /root/.ansible/tmp/ansible-tmp-1626163421.9127564-172490-242615548044748/AnsiballZ_apt.py && sleep 0'
  2704. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163421.9127564-172490-242615548044748/AnsiballZ_apt.py && sleep 0'
  2705. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163421.9127564-172490-242615548044748/ > /dev/null 2>&1 && sleep 0'
  2706. ok: [localhost] => {
  2707. "cache_update_time": 1626163401,
  2708. "cache_updated": false,
  2709. "changed": false,
  2710. "invocation": {
  2711. "module_args": {
  2712. "allow_unauthenticated": false,
  2713. "autoclean": false,
  2714. "autoremove": false,
  2715. "cache_valid_time": 0,
  2716. "deb": null,
  2717. "default_release": null,
  2718. "dpkg_options": "force-confdef,force-confold",
  2719. "force": true,
  2720. "force_apt_get": false,
  2721. "install_recommends": null,
  2722. "only_upgrade": false,
  2723. "package": [
  2724. "libxrender1",
  2725. "libxext6",
  2726. "xfonts-75dpi",
  2727. "xfonts-base"
  2728. ],
  2729. "pkg": [
  2730. "libxrender1",
  2731. "libxext6",
  2732. "xfonts-75dpi",
  2733. "xfonts-base"
  2734. ],
  2735. "policy_rc_d": null,
  2736. "purge": false,
  2737. "state": "present",
  2738. "update_cache": null,
  2739. "upgrade": null
  2740. }
  2741. }
  2742. }
  2743.  
  2744. TASK [wkhtmltopdf : download wkthmltox Ubuntu 20] ********************************************************************************************************************************************
  2745. task path: /tmp/.bench/bench/playbooks/roles/wkhtmltopdf/tasks/main.yml:23
  2746. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  2747. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  2748. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163424.4454587-172525-131141068664652 && echo ansible-tmp-1626163424.4454587-172525-131141068664652="` echo /root/.ansible/tmp/ansible-tmp-1626163424.4454587-172525-131141068664652 `" ) && sleep 0'
  2749. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/net_tools/basics/get_url.py
  2750. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpesj_151o TO /root/.ansible/tmp/ansible-tmp-1626163424.4454587-172525-131141068664652/AnsiballZ_get_url.py
  2751. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163424.4454587-172525-131141068664652/ /root/.ansible/tmp/ansible-tmp-1626163424.4454587-172525-131141068664652/AnsiballZ_get_url.py && sleep 0'
  2752. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163424.4454587-172525-131141068664652/AnsiballZ_get_url.py && sleep 0'
  2753. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163424.4454587-172525-131141068664652/ > /dev/null 2>&1 && sleep 0'
  2754. ok: [localhost] => {
  2755. "changed": false,
  2756. "checksum_dest": "ae4e85641f004a2097621787bf4381e962fb91e1",
  2757. "checksum_src": "ae4e85641f004a2097621787bf4381e962fb91e1",
  2758. "dest": "/tmp/wkhtmltox.deb",
  2759. "elapsed": 4,
  2760. "gid": 0,
  2761. "group": "root",
  2762. "invocation": {
  2763. "module_args": {
  2764. "attributes": null,
  2765. "backup": null,
  2766. "checksum": "",
  2767. "client_cert": null,
  2768. "client_key": null,
  2769. "content": null,
  2770. "delimiter": null,
  2771. "dest": "/tmp/wkhtmltox.deb",
  2772. "directory_mode": null,
  2773. "follow": false,
  2774. "force": false,
  2775. "force_basic_auth": false,
  2776. "group": null,
  2777. "headers": null,
  2778. "http_agent": "ansible-httpget",
  2779. "mode": null,
  2780. "owner": null,
  2781. "path": "/tmp/wkhtmltox.deb",
  2782. "regexp": null,
  2783. "remote_src": null,
  2784. "selevel": null,
  2785. "serole": null,
  2786. "setype": null,
  2787. "seuser": null,
  2788. "sha256sum": "",
  2789. "src": null,
  2790. "timeout": 10,
  2791. "tmp_dest": null,
  2792. "unsafe_writes": null,
  2793. "url": "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.focal_amd64.deb",
  2794. "url_password": null,
  2795. "url_username": null,
  2796. "use_proxy": true,
  2797. "validate_certs": true
  2798. }
  2799. },
  2800. "md5sum": "58e04a51ea060af56112feb98e170c84",
  2801. "mode": "0644",
  2802. "msg": "OK (15718564 bytes)",
  2803. "owner": "root",
  2804. "size": 15718564,
  2805. "src": "/root/.ansible/tmp/ansible-tmp-1626163424.4454587-172525-131141068664652/tmpkpw10zng",
  2806. "state": "file",
  2807. "status_code": 200,
  2808. "uid": 0,
  2809. "url": "https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.focal_amd64.deb"
  2810. }
  2811.  
  2812. TASK [wkhtmltopdf : download wkthmltox Ubuntu 20 arm64] **************************************************************************************************************************************
  2813. task path: /tmp/.bench/bench/playbooks/roles/wkhtmltopdf/tasks/main.yml:29
  2814. skipping: [localhost] => {
  2815. "changed": false,
  2816. "skip_reason": "Conditional result was False"
  2817. }
  2818.  
  2819. TASK [wkhtmltopdf : download wkthmltox Ubuntu 18] ********************************************************************************************************************************************
  2820. task path: /tmp/.bench/bench/playbooks/roles/wkhtmltopdf/tasks/main.yml:36
  2821. skipping: [localhost] => {
  2822. "changed": false,
  2823. "skip_reason": "Conditional result was False"
  2824. }
  2825.  
  2826. TASK [wkhtmltopdf : download wkthmltox Ubuntu 16] ********************************************************************************************************************************************
  2827. task path: /tmp/.bench/bench/playbooks/roles/wkhtmltopdf/tasks/main.yml:43
  2828. skipping: [localhost] => {
  2829. "changed": false,
  2830. "skip_reason": "Conditional result was False"
  2831. }
  2832.  
  2833. TASK [wkhtmltopdf : download wkthmltox Ubuntu 14] ********************************************************************************************************************************************
  2834. task path: /tmp/.bench/bench/playbooks/roles/wkhtmltopdf/tasks/main.yml:50
  2835. skipping: [localhost] => {
  2836. "changed": false,
  2837. "skip_reason": "Conditional result was False"
  2838. }
  2839.  
  2840. TASK [wkhtmltopdf : download wkthmltox CentOS 6] *********************************************************************************************************************************************
  2841. task path: /tmp/.bench/bench/playbooks/roles/wkhtmltopdf/tasks/main.yml:57
  2842. skipping: [localhost] => {
  2843. "changed": false,
  2844. "skip_reason": "Conditional result was False"
  2845. }
  2846.  
  2847. TASK [wkhtmltopdf : download wkthmltox CentOS 7] *********************************************************************************************************************************************
  2848. task path: /tmp/.bench/bench/playbooks/roles/wkhtmltopdf/tasks/main.yml:64
  2849. skipping: [localhost] => {
  2850. "changed": false,
  2851. "skip_reason": "Conditional result was False"
  2852. }
  2853.  
  2854. TASK [wkhtmltopdf : download wkthmltox CentOS 8] *********************************************************************************************************************************************
  2855. task path: /tmp/.bench/bench/playbooks/roles/wkhtmltopdf/tasks/main.yml:71
  2856. skipping: [localhost] => {
  2857. "changed": false,
  2858. "skip_reason": "Conditional result was False"
  2859. }
  2860.  
  2861. TASK [wkhtmltopdf : download wkthmltox Debian 8] *********************************************************************************************************************************************
  2862. task path: /tmp/.bench/bench/playbooks/roles/wkhtmltopdf/tasks/main.yml:77
  2863. skipping: [localhost] => {
  2864. "changed": false,
  2865. "skip_reason": "Conditional result was False"
  2866. }
  2867.  
  2868. TASK [wkhtmltopdf : download wkthmltox Debian 9] *********************************************************************************************************************************************
  2869. task path: /tmp/.bench/bench/playbooks/roles/wkhtmltopdf/tasks/main.yml:84
  2870. skipping: [localhost] => {
  2871. "changed": false,
  2872. "skip_reason": "Conditional result was False"
  2873. }
  2874.  
  2875. TASK [wkhtmltopdf : download wkthmltox Debian 10] ********************************************************************************************************************************************
  2876. task path: /tmp/.bench/bench/playbooks/roles/wkhtmltopdf/tasks/main.yml:91
  2877. skipping: [localhost] => {
  2878. "changed": false,
  2879. "skip_reason": "Conditional result was False"
  2880. }
  2881.  
  2882. TASK [wkhtmltopdf : Install wkhtmltox rpm] ***************************************************************************************************************************************************
  2883. task path: /tmp/.bench/bench/playbooks/roles/wkhtmltopdf/tasks/main.yml:97
  2884. skipping: [localhost] => {
  2885. "changed": false,
  2886. "skip_reason": "Conditional result was False"
  2887. }
  2888.  
  2889. TASK [wkhtmltopdf : Install wkhtmltox deb] ***************************************************************************************************************************************************
  2890. task path: /tmp/.bench/bench/playbooks/roles/wkhtmltopdf/tasks/main.yml:103
  2891. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  2892. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  2893. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163431.0879624-172575-174843392759179 && echo ansible-tmp-1626163431.0879624-172575-174843392759179="` echo /root/.ansible/tmp/ansible-tmp-1626163431.0879624-172575-174843392759179 `" ) && sleep 0'
  2894. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/packaging/os/apt.py
  2895. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpffzn0g4e TO /root/.ansible/tmp/ansible-tmp-1626163431.0879624-172575-174843392759179/AnsiballZ_apt.py
  2896. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163431.0879624-172575-174843392759179/ /root/.ansible/tmp/ansible-tmp-1626163431.0879624-172575-174843392759179/AnsiballZ_apt.py && sleep 0'
  2897. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163431.0879624-172575-174843392759179/AnsiballZ_apt.py && sleep 0'
  2898. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163431.0879624-172575-174843392759179/ > /dev/null 2>&1 && sleep 0'
  2899. ok: [localhost] => {
  2900. "changed": false,
  2901. "diff": "",
  2902. "invocation": {
  2903. "module_args": {
  2904. "allow_unauthenticated": false,
  2905. "autoclean": false,
  2906. "autoremove": false,
  2907. "cache_valid_time": 0,
  2908. "deb": "/tmp/wkhtmltox.deb",
  2909. "default_release": null,
  2910. "dpkg_options": "force-confdef,force-confold",
  2911. "force": false,
  2912. "force_apt_get": false,
  2913. "install_recommends": null,
  2914. "only_upgrade": false,
  2915. "package": null,
  2916. "policy_rc_d": null,
  2917. "purge": false,
  2918. "state": "present",
  2919. "update_cache": null,
  2920. "upgrade": null
  2921. }
  2922. },
  2923. "stderr": "",
  2924. "stderr_lines": [],
  2925. "stdout": "",
  2926. "stdout_lines": []
  2927. }
  2928.  
  2929. TASK [psutil : Install psutil] ***************************************************************************************************************************************************************
  2930. task path: /tmp/.bench/bench/playbooks/roles/psutil/tasks/main.yml:2
  2931. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  2932. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  2933. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163434.9944081-172617-18268438844547 && echo ansible-tmp-1626163434.9944081-172617-18268438844547="` echo /root/.ansible/tmp/ansible-tmp-1626163434.9944081-172617-18268438844547 `" ) && sleep 0'
  2934. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/packaging/language/pip.py
  2935. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp7dvxh5tj TO /root/.ansible/tmp/ansible-tmp-1626163434.9944081-172617-18268438844547/AnsiballZ_pip.py
  2936. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163434.9944081-172617-18268438844547/ /root/.ansible/tmp/ansible-tmp-1626163434.9944081-172617-18268438844547/AnsiballZ_pip.py && sleep 0'
  2937. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163434.9944081-172617-18268438844547/AnsiballZ_pip.py && sleep 0'
  2938. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163434.9944081-172617-18268438844547/ > /dev/null 2>&1 && sleep 0'
  2939. ok: [localhost] => {
  2940. "changed": false,
  2941. "cmd": [
  2942. "/usr/local/bin/pip3",
  2943. "install",
  2944. "-U",
  2945. "psutil"
  2946. ],
  2947. "invocation": {
  2948. "module_args": {
  2949. "chdir": null,
  2950. "editable": false,
  2951. "executable": null,
  2952. "extra_args": null,
  2953. "name": [
  2954. "psutil"
  2955. ],
  2956. "requirements": null,
  2957. "state": "latest",
  2958. "umask": null,
  2959. "use_mirrors": true,
  2960. "version": null,
  2961. "virtualenv": null,
  2962. "virtualenv_command": "virtualenv",
  2963. "virtualenv_python": null,
  2964. "virtualenv_site_packages": false
  2965. }
  2966. },
  2967. "name": [
  2968. "psutil"
  2969. ],
  2970. "requirements": null,
  2971. "state": "latest",
  2972. "stderr": "/usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead\n from cryptography.utils import int_from_bytes\n/usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead\n from cryptography.utils import int_from_bytes\nWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv\n",
  2973. "stderr_lines": [
  2974. "/usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead",
  2975. " from cryptography.utils import int_from_bytes",
  2976. "/usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead",
  2977. " from cryptography.utils import int_from_bytes",
  2978. "WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv"
  2979. ],
  2980. "stdout": "Requirement already satisfied: psutil in /usr/local/lib/python3.8/dist-packages (5.8.0)\n",
  2981. "stdout_lines": [
  2982. "Requirement already satisfied: psutil in /usr/local/lib/python3.8/dist-packages (5.8.0)"
  2983. ],
  2984. "version": null,
  2985. "virtualenv": null
  2986. }
  2987.  
  2988. TASK [redis : Install yum packages] **********************************************************************************************************************************************************
  2989. task path: /tmp/.bench/bench/playbooks/roles/redis/tasks/main.yml:2
  2990. skipping: [localhost] => {
  2991. "changed": false,
  2992. "skip_reason": "Conditional result was False"
  2993. }
  2994.  
  2995. TASK [redis : Install apt packages] **********************************************************************************************************************************************************
  2996. task path: /tmp/.bench/bench/playbooks/roles/redis/tasks/main.yml:10
  2997. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  2998. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  2999. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163440.6293926-172652-93865252070373 && echo ansible-tmp-1626163440.6293926-172652-93865252070373="` echo /root/.ansible/tmp/ansible-tmp-1626163440.6293926-172652-93865252070373 `" ) && sleep 0'
  3000. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/packaging/os/apt.py
  3001. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpm6dveyc7 TO /root/.ansible/tmp/ansible-tmp-1626163440.6293926-172652-93865252070373/AnsiballZ_apt.py
  3002. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163440.6293926-172652-93865252070373/ /root/.ansible/tmp/ansible-tmp-1626163440.6293926-172652-93865252070373/AnsiballZ_apt.py && sleep 0'
  3003. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163440.6293926-172652-93865252070373/AnsiballZ_apt.py && sleep 0'
  3004. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163440.6293926-172652-93865252070373/ > /dev/null 2>&1 && sleep 0'
  3005. ok: [localhost] => {
  3006. "cache_update_time": 1626163401,
  3007. "cache_updated": false,
  3008. "changed": false,
  3009. "invocation": {
  3010. "module_args": {
  3011. "allow_unauthenticated": false,
  3012. "autoclean": false,
  3013. "autoremove": false,
  3014. "cache_valid_time": 0,
  3015. "deb": null,
  3016. "default_release": null,
  3017. "dpkg_options": "force-confdef,force-confold",
  3018. "force": true,
  3019. "force_apt_get": false,
  3020. "install_recommends": null,
  3021. "only_upgrade": false,
  3022. "package": [
  3023. "redis-server"
  3024. ],
  3025. "pkg": [
  3026. "redis-server"
  3027. ],
  3028. "policy_rc_d": null,
  3029. "purge": false,
  3030. "state": "present",
  3031. "update_cache": null,
  3032. "upgrade": null
  3033. }
  3034. }
  3035. }
  3036.  
  3037. TASK [redis : install prequisites for macos] *************************************************************************************************************************************************
  3038. task path: /tmp/.bench/bench/playbooks/roles/redis/tasks/main.yml:19
  3039. skipping: [localhost] => {
  3040. "changed": false,
  3041. "skip_reason": "Conditional result was False"
  3042. }
  3043.  
  3044. TASK [supervisor : Install supervisor on centos] *********************************************************************************************************************************************
  3045. task path: /tmp/.bench/bench/playbooks/roles/supervisor/tasks/main.yml:2
  3046. skipping: [localhost] => {
  3047. "changed": false,
  3048. "skip_reason": "Conditional result was False"
  3049. }
  3050.  
  3051. TASK [supervisor : Install supervisor on debian] *********************************************************************************************************************************************
  3052. task path: /tmp/.bench/bench/playbooks/roles/supervisor/tasks/main.yml:6
  3053. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  3054. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  3055. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163443.6865427-172689-179049082708131 && echo ansible-tmp-1626163443.6865427-172689-179049082708131="` echo /root/.ansible/tmp/ansible-tmp-1626163443.6865427-172689-179049082708131 `" ) && sleep 0'
  3056. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/packaging/os/apt.py
  3057. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpwtapc2i_ TO /root/.ansible/tmp/ansible-tmp-1626163443.6865427-172689-179049082708131/AnsiballZ_apt.py
  3058. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163443.6865427-172689-179049082708131/ /root/.ansible/tmp/ansible-tmp-1626163443.6865427-172689-179049082708131/AnsiballZ_apt.py && sleep 0'
  3059. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163443.6865427-172689-179049082708131/AnsiballZ_apt.py && sleep 0'
  3060. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163443.6865427-172689-179049082708131/ > /dev/null 2>&1 && sleep 0'
  3061. ok: [localhost] => {
  3062. "cache_update_time": 1626163401,
  3063. "cache_updated": false,
  3064. "changed": false,
  3065. "invocation": {
  3066. "module_args": {
  3067. "allow_unauthenticated": false,
  3068. "autoclean": false,
  3069. "autoremove": false,
  3070. "cache_valid_time": 0,
  3071. "deb": null,
  3072. "default_release": null,
  3073. "dpkg_options": "force-confdef,force-confold",
  3074. "force": true,
  3075. "force_apt_get": false,
  3076. "install_recommends": null,
  3077. "only_upgrade": false,
  3078. "package": [
  3079. "supervisor"
  3080. ],
  3081. "pkg": "supervisor",
  3082. "policy_rc_d": null,
  3083. "purge": false,
  3084. "state": "present",
  3085. "update_cache": null,
  3086. "upgrade": null
  3087. }
  3088. }
  3089. }
  3090.  
  3091. TASK [nginx : Include OS-specific variables.] ************************************************************************************************************************************************
  3092. task path: /tmp/.bench/bench/playbooks/roles/nginx/tasks/main.yml:3
  3093. ok: [localhost] => {
  3094. "ansible_facts": {
  3095. "__nginx_user": "www-data",
  3096. "nginx_default_vhost_path": "/etc/nginx/sites-enabled/default",
  3097. "nginx_vhost_path": "/etc/nginx/sites-enabled"
  3098. },
  3099. "ansible_included_var_files": [
  3100. "/tmp/.bench/bench/playbooks/roles/nginx/vars/Debian.yml"
  3101. ],
  3102. "changed": false
  3103. }
  3104.  
  3105. TASK [nginx : Define nginx_user.] ************************************************************************************************************************************************************
  3106. task path: /tmp/.bench/bench/playbooks/roles/nginx/tasks/main.yml:6
  3107. ok: [localhost] => {
  3108. "ansible_facts": {
  3109. "nginx_user": "www-data"
  3110. },
  3111. "changed": false
  3112. }
  3113.  
  3114. TASK [nginx : include_tasks] *****************************************************************************************************************************************************************
  3115. task path: /tmp/.bench/bench/playbooks/roles/nginx/tasks/main.yml:12
  3116. skipping: [localhost] => {
  3117. "changed": false,
  3118. "skip_reason": "Conditional result was False"
  3119. }
  3120.  
  3121. TASK [nginx : include_tasks] *****************************************************************************************************************************************************************
  3122. task path: /tmp/.bench/bench/playbooks/roles/nginx/tasks/main.yml:15
  3123. included: /tmp/.bench/bench/playbooks/roles/nginx/tasks/setup-Debian.yml for localhost
  3124.  
  3125. TASK [nginx : Add nginx apt repository key for Debian < 8] ***********************************************************************************************************************************
  3126. task path: /tmp/.bench/bench/playbooks/roles/nginx/tasks/setup-Debian.yml:2
  3127. skipping: [localhost] => {
  3128. "changed": false,
  3129. "skip_reason": "Conditional result was False"
  3130. }
  3131.  
  3132. TASK [nginx : Add nginx apt repository for Debian < 8] ***************************************************************************************************************************************
  3133. task path: /tmp/.bench/bench/playbooks/roles/nginx/tasks/setup-Debian.yml:8
  3134. skipping: [localhost] => {
  3135. "changed": false,
  3136. "skip_reason": "Conditional result was False"
  3137. }
  3138.  
  3139. TASK [nginx : Ensure nginx is installed.] ****************************************************************************************************************************************************
  3140. task path: /tmp/.bench/bench/playbooks/roles/nginx/tasks/setup-Debian.yml:14
  3141. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  3142. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  3143. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163447.1121397-172732-130410040115961 && echo ansible-tmp-1626163447.1121397-172732-130410040115961="` echo /root/.ansible/tmp/ansible-tmp-1626163447.1121397-172732-130410040115961 `" ) && sleep 0'
  3144. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/packaging/os/apt.py
  3145. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp5e0y5vye TO /root/.ansible/tmp/ansible-tmp-1626163447.1121397-172732-130410040115961/AnsiballZ_apt.py
  3146. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163447.1121397-172732-130410040115961/ /root/.ansible/tmp/ansible-tmp-1626163447.1121397-172732-130410040115961/AnsiballZ_apt.py && sleep 0'
  3147. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163447.1121397-172732-130410040115961/AnsiballZ_apt.py && sleep 0'
  3148. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163447.1121397-172732-130410040115961/ > /dev/null 2>&1 && sleep 0'
  3149. ok: [localhost] => {
  3150. "cache_update_time": 1626163401,
  3151. "cache_updated": false,
  3152. "changed": false,
  3153. "invocation": {
  3154. "module_args": {
  3155. "allow_unauthenticated": false,
  3156. "autoclean": false,
  3157. "autoremove": false,
  3158. "cache_valid_time": 0,
  3159. "deb": null,
  3160. "default_release": "",
  3161. "dpkg_options": "force-confdef,force-confold",
  3162. "force": false,
  3163. "force_apt_get": false,
  3164. "install_recommends": null,
  3165. "only_upgrade": false,
  3166. "package": [
  3167. "nginx"
  3168. ],
  3169. "pkg": "nginx",
  3170. "policy_rc_d": null,
  3171. "purge": false,
  3172. "state": "present",
  3173. "update_cache": null,
  3174. "upgrade": null
  3175. }
  3176. }
  3177. }
  3178.  
  3179. TASK [nginx : Rename default nginx.conf to nginx.conf.old] ***********************************************************************************************************************************
  3180. task path: /tmp/.bench/bench/playbooks/roles/nginx/tasks/main.yml:19
  3181. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  3182. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  3183. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163449.5985193-172765-77358887054187 && echo ansible-tmp-1626163449.5985193-172765-77358887054187="` echo /root/.ansible/tmp/ansible-tmp-1626163449.5985193-172765-77358887054187 `" ) && sleep 0'
  3184. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/commands/command.py
  3185. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpbxk53632 TO /root/.ansible/tmp/ansible-tmp-1626163449.5985193-172765-77358887054187/AnsiballZ_command.py
  3186. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163449.5985193-172765-77358887054187/ /root/.ansible/tmp/ansible-tmp-1626163449.5985193-172765-77358887054187/AnsiballZ_command.py && sleep 0'
  3187. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163449.5985193-172765-77358887054187/AnsiballZ_command.py && sleep 0'
  3188. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163449.5985193-172765-77358887054187/ > /dev/null 2>&1 && sleep 0'
  3189. changed: [localhost] => {
  3190. "changed": true,
  3191. "cmd": [
  3192. "mv",
  3193. "/etc/nginx/nginx.conf",
  3194. "/etc/nginx/nginx.conf.old"
  3195. ],
  3196. "delta": "0:00:00.010363",
  3197. "end": "2021-07-13 08:04:09.989017",
  3198. "invocation": {
  3199. "module_args": {
  3200. "_raw_params": "mv /etc/nginx/nginx.conf /etc/nginx/nginx.conf.old",
  3201. "_uses_shell": false,
  3202. "argv": null,
  3203. "chdir": null,
  3204. "creates": null,
  3205. "executable": null,
  3206. "removes": null,
  3207. "stdin": null,
  3208. "stdin_add_newline": true,
  3209. "strip_empty_ends": true,
  3210. "warn": true
  3211. }
  3212. },
  3213. "rc": 0,
  3214. "start": "2021-07-13 08:04:09.978654",
  3215. "stderr": "",
  3216. "stderr_lines": [],
  3217. "stdout": "",
  3218. "stdout_lines": []
  3219. }
  3220.  
  3221. TASK [nginx : Copy nginx configuration in place.] ********************************************************************************************************************************************
  3222. task path: /tmp/.bench/bench/playbooks/roles/nginx/tasks/main.yml:24
  3223. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  3224. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  3225. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163450.1245208-172792-84717808411884 && echo ansible-tmp-1626163450.1245208-172792-84717808411884="` echo /root/.ansible/tmp/ansible-tmp-1626163450.1245208-172792-84717808411884 `" ) && sleep 0'
  3226. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/stat.py
  3227. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpgcwdw_hg TO /root/.ansible/tmp/ansible-tmp-1626163450.1245208-172792-84717808411884/AnsiballZ_stat.py
  3228. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163450.1245208-172792-84717808411884/ /root/.ansible/tmp/ansible-tmp-1626163450.1245208-172792-84717808411884/AnsiballZ_stat.py && sleep 0'
  3229. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163450.1245208-172792-84717808411884/AnsiballZ_stat.py && sleep 0'
  3230. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp7v4btfz6/nginx.conf.j2 TO /root/.ansible/tmp/ansible-tmp-1626163450.1245208-172792-84717808411884/source
  3231. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163450.1245208-172792-84717808411884/ /root/.ansible/tmp/ansible-tmp-1626163450.1245208-172792-84717808411884/source && sleep 0'
  3232. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/copy.py
  3233. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmppz815ivq TO /root/.ansible/tmp/ansible-tmp-1626163450.1245208-172792-84717808411884/AnsiballZ_copy.py
  3234. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163450.1245208-172792-84717808411884/ /root/.ansible/tmp/ansible-tmp-1626163450.1245208-172792-84717808411884/AnsiballZ_copy.py && sleep 0'
  3235. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163450.1245208-172792-84717808411884/AnsiballZ_copy.py && sleep 0'
  3236. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163450.1245208-172792-84717808411884/ > /dev/null 2>&1 && sleep 0'
  3237. NOTIFIED HANDLER nginx : restart nginx for localhost
  3238. changed: [localhost] => {
  3239. "changed": true,
  3240. "checksum": "f2ffbdb4b85314d1953f3968e098b01915e46540",
  3241. "dest": "/etc/nginx/nginx.conf",
  3242. "diff": [],
  3243. "gid": 0,
  3244. "group": "root",
  3245. "invocation": {
  3246. "module_args": {
  3247. "_original_basename": "nginx.conf.j2",
  3248. "attributes": null,
  3249. "backup": false,
  3250. "checksum": "f2ffbdb4b85314d1953f3968e098b01915e46540",
  3251. "content": null,
  3252. "delimiter": null,
  3253. "dest": "/etc/nginx/nginx.conf",
  3254. "directory_mode": null,
  3255. "follow": false,
  3256. "force": true,
  3257. "group": "root",
  3258. "local_follow": null,
  3259. "mode": 420,
  3260. "owner": "root",
  3261. "regexp": null,
  3262. "remote_src": null,
  3263. "selevel": null,
  3264. "serole": null,
  3265. "setype": null,
  3266. "seuser": null,
  3267. "src": "/root/.ansible/tmp/ansible-tmp-1626163450.1245208-172792-84717808411884/source",
  3268. "unsafe_writes": null,
  3269. "validate": null
  3270. }
  3271. },
  3272. "md5sum": "cd4970005bdf4504252043b4fb12fe76",
  3273. "mode": "0644",
  3274. "owner": "root",
  3275. "size": 1874,
  3276. "src": "/root/.ansible/tmp/ansible-tmp-1626163450.1245208-172792-84717808411884/source",
  3277. "state": "file",
  3278. "uid": 0
  3279. }
  3280.  
  3281. TASK [nginx : Setup www redirect] ************************************************************************************************************************************************************
  3282. task path: /tmp/.bench/bench/playbooks/roles/nginx/tasks/main.yml:33
  3283. skipping: [localhost] => {
  3284. "changed": false,
  3285. "skip_reason": "Conditional result was False"
  3286. }
  3287.  
  3288. TASK [nginx : Enable SELinux] ****************************************************************************************************************************************************************
  3289. task path: /tmp/.bench/bench/playbooks/roles/nginx/tasks/main.yml:43
  3290. skipping: [localhost] => {
  3291. "changed": false,
  3292. "skip_reason": "Conditional result was False"
  3293. }
  3294.  
  3295. TASK [nginx : Ensure nginx is started and enabled to start at boot.] *************************************************************************************************************************
  3296. task path: /tmp/.bench/bench/playbooks/roles/nginx/tasks/main.yml:47
  3297. Running systemd
  3298. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  3299. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  3300. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163451.3888164-172835-128781452668721 && echo ansible-tmp-1626163451.3888164-172835-128781452668721="` echo /root/.ansible/tmp/ansible-tmp-1626163451.3888164-172835-128781452668721 `" ) && sleep 0'
  3301. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/system/systemd.py
  3302. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp0dk14mpk TO /root/.ansible/tmp/ansible-tmp-1626163451.3888164-172835-128781452668721/AnsiballZ_systemd.py
  3303. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163451.3888164-172835-128781452668721/ /root/.ansible/tmp/ansible-tmp-1626163451.3888164-172835-128781452668721/AnsiballZ_systemd.py && sleep 0'
  3304. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163451.3888164-172835-128781452668721/AnsiballZ_systemd.py && sleep 0'
  3305. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163451.3888164-172835-128781452668721/ > /dev/null 2>&1 && sleep 0'
  3306. ok: [localhost] => {
  3307. "changed": false,
  3308. "enabled": true,
  3309. "invocation": {
  3310. "module_args": {
  3311. "daemon_reexec": false,
  3312. "daemon_reload": false,
  3313. "enabled": true,
  3314. "force": null,
  3315. "masked": null,
  3316. "name": "nginx",
  3317. "no_block": false,
  3318. "scope": null,
  3319. "state": "started",
  3320. "user": null
  3321. }
  3322. },
  3323. "name": "nginx",
  3324. "state": "started",
  3325. "status": {
  3326. "ActiveEnterTimestamp": "Tue 2021-07-13 07:40:04 UTC",
  3327. "ActiveEnterTimestampMonotonic": "151397680704",
  3328. "ActiveExitTimestamp": "Tue 2021-07-13 07:40:04 UTC",
  3329. "ActiveExitTimestampMonotonic": "151397528475",
  3330. "ActiveState": "active",
  3331. "After": "basic.target network.target systemd-journald.socket system.slice sysinit.target",
  3332. "AllowIsolate": "no",
  3333. "AllowedCPUs": "",
  3334. "AllowedMemoryNodes": "",
  3335. "AmbientCapabilities": "",
  3336. "AssertResult": "yes",
  3337. "AssertTimestamp": "Tue 2021-07-13 07:40:04 UTC",
  3338. "AssertTimestampMonotonic": "151397581991",
  3339. "Before": "multi-user.target shutdown.target",
  3340. "BlockIOAccounting": "no",
  3341. "BlockIOWeight": "[not set]",
  3342. "CPUAccounting": "no",
  3343. "CPUAffinity": "",
  3344. "CPUAffinityFromNUMA": "no",
  3345. "CPUQuotaPerSecUSec": "infinity",
  3346. "CPUQuotaPeriodUSec": "infinity",
  3347. "CPUSchedulingPolicy": "0",
  3348. "CPUSchedulingPriority": "0",
  3349. "CPUSchedulingResetOnFork": "no",
  3350. "CPUShares": "[not set]",
  3351. "CPUUsageNSec": "[not set]",
  3352. "CPUWeight": "[not set]",
  3353. "CacheDirectoryMode": "0755",
  3354. "CanIsolate": "no",
  3355. "CanReload": "yes",
  3356. "CanStart": "yes",
  3357. "CanStop": "yes",
  3358. "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read",
  3359. "CleanResult": "success",
  3360. "CollectMode": "inactive",
  3361. "ConditionResult": "yes",
  3362. "ConditionTimestamp": "Tue 2021-07-13 07:40:04 UTC",
  3363. "ConditionTimestampMonotonic": "151397581989",
  3364. "ConfigurationDirectoryMode": "0755",
  3365. "Conflicts": "shutdown.target",
  3366. "ControlGroup": "/system.slice/nginx.service",
  3367. "ControlPID": "0",
  3368. "DefaultDependencies": "yes",
  3369. "DefaultMemoryLow": "0",
  3370. "DefaultMemoryMin": "0",
  3371. "Delegate": "no",
  3372. "Description": "A high performance web server and a reverse proxy server",
  3373. "DevicePolicy": "auto",
  3374. "Documentation": "man:nginx(8)",
  3375. "DynamicUser": "no",
  3376. "EffectiveCPUs": "",
  3377. "EffectiveMemoryNodes": "",
  3378. "ExecMainCode": "0",
  3379. "ExecMainExitTimestampMonotonic": "0",
  3380. "ExecMainPID": "168780",
  3381. "ExecMainStartTimestamp": "Tue 2021-07-13 07:40:04 UTC",
  3382. "ExecMainStartTimestampMonotonic": "151397680633",
  3383. "ExecMainStatus": "0",
  3384. "ExecReload": "{ path=/usr/sbin/nginx ; argv[]=/usr/sbin/nginx -g daemon on; master_process on; -s reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
  3385. "ExecReloadEx": "{ path=/usr/sbin/nginx ; argv[]=/usr/sbin/nginx -g daemon on; master_process on; -s reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
  3386. "ExecStart": "{ path=/usr/sbin/nginx ; argv[]=/usr/sbin/nginx -g daemon on; master_process on; ; ignore_errors=no ; start_time=[Tue 2021-07-13 07:40:04 UTC] ; stop_time=[Tue 2021-07-13 07:40:04 UTC] ; pid=168779 ; code=exited ; status=0 }",
  3387. "ExecStartEx": "{ path=/usr/sbin/nginx ; argv[]=/usr/sbin/nginx -g daemon on; master_process on; ; flags= ; start_time=[Tue 2021-07-13 07:40:04 UTC] ; stop_time=[Tue 2021-07-13 07:40:04 UTC] ; pid=168779 ; code=exited ; status=0 }",
  3388. "ExecStartPre": "{ path=/usr/sbin/nginx ; argv[]=/usr/sbin/nginx -t -q -g daemon on; master_process on; ; ignore_errors=no ; start_time=[Tue 2021-07-13 07:40:04 UTC] ; stop_time=[Tue 2021-07-13 07:40:04 UTC] ; pid=168778 ; code=exited ; status=0 }",
  3389. "ExecStartPreEx": "{ path=/usr/sbin/nginx ; argv[]=/usr/sbin/nginx -t -q -g daemon on; master_process on; ; flags= ; start_time=[Tue 2021-07-13 07:40:04 UTC] ; stop_time=[Tue 2021-07-13 07:40:04 UTC] ; pid=168778 ; code=exited ; status=0 }",
  3390. "ExecStop": "{ path=/sbin/start-stop-daemon ; argv[]=/sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile /run/nginx.pid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
  3391. "ExecStopEx": "{ path=/sbin/start-stop-daemon ; argv[]=/sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile /run/nginx.pid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
  3392. "FailureAction": "none",
  3393. "FileDescriptorStoreMax": "0",
  3394. "FinalKillSignal": "9",
  3395. "FragmentPath": "/lib/systemd/system/nginx.service",
  3396. "GID": "[not set]",
  3397. "GuessMainPID": "yes",
  3398. "IOAccounting": "no",
  3399. "IOReadBytes": "18446744073709551615",
  3400. "IOReadOperations": "18446744073709551615",
  3401. "IOSchedulingClass": "0",
  3402. "IOSchedulingPriority": "0",
  3403. "IOWeight": "[not set]",
  3404. "IOWriteBytes": "18446744073709551615",
  3405. "IOWriteOperations": "18446744073709551615",
  3406. "IPAccounting": "no",
  3407. "IPEgressBytes": "[no data]",
  3408. "IPEgressPackets": "[no data]",
  3409. "IPIngressBytes": "[no data]",
  3410. "IPIngressPackets": "[no data]",
  3411. "Id": "nginx.service",
  3412. "IgnoreOnIsolate": "no",
  3413. "IgnoreSIGPIPE": "yes",
  3414. "InactiveEnterTimestamp": "Tue 2021-07-13 07:40:04 UTC",
  3415. "InactiveEnterTimestampMonotonic": "151397577021",
  3416. "InactiveExitTimestamp": "Tue 2021-07-13 07:40:04 UTC",
  3417. "InactiveExitTimestampMonotonic": "151397588762",
  3418. "InvocationID": "b7ef1cb2a16240d0a37c5a122a6321c2",
  3419. "JobRunningTimeoutUSec": "infinity",
  3420. "JobTimeoutAction": "none",
  3421. "JobTimeoutUSec": "infinity",
  3422. "KeyringMode": "private",
  3423. "KillMode": "mixed",
  3424. "KillSignal": "15",
  3425. "LimitAS": "infinity",
  3426. "LimitASSoft": "infinity",
  3427. "LimitCORE": "infinity",
  3428. "LimitCORESoft": "0",
  3429. "LimitCPU": "infinity",
  3430. "LimitCPUSoft": "infinity",
  3431. "LimitDATA": "infinity",
  3432. "LimitDATASoft": "infinity",
  3433. "LimitFSIZE": "infinity",
  3434. "LimitFSIZESoft": "infinity",
  3435. "LimitLOCKS": "infinity",
  3436. "LimitLOCKSSoft": "infinity",
  3437. "LimitMEMLOCK": "65536",
  3438. "LimitMEMLOCKSoft": "65536",
  3439. "LimitMSGQUEUE": "819200",
  3440. "LimitMSGQUEUESoft": "819200",
  3441. "LimitNICE": "0",
  3442. "LimitNICESoft": "0",
  3443. "LimitNOFILE": "524288",
  3444. "LimitNOFILESoft": "1024",
  3445. "LimitNPROC": "15402",
  3446. "LimitNPROCSoft": "15402",
  3447. "LimitRSS": "infinity",
  3448. "LimitRSSSoft": "infinity",
  3449. "LimitRTPRIO": "0",
  3450. "LimitRTPRIOSoft": "0",
  3451. "LimitRTTIME": "infinity",
  3452. "LimitRTTIMESoft": "infinity",
  3453. "LimitSIGPENDING": "15402",
  3454. "LimitSIGPENDINGSoft": "15402",
  3455. "LimitSTACK": "infinity",
  3456. "LimitSTACKSoft": "8388608",
  3457. "LoadState": "loaded",
  3458. "LockPersonality": "no",
  3459. "LogLevelMax": "-1",
  3460. "LogRateLimitBurst": "0",
  3461. "LogRateLimitIntervalUSec": "0",
  3462. "LogsDirectoryMode": "0755",
  3463. "MainPID": "168780",
  3464. "MemoryAccounting": "yes",
  3465. "MemoryCurrent": "5382144",
  3466. "MemoryDenyWriteExecute": "no",
  3467. "MemoryHigh": "infinity",
  3468. "MemoryLimit": "infinity",
  3469. "MemoryLow": "0",
  3470. "MemoryMax": "infinity",
  3471. "MemoryMin": "0",
  3472. "MemorySwapMax": "infinity",
  3473. "MountAPIVFS": "no",
  3474. "MountFlags": "",
  3475. "NFileDescriptorStore": "0",
  3476. "NRestarts": "0",
  3477. "NUMAMask": "",
  3478. "NUMAPolicy": "n/a",
  3479. "Names": "nginx.service",
  3480. "NeedDaemonReload": "no",
  3481. "Nice": "0",
  3482. "NoNewPrivileges": "no",
  3483. "NonBlocking": "no",
  3484. "NotifyAccess": "none",
  3485. "OOMPolicy": "stop",
  3486. "OOMScoreAdjust": "0",
  3487. "OnFailureJobMode": "replace",
  3488. "PIDFile": "/run/nginx.pid",
  3489. "Perpetual": "no",
  3490. "PrivateDevices": "no",
  3491. "PrivateMounts": "no",
  3492. "PrivateNetwork": "no",
  3493. "PrivateTmp": "no",
  3494. "PrivateUsers": "no",
  3495. "ProtectControlGroups": "no",
  3496. "ProtectHome": "no",
  3497. "ProtectHostname": "no",
  3498. "ProtectKernelLogs": "no",
  3499. "ProtectKernelModules": "no",
  3500. "ProtectKernelTunables": "no",
  3501. "ProtectSystem": "no",
  3502. "RefuseManualStart": "no",
  3503. "RefuseManualStop": "no",
  3504. "ReloadResult": "success",
  3505. "RemainAfterExit": "no",
  3506. "RemoveIPC": "no",
  3507. "Requires": "sysinit.target system.slice",
  3508. "Restart": "no",
  3509. "RestartKillSignal": "15",
  3510. "RestartUSec": "100ms",
  3511. "RestrictNamespaces": "no",
  3512. "RestrictRealtime": "no",
  3513. "RestrictSUIDSGID": "no",
  3514. "Result": "success",
  3515. "RootDirectoryStartOnly": "no",
  3516. "RuntimeDirectoryMode": "0755",
  3517. "RuntimeDirectoryPreserve": "no",
  3518. "RuntimeMaxUSec": "infinity",
  3519. "SameProcessGroup": "no",
  3520. "SecureBits": "0",
  3521. "SendSIGHUP": "no",
  3522. "SendSIGKILL": "yes",
  3523. "Slice": "system.slice",
  3524. "StandardError": "inherit",
  3525. "StandardInput": "null",
  3526. "StandardInputData": "",
  3527. "StandardOutput": "journal",
  3528. "StartLimitAction": "none",
  3529. "StartLimitBurst": "5",
  3530. "StartLimitIntervalUSec": "10s",
  3531. "StartupBlockIOWeight": "[not set]",
  3532. "StartupCPUShares": "[not set]",
  3533. "StartupCPUWeight": "[not set]",
  3534. "StartupIOWeight": "[not set]",
  3535. "StateChangeTimestamp": "Tue 2021-07-13 07:40:04 UTC",
  3536. "StateChangeTimestampMonotonic": "151397680704",
  3537. "StateDirectoryMode": "0755",
  3538. "StatusErrno": "0",
  3539. "StopWhenUnneeded": "no",
  3540. "SubState": "running",
  3541. "SuccessAction": "none",
  3542. "SyslogFacility": "3",
  3543. "SyslogLevel": "6",
  3544. "SyslogLevelPrefix": "yes",
  3545. "SyslogPriority": "30",
  3546. "SystemCallErrorNumber": "0",
  3547. "TTYReset": "no",
  3548. "TTYVHangup": "no",
  3549. "TTYVTDisallocate": "no",
  3550. "TasksAccounting": "yes",
  3551. "TasksCurrent": "6",
  3552. "TasksMax": "4620",
  3553. "TimeoutAbortUSec": "5s",
  3554. "TimeoutCleanUSec": "infinity",
  3555. "TimeoutStartUSec": "1min 30s",
  3556. "TimeoutStopUSec": "5s",
  3557. "TimerSlackNSec": "50000",
  3558. "Transient": "no",
  3559. "Type": "forking",
  3560. "UID": "[not set]",
  3561. "UMask": "0022",
  3562. "UnitFilePreset": "enabled",
  3563. "UnitFileState": "enabled",
  3564. "UtmpMode": "init",
  3565. "WantedBy": "multi-user.target",
  3566. "WatchdogSignal": "6",
  3567. "WatchdogTimestampMonotonic": "0",
  3568. "WatchdogUSec": "0"
  3569. }
  3570. }
  3571.  
  3572. TASK [nginx : include_tasks] *****************************************************************************************************************************************************************
  3573. task path: /tmp/.bench/bench/playbooks/roles/nginx/tasks/main.yml:50
  3574. included: /tmp/.bench/bench/playbooks/roles/nginx/tasks/vhosts.yml for localhost
  3575.  
  3576. TASK [nginx : Remove default nginx vhost config file (if configured).] ***********************************************************************************************************************
  3577. task path: /tmp/.bench/bench/playbooks/roles/nginx/tasks/vhosts.yml:2
  3578. skipping: [localhost] => {
  3579. "changed": false,
  3580. "skip_reason": "Conditional result was False"
  3581. }
  3582.  
  3583. TASK [nginx : Add managed vhost config file (if any vhosts are configured).] *****************************************************************************************************************
  3584. task path: /tmp/.bench/bench/playbooks/roles/nginx/tasks/vhosts.yml:9
  3585. skipping: [localhost] => {
  3586. "changed": false,
  3587. "skip_reason": "Conditional result was False"
  3588. }
  3589.  
  3590. TASK [nginx : Remove managed vhost config file (if no vhosts are configured).] ***************************************************************************************************************
  3591. task path: /tmp/.bench/bench/playbooks/roles/nginx/tasks/vhosts.yml:17
  3592. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  3593. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  3594. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163452.6055405-172869-180141629642436 && echo ansible-tmp-1626163452.6055405-172869-180141629642436="` echo /root/.ansible/tmp/ansible-tmp-1626163452.6055405-172869-180141629642436 `" ) && sleep 0'
  3595. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/file.py
  3596. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp6jsond3v TO /root/.ansible/tmp/ansible-tmp-1626163452.6055405-172869-180141629642436/AnsiballZ_file.py
  3597. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163452.6055405-172869-180141629642436/ /root/.ansible/tmp/ansible-tmp-1626163452.6055405-172869-180141629642436/AnsiballZ_file.py && sleep 0'
  3598. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163452.6055405-172869-180141629642436/AnsiballZ_file.py && sleep 0'
  3599. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163452.6055405-172869-180141629642436/ > /dev/null 2>&1 && sleep 0'
  3600. ok: [localhost] => {
  3601. "changed": false,
  3602. "invocation": {
  3603. "module_args": {
  3604. "_diff_peek": null,
  3605. "_original_basename": null,
  3606. "access_time": null,
  3607. "access_time_format": "%Y%m%d%H%M.%S",
  3608. "attributes": null,
  3609. "backup": null,
  3610. "content": null,
  3611. "delimiter": null,
  3612. "directory_mode": null,
  3613. "follow": true,
  3614. "force": false,
  3615. "group": null,
  3616. "mode": null,
  3617. "modification_time": null,
  3618. "modification_time_format": "%Y%m%d%H%M.%S",
  3619. "owner": null,
  3620. "path": "/etc/nginx/sites-enabled/vhosts.conf",
  3621. "recurse": false,
  3622. "regexp": null,
  3623. "remote_src": null,
  3624. "selevel": null,
  3625. "serole": null,
  3626. "setype": null,
  3627. "seuser": null,
  3628. "src": null,
  3629. "state": "absent",
  3630. "unsafe_writes": null
  3631. }
  3632. },
  3633. "path": "/etc/nginx/sites-enabled/vhosts.conf",
  3634. "state": "absent"
  3635. }
  3636.  
  3637. TASK [fail2ban : Install fail2ban] ***********************************************************************************************************************************************************
  3638. task path: /tmp/.bench/bench/playbooks/roles/fail2ban/tasks/main.yml:2
  3639. skipping: [localhost] => {
  3640. "changed": false,
  3641. "skip_reason": "Conditional result was False"
  3642. }
  3643.  
  3644. TASK [fail2ban : Install fail2ban] ***********************************************************************************************************************************************************
  3645. task path: /tmp/.bench/bench/playbooks/roles/fail2ban/tasks/main.yml:6
  3646. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  3647. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  3648. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163453.192315-172899-108429998508265 && echo ansible-tmp-1626163453.192315-172899-108429998508265="` echo /root/.ansible/tmp/ansible-tmp-1626163453.192315-172899-108429998508265 `" ) && sleep 0'
  3649. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/packaging/os/apt.py
  3650. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmph_0ho7n6 TO /root/.ansible/tmp/ansible-tmp-1626163453.192315-172899-108429998508265/AnsiballZ_apt.py
  3651. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163453.192315-172899-108429998508265/ /root/.ansible/tmp/ansible-tmp-1626163453.192315-172899-108429998508265/AnsiballZ_apt.py && sleep 0'
  3652. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163453.192315-172899-108429998508265/AnsiballZ_apt.py && sleep 0'
  3653. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163453.192315-172899-108429998508265/ > /dev/null 2>&1 && sleep 0'
  3654. ok: [localhost] => {
  3655. "cache_update_time": 1626163401,
  3656. "cache_updated": false,
  3657. "changed": false,
  3658. "invocation": {
  3659. "module_args": {
  3660. "allow_unauthenticated": false,
  3661. "autoclean": false,
  3662. "autoremove": false,
  3663. "cache_valid_time": 0,
  3664. "deb": null,
  3665. "default_release": null,
  3666. "dpkg_options": "force-confdef,force-confold",
  3667. "force": false,
  3668. "force_apt_get": false,
  3669. "install_recommends": null,
  3670. "name": "fail2ban",
  3671. "only_upgrade": false,
  3672. "package": [
  3673. "fail2ban"
  3674. ],
  3675. "policy_rc_d": null,
  3676. "purge": false,
  3677. "state": "present",
  3678. "update_cache": null,
  3679. "upgrade": null
  3680. }
  3681. }
  3682. }
  3683.  
  3684. TASK [fail2ban : Enable fail2ban] ************************************************************************************************************************************************************
  3685. task path: /tmp/.bench/bench/playbooks/roles/fail2ban/tasks/main.yml:10
  3686. Running systemd
  3687. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  3688. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  3689. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163455.8461363-172930-17823045337349 && echo ansible-tmp-1626163455.8461363-172930-17823045337349="` echo /root/.ansible/tmp/ansible-tmp-1626163455.8461363-172930-17823045337349 `" ) && sleep 0'
  3690. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/system/systemd.py
  3691. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpyy5o1dl1 TO /root/.ansible/tmp/ansible-tmp-1626163455.8461363-172930-17823045337349/AnsiballZ_systemd.py
  3692. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163455.8461363-172930-17823045337349/ /root/.ansible/tmp/ansible-tmp-1626163455.8461363-172930-17823045337349/AnsiballZ_systemd.py && sleep 0'
  3693. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163455.8461363-172930-17823045337349/AnsiballZ_systemd.py && sleep 0'
  3694. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163455.8461363-172930-17823045337349/ > /dev/null 2>&1 && sleep 0'
  3695. ok: [localhost] => {
  3696. "changed": false,
  3697. "enabled": true,
  3698. "invocation": {
  3699. "module_args": {
  3700. "daemon_reexec": false,
  3701. "daemon_reload": false,
  3702. "enabled": true,
  3703. "force": null,
  3704. "masked": null,
  3705. "name": "fail2ban",
  3706. "no_block": false,
  3707. "scope": null,
  3708. "state": null,
  3709. "user": null
  3710. }
  3711. },
  3712. "name": "fail2ban",
  3713. "status": {
  3714. "ActiveEnterTimestamp": "Sun 2021-07-11 13:58:55 UTC",
  3715. "ActiveEnterTimestampMonotonic": "1329073930",
  3716. "ActiveExitTimestamp": "Sun 2021-07-11 13:58:55 UTC",
  3717. "ActiveExitTimestampMonotonic": "1328390829",
  3718. "ActiveState": "active",
  3719. "After": "sysinit.target ipset.service firewalld.service network.target ip6tables.service nftables.service system.slice systemd-journald.socket basic.target iptables.service",
  3720. "AllowIsolate": "no",
  3721. "AllowedCPUs": "",
  3722. "AllowedMemoryNodes": "",
  3723. "AmbientCapabilities": "",
  3724. "AssertResult": "yes",
  3725. "AssertTimestamp": "Sun 2021-07-11 13:58:55 UTC",
  3726. "AssertTimestampMonotonic": "1329053785",
  3727. "Before": "multi-user.target shutdown.target",
  3728. "BlockIOAccounting": "no",
  3729. "BlockIOWeight": "[not set]",
  3730. "CPUAccounting": "no",
  3731. "CPUAffinity": "",
  3732. "CPUAffinityFromNUMA": "no",
  3733. "CPUQuotaPerSecUSec": "infinity",
  3734. "CPUQuotaPeriodUSec": "infinity",
  3735. "CPUSchedulingPolicy": "0",
  3736. "CPUSchedulingPriority": "0",
  3737. "CPUSchedulingResetOnFork": "no",
  3738. "CPUShares": "[not set]",
  3739. "CPUUsageNSec": "[not set]",
  3740. "CPUWeight": "[not set]",
  3741. "CacheDirectoryMode": "0755",
  3742. "CanIsolate": "no",
  3743. "CanReload": "yes",
  3744. "CanStart": "yes",
  3745. "CanStop": "yes",
  3746. "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read",
  3747. "CleanResult": "success",
  3748. "CollectMode": "inactive",
  3749. "ConditionResult": "yes",
  3750. "ConditionTimestamp": "Sun 2021-07-11 13:58:55 UTC",
  3751. "ConditionTimestampMonotonic": "1329053783",
  3752. "ConfigurationDirectoryMode": "0755",
  3753. "Conflicts": "shutdown.target",
  3754. "ControlGroup": "/system.slice/fail2ban.service",
  3755. "ControlPID": "0",
  3756. "DefaultDependencies": "yes",
  3757. "DefaultMemoryLow": "0",
  3758. "DefaultMemoryMin": "0",
  3759. "Delegate": "no",
  3760. "Description": "Fail2Ban Service",
  3761. "DevicePolicy": "auto",
  3762. "Documentation": "man:fail2ban(1)",
  3763. "DynamicUser": "no",
  3764. "EffectiveCPUs": "",
  3765. "EffectiveMemoryNodes": "",
  3766. "ExecMainCode": "0",
  3767. "ExecMainExitTimestampMonotonic": "0",
  3768. "ExecMainPID": "28090",
  3769. "ExecMainStartTimestamp": "Sun 2021-07-11 13:58:55 UTC",
  3770. "ExecMainStartTimestampMonotonic": "1329073753",
  3771. "ExecMainStatus": "0",
  3772. "ExecReload": "{ path=/usr/bin/fail2ban-client ; argv[]=/usr/bin/fail2ban-client reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
  3773. "ExecReloadEx": "{ path=/usr/bin/fail2ban-client ; argv[]=/usr/bin/fail2ban-client reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
  3774. "ExecStart": "{ path=/usr/bin/fail2ban-server ; argv[]=/usr/bin/fail2ban-server -xf start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
  3775. "ExecStartEx": "{ path=/usr/bin/fail2ban-server ; argv[]=/usr/bin/fail2ban-server -xf start ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
  3776. "ExecStartPre": "{ path=/bin/mkdir ; argv[]=/bin/mkdir -p /run/fail2ban ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
  3777. "ExecStartPreEx": "{ path=/bin/mkdir ; argv[]=/bin/mkdir -p /run/fail2ban ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
  3778. "ExecStop": "{ path=/usr/bin/fail2ban-client ; argv[]=/usr/bin/fail2ban-client stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
  3779. "ExecStopEx": "{ path=/usr/bin/fail2ban-client ; argv[]=/usr/bin/fail2ban-client stop ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
  3780. "FailureAction": "none",
  3781. "FileDescriptorStoreMax": "0",
  3782. "FinalKillSignal": "9",
  3783. "FragmentPath": "/lib/systemd/system/fail2ban.service",
  3784. "GID": "[not set]",
  3785. "GuessMainPID": "yes",
  3786. "IOAccounting": "no",
  3787. "IOReadBytes": "18446744073709551615",
  3788. "IOReadOperations": "18446744073709551615",
  3789. "IOSchedulingClass": "0",
  3790. "IOSchedulingPriority": "0",
  3791. "IOWeight": "[not set]",
  3792. "IOWriteBytes": "18446744073709551615",
  3793. "IOWriteOperations": "18446744073709551615",
  3794. "IPAccounting": "no",
  3795. "IPEgressBytes": "[no data]",
  3796. "IPEgressPackets": "[no data]",
  3797. "IPIngressBytes": "[no data]",
  3798. "IPIngressPackets": "[no data]",
  3799. "Id": "fail2ban.service",
  3800. "IgnoreOnIsolate": "no",
  3801. "IgnoreSIGPIPE": "yes",
  3802. "InactiveEnterTimestamp": "Sun 2021-07-11 13:58:55 UTC",
  3803. "InactiveEnterTimestampMonotonic": "1329050834",
  3804. "InactiveExitTimestamp": "Sun 2021-07-11 13:58:55 UTC",
  3805. "InactiveExitTimestampMonotonic": "1329058326",
  3806. "InvocationID": "2be8c51c4614439ea8b16508c7a0428c",
  3807. "JobRunningTimeoutUSec": "infinity",
  3808. "JobTimeoutAction": "none",
  3809. "JobTimeoutUSec": "infinity",
  3810. "KeyringMode": "private",
  3811. "KillMode": "control-group",
  3812. "KillSignal": "15",
  3813. "LimitAS": "infinity",
  3814. "LimitASSoft": "infinity",
  3815. "LimitCORE": "infinity",
  3816. "LimitCORESoft": "0",
  3817. "LimitCPU": "infinity",
  3818. "LimitCPUSoft": "infinity",
  3819. "LimitDATA": "infinity",
  3820. "LimitDATASoft": "infinity",
  3821. "LimitFSIZE": "infinity",
  3822. "LimitFSIZESoft": "infinity",
  3823. "LimitLOCKS": "infinity",
  3824. "LimitLOCKSSoft": "infinity",
  3825. "LimitMEMLOCK": "65536",
  3826. "LimitMEMLOCKSoft": "65536",
  3827. "LimitMSGQUEUE": "819200",
  3828. "LimitMSGQUEUESoft": "819200",
  3829. "LimitNICE": "0",
  3830. "LimitNICESoft": "0",
  3831. "LimitNOFILE": "524288",
  3832. "LimitNOFILESoft": "1024",
  3833. "LimitNPROC": "15402",
  3834. "LimitNPROCSoft": "15402",
  3835. "LimitRSS": "infinity",
  3836. "LimitRSSSoft": "infinity",
  3837. "LimitRTPRIO": "0",
  3838. "LimitRTPRIOSoft": "0",
  3839. "LimitRTTIME": "infinity",
  3840. "LimitRTTIMESoft": "infinity",
  3841. "LimitSIGPENDING": "15402",
  3842. "LimitSIGPENDINGSoft": "15402",
  3843. "LimitSTACK": "infinity",
  3844. "LimitSTACKSoft": "8388608",
  3845. "LoadState": "loaded",
  3846. "LockPersonality": "no",
  3847. "LogLevelMax": "-1",
  3848. "LogRateLimitBurst": "0",
  3849. "LogRateLimitIntervalUSec": "0",
  3850. "LogsDirectoryMode": "0755",
  3851. "MainPID": "28090",
  3852. "MemoryAccounting": "yes",
  3853. "MemoryCurrent": "13881344",
  3854. "MemoryDenyWriteExecute": "no",
  3855. "MemoryHigh": "infinity",
  3856. "MemoryLimit": "infinity",
  3857. "MemoryLow": "0",
  3858. "MemoryMax": "infinity",
  3859. "MemoryMin": "0",
  3860. "MemorySwapMax": "infinity",
  3861. "MountAPIVFS": "no",
  3862. "MountFlags": "",
  3863. "NFileDescriptorStore": "0",
  3864. "NRestarts": "0",
  3865. "NUMAMask": "",
  3866. "NUMAPolicy": "n/a",
  3867. "Names": "fail2ban.service",
  3868. "NeedDaemonReload": "no",
  3869. "Nice": "0",
  3870. "NoNewPrivileges": "no",
  3871. "NonBlocking": "no",
  3872. "NotifyAccess": "none",
  3873. "OOMPolicy": "stop",
  3874. "OOMScoreAdjust": "0",
  3875. "OnFailureJobMode": "replace",
  3876. "PIDFile": "/run/fail2ban/fail2ban.pid",
  3877. "PartOf": "firewalld.service",
  3878. "Perpetual": "no",
  3879. "PrivateDevices": "no",
  3880. "PrivateMounts": "no",
  3881. "PrivateNetwork": "no",
  3882. "PrivateTmp": "no",
  3883. "PrivateUsers": "no",
  3884. "ProtectControlGroups": "no",
  3885. "ProtectHome": "no",
  3886. "ProtectHostname": "no",
  3887. "ProtectKernelLogs": "no",
  3888. "ProtectKernelModules": "no",
  3889. "ProtectKernelTunables": "no",
  3890. "ProtectSystem": "no",
  3891. "RefuseManualStart": "no",
  3892. "RefuseManualStop": "no",
  3893. "ReloadResult": "success",
  3894. "RemainAfterExit": "no",
  3895. "RemoveIPC": "no",
  3896. "Requires": "sysinit.target system.slice",
  3897. "Restart": "on-failure",
  3898. "RestartKillSignal": "15",
  3899. "RestartPreventExitStatus": "0 255",
  3900. "RestartUSec": "100ms",
  3901. "RestrictNamespaces": "no",
  3902. "RestrictRealtime": "no",
  3903. "RestrictSUIDSGID": "no",
  3904. "Result": "success",
  3905. "RootDirectoryStartOnly": "no",
  3906. "RuntimeDirectoryMode": "0755",
  3907. "RuntimeDirectoryPreserve": "no",
  3908. "RuntimeMaxUSec": "infinity",
  3909. "SameProcessGroup": "no",
  3910. "SecureBits": "0",
  3911. "SendSIGHUP": "no",
  3912. "SendSIGKILL": "yes",
  3913. "Slice": "system.slice",
  3914. "StandardError": "inherit",
  3915. "StandardInput": "null",
  3916. "StandardInputData": "",
  3917. "StandardOutput": "journal",
  3918. "StartLimitAction": "none",
  3919. "StartLimitBurst": "5",
  3920. "StartLimitIntervalUSec": "10s",
  3921. "StartupBlockIOWeight": "[not set]",
  3922. "StartupCPUShares": "[not set]",
  3923. "StartupCPUWeight": "[not set]",
  3924. "StartupIOWeight": "[not set]",
  3925. "StateChangeTimestamp": "Sun 2021-07-11 13:58:55 UTC",
  3926. "StateChangeTimestampMonotonic": "1329073930",
  3927. "StateDirectoryMode": "0755",
  3928. "StatusErrno": "0",
  3929. "StopWhenUnneeded": "no",
  3930. "SubState": "running",
  3931. "SuccessAction": "none",
  3932. "SyslogFacility": "3",
  3933. "SyslogLevel": "6",
  3934. "SyslogLevelPrefix": "yes",
  3935. "SyslogPriority": "30",
  3936. "SystemCallErrorNumber": "0",
  3937. "TTYReset": "no",
  3938. "TTYVHangup": "no",
  3939. "TTYVTDisallocate": "no",
  3940. "TasksAccounting": "yes",
  3941. "TasksCurrent": "7",
  3942. "TasksMax": "4620",
  3943. "TimeoutAbortUSec": "1min 30s",
  3944. "TimeoutCleanUSec": "infinity",
  3945. "TimeoutStartUSec": "1min 30s",
  3946. "TimeoutStopUSec": "1min 30s",
  3947. "TimerSlackNSec": "50000",
  3948. "Transient": "no",
  3949. "Type": "simple",
  3950. "UID": "[not set]",
  3951. "UMask": "0022",
  3952. "UnitFilePreset": "enabled",
  3953. "UnitFileState": "enabled",
  3954. "UtmpMode": "init",
  3955. "WantedBy": "multi-user.target",
  3956. "WatchdogSignal": "6",
  3957. "WatchdogTimestampMonotonic": "0",
  3958. "WatchdogUSec": "0"
  3959. }
  3960. }
  3961.  
  3962. TASK [fail2ban : Create jail.d] **************************************************************************************************************************************************************
  3963. task path: /tmp/.bench/bench/playbooks/roles/fail2ban/tasks/main.yml:13
  3964. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  3965. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  3966. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163456.9000862-172958-112986275263028 && echo ansible-tmp-1626163456.9000862-172958-112986275263028="` echo /root/.ansible/tmp/ansible-tmp-1626163456.9000862-172958-112986275263028 `" ) && sleep 0'
  3967. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/file.py
  3968. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp2mr980er TO /root/.ansible/tmp/ansible-tmp-1626163456.9000862-172958-112986275263028/AnsiballZ_file.py
  3969. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163456.9000862-172958-112986275263028/ /root/.ansible/tmp/ansible-tmp-1626163456.9000862-172958-112986275263028/AnsiballZ_file.py && sleep 0'
  3970. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163456.9000862-172958-112986275263028/AnsiballZ_file.py && sleep 0'
  3971. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163456.9000862-172958-112986275263028/ > /dev/null 2>&1 && sleep 0'
  3972. ok: [localhost] => {
  3973. "changed": false,
  3974. "diff": {
  3975. "after": {
  3976. "path": "/etc/fail2ban/jail.d"
  3977. },
  3978. "before": {
  3979. "path": "/etc/fail2ban/jail.d"
  3980. }
  3981. },
  3982. "gid": 0,
  3983. "group": "root",
  3984. "invocation": {
  3985. "module_args": {
  3986. "_diff_peek": null,
  3987. "_original_basename": null,
  3988. "access_time": null,
  3989. "access_time_format": "%Y%m%d%H%M.%S",
  3990. "attributes": null,
  3991. "backup": null,
  3992. "content": null,
  3993. "delimiter": null,
  3994. "directory_mode": null,
  3995. "follow": true,
  3996. "force": false,
  3997. "group": null,
  3998. "mode": null,
  3999. "modification_time": null,
  4000. "modification_time_format": "%Y%m%d%H%M.%S",
  4001. "owner": null,
  4002. "path": "/etc/fail2ban/jail.d",
  4003. "recurse": false,
  4004. "regexp": null,
  4005. "remote_src": null,
  4006. "selevel": null,
  4007. "serole": null,
  4008. "setype": null,
  4009. "seuser": null,
  4010. "src": null,
  4011. "state": "directory",
  4012. "unsafe_writes": null
  4013. }
  4014. },
  4015. "mode": "0755",
  4016. "owner": "root",
  4017. "path": "/etc/fail2ban/jail.d",
  4018. "size": 4096,
  4019. "state": "directory",
  4020. "uid": 0
  4021. }
  4022.  
  4023. TASK [fail2ban : Setup filters] **************************************************************************************************************************************************************
  4024. task path: /tmp/.bench/bench/playbooks/roles/fail2ban/tasks/main.yml:16
  4025. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  4026. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  4027. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163457.7556682-172984-93216124184415 && echo ansible-tmp-1626163457.7556682-172984-93216124184415="` echo /root/.ansible/tmp/ansible-tmp-1626163457.7556682-172984-93216124184415 `" ) && sleep 0'
  4028. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/stat.py
  4029. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpdxzhp1dn TO /root/.ansible/tmp/ansible-tmp-1626163457.7556682-172984-93216124184415/AnsiballZ_stat.py
  4030. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163457.7556682-172984-93216124184415/ /root/.ansible/tmp/ansible-tmp-1626163457.7556682-172984-93216124184415/AnsiballZ_stat.py && sleep 0'
  4031. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163457.7556682-172984-93216124184415/AnsiballZ_stat.py && sleep 0'
  4032. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/file.py
  4033. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp3amsjk56 TO /root/.ansible/tmp/ansible-tmp-1626163457.7556682-172984-93216124184415/AnsiballZ_file.py
  4034. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163457.7556682-172984-93216124184415/ /root/.ansible/tmp/ansible-tmp-1626163457.7556682-172984-93216124184415/AnsiballZ_file.py && sleep 0'
  4035. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163457.7556682-172984-93216124184415/AnsiballZ_file.py && sleep 0'
  4036. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163457.7556682-172984-93216124184415/ > /dev/null 2>&1 && sleep 0'
  4037. ok: [localhost] => (item=nginx-proxy) => {
  4038. "ansible_loop_var": "item",
  4039. "changed": false,
  4040. "checksum": "e2122866b05dfee62108c951fda17d1948ffffab",
  4041. "dest": "/etc/fail2ban/filter.d/nginx-proxy.conf",
  4042. "diff": {
  4043. "after": {
  4044. "path": "/etc/fail2ban/filter.d/nginx-proxy.conf"
  4045. },
  4046. "before": {
  4047. "path": "/etc/fail2ban/filter.d/nginx-proxy.conf"
  4048. }
  4049. },
  4050. "gid": 0,
  4051. "group": "root",
  4052. "invocation": {
  4053. "module_args": {
  4054. "_diff_peek": null,
  4055. "_original_basename": "nginx-proxy-filter.conf.j2",
  4056. "access_time": null,
  4057. "access_time_format": "%Y%m%d%H%M.%S",
  4058. "attributes": null,
  4059. "backup": null,
  4060. "content": null,
  4061. "delimiter": null,
  4062. "dest": "/etc/fail2ban/filter.d/nginx-proxy.conf",
  4063. "directory_mode": null,
  4064. "follow": false,
  4065. "force": false,
  4066. "group": null,
  4067. "mode": null,
  4068. "modification_time": null,
  4069. "modification_time_format": "%Y%m%d%H%M.%S",
  4070. "owner": null,
  4071. "path": "/etc/fail2ban/filter.d/nginx-proxy.conf",
  4072. "recurse": false,
  4073. "regexp": null,
  4074. "remote_src": null,
  4075. "selevel": null,
  4076. "serole": null,
  4077. "setype": null,
  4078. "seuser": null,
  4079. "src": null,
  4080. "state": "file",
  4081. "unsafe_writes": null
  4082. }
  4083. },
  4084. "item": "nginx-proxy",
  4085. "mode": "0644",
  4086. "owner": "root",
  4087. "path": "/etc/fail2ban/filter.d/nginx-proxy.conf",
  4088. "size": 542,
  4089. "state": "file",
  4090. "uid": 0
  4091. }
  4092.  
  4093. TASK [fail2ban : setup jails] ****************************************************************************************************************************************************************
  4094. task path: /tmp/.bench/bench/playbooks/roles/fail2ban/tasks/main.yml:23
  4095. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  4096. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  4097. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163459.1199498-173023-129986730900860 && echo ansible-tmp-1626163459.1199498-173023-129986730900860="` echo /root/.ansible/tmp/ansible-tmp-1626163459.1199498-173023-129986730900860 `" ) && sleep 0'
  4098. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/stat.py
  4099. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp6m94n1pz TO /root/.ansible/tmp/ansible-tmp-1626163459.1199498-173023-129986730900860/AnsiballZ_stat.py
  4100. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163459.1199498-173023-129986730900860/ /root/.ansible/tmp/ansible-tmp-1626163459.1199498-173023-129986730900860/AnsiballZ_stat.py && sleep 0'
  4101. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163459.1199498-173023-129986730900860/AnsiballZ_stat.py && sleep 0'
  4102. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/file.py
  4103. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpy6961j1j TO /root/.ansible/tmp/ansible-tmp-1626163459.1199498-173023-129986730900860/AnsiballZ_file.py
  4104. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163459.1199498-173023-129986730900860/ /root/.ansible/tmp/ansible-tmp-1626163459.1199498-173023-129986730900860/AnsiballZ_file.py && sleep 0'
  4105. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163459.1199498-173023-129986730900860/AnsiballZ_file.py && sleep 0'
  4106. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163459.1199498-173023-129986730900860/ > /dev/null 2>&1 && sleep 0'
  4107. ok: [localhost] => (item=nginx-proxy) => {
  4108. "ansible_loop_var": "item",
  4109. "changed": false,
  4110. "checksum": "f02f865094dc5b3448a7b08ec93181729888bb8f",
  4111. "dest": "/etc/fail2ban/jail.d/nginx-proxy.conf",
  4112. "diff": {
  4113. "after": {
  4114. "path": "/etc/fail2ban/jail.d/nginx-proxy.conf"
  4115. },
  4116. "before": {
  4117. "path": "/etc/fail2ban/jail.d/nginx-proxy.conf"
  4118. }
  4119. },
  4120. "gid": 0,
  4121. "group": "root",
  4122. "invocation": {
  4123. "module_args": {
  4124. "_diff_peek": null,
  4125. "_original_basename": "nginx-proxy-jail.conf.j2",
  4126. "access_time": null,
  4127. "access_time_format": "%Y%m%d%H%M.%S",
  4128. "attributes": null,
  4129. "backup": null,
  4130. "content": null,
  4131. "delimiter": null,
  4132. "dest": "/etc/fail2ban/jail.d/nginx-proxy.conf",
  4133. "directory_mode": null,
  4134. "follow": false,
  4135. "force": false,
  4136. "group": null,
  4137. "mode": null,
  4138. "modification_time": null,
  4139. "modification_time_format": "%Y%m%d%H%M.%S",
  4140. "owner": null,
  4141. "path": "/etc/fail2ban/jail.d/nginx-proxy.conf",
  4142. "recurse": false,
  4143. "regexp": null,
  4144. "remote_src": null,
  4145. "selevel": null,
  4146. "serole": null,
  4147. "setype": null,
  4148. "seuser": null,
  4149. "src": null,
  4150. "state": "file",
  4151. "unsafe_writes": null
  4152. }
  4153. },
  4154. "item": "nginx-proxy",
  4155. "mode": "0644",
  4156. "owner": "root",
  4157. "path": "/etc/fail2ban/jail.d/nginx-proxy.conf",
  4158. "size": 255,
  4159. "state": "file",
  4160. "uid": 0
  4161. }
  4162.  
  4163. TASK [Set hostname] **************************************************************************************************************************************************************************
  4164. task path: /tmp/.bench/bench/playbooks/site.yml:25
  4165. skipping: [localhost] => {
  4166. "changed": false,
  4167. "skip_reason": "Conditional result was False"
  4168. }
  4169.  
  4170. TASK [Start NTPD] ****************************************************************************************************************************************************************************
  4171. task path: /tmp/.bench/bench/playbooks/site.yml:29
  4172. skipping: [localhost] => {
  4173. "changed": false,
  4174. "skip_reason": "Conditional result was False"
  4175. }
  4176.  
  4177. TASK [Start NTPD] ****************************************************************************************************************************************************************************
  4178. task path: /tmp/.bench/bench/playbooks/site.yml:33
  4179. Running systemd
  4180. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  4181. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  4182. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163460.4688778-173064-53238213068360 && echo ansible-tmp-1626163460.4688778-173064-53238213068360="` echo /root/.ansible/tmp/ansible-tmp-1626163460.4688778-173064-53238213068360 `" ) && sleep 0'
  4183. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/system/systemd.py
  4184. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpx2y76mgf TO /root/.ansible/tmp/ansible-tmp-1626163460.4688778-173064-53238213068360/AnsiballZ_systemd.py
  4185. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163460.4688778-173064-53238213068360/ /root/.ansible/tmp/ansible-tmp-1626163460.4688778-173064-53238213068360/AnsiballZ_systemd.py && sleep 0'
  4186. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163460.4688778-173064-53238213068360/AnsiballZ_systemd.py && sleep 0'
  4187. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163460.4688778-173064-53238213068360/ > /dev/null 2>&1 && sleep 0'
  4188. ok: [localhost] => {
  4189. "changed": false,
  4190. "invocation": {
  4191. "module_args": {
  4192. "daemon_reexec": false,
  4193. "daemon_reload": false,
  4194. "enabled": null,
  4195. "force": null,
  4196. "masked": null,
  4197. "name": "ntp",
  4198. "no_block": false,
  4199. "scope": null,
  4200. "state": "started",
  4201. "user": null
  4202. }
  4203. },
  4204. "name": "ntp",
  4205. "state": "started",
  4206. "status": {
  4207. "ActiveEnterTimestamp": "Mon 2021-07-12 07:30:11 UTC",
  4208. "ActiveEnterTimestampMonotonic": "64404733924",
  4209. "ActiveExitTimestamp": "Mon 2021-07-12 07:30:11 UTC",
  4210. "ActiveExitTimestampMonotonic": "64404611502",
  4211. "ActiveState": "active",
  4212. "After": "systemd-tmpfiles-setup.service systemd-journald.socket sysinit.target system.slice -.mount basic.target network.target",
  4213. "AllowIsolate": "no",
  4214. "AllowedCPUs": "",
  4215. "AllowedMemoryNodes": "",
  4216. "AmbientCapabilities": "",
  4217. "AssertResult": "yes",
  4218. "AssertTimestamp": "Mon 2021-07-12 07:30:11 UTC",
  4219. "AssertTimestampMonotonic": "64404637494",
  4220. "Before": "multi-user.target shutdown.target",
  4221. "BlockIOAccounting": "no",
  4222. "BlockIOWeight": "[not set]",
  4223. "CPUAccounting": "no",
  4224. "CPUAffinity": "",
  4225. "CPUAffinityFromNUMA": "no",
  4226. "CPUQuotaPerSecUSec": "infinity",
  4227. "CPUQuotaPeriodUSec": "infinity",
  4228. "CPUSchedulingPolicy": "0",
  4229. "CPUSchedulingPriority": "0",
  4230. "CPUSchedulingResetOnFork": "no",
  4231. "CPUShares": "[not set]",
  4232. "CPUUsageNSec": "[not set]",
  4233. "CPUWeight": "[not set]",
  4234. "CacheDirectoryMode": "0755",
  4235. "CanIsolate": "no",
  4236. "CanReload": "no",
  4237. "CanStart": "yes",
  4238. "CanStop": "yes",
  4239. "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read",
  4240. "CleanResult": "success",
  4241. "CollectMode": "inactive",
  4242. "ConditionResult": "yes",
  4243. "ConditionTimestamp": "Mon 2021-07-12 07:30:11 UTC",
  4244. "ConditionTimestampMonotonic": "64404637493",
  4245. "ConfigurationDirectoryMode": "0755",
  4246. "Conflicts": "systemd-timesyncd.service shutdown.target",
  4247. "ControlGroup": "/system.slice/ntp.service",
  4248. "ControlPID": "0",
  4249. "DefaultDependencies": "yes",
  4250. "DefaultMemoryLow": "0",
  4251. "DefaultMemoryMin": "0",
  4252. "Delegate": "no",
  4253. "Description": "Network Time Service",
  4254. "DevicePolicy": "auto",
  4255. "Documentation": "man:ntpd(8)",
  4256. "DynamicUser": "no",
  4257. "EffectiveCPUs": "",
  4258. "EffectiveMemoryNodes": "",
  4259. "ExecMainCode": "0",
  4260. "ExecMainExitTimestampMonotonic": "0",
  4261. "ExecMainPID": "124502",
  4262. "ExecMainStartTimestamp": "Mon 2021-07-12 07:30:11 UTC",
  4263. "ExecMainStartTimestampMonotonic": "64404733839",
  4264. "ExecMainStatus": "0",
  4265. "ExecStart": "{ path=/usr/lib/ntp/ntp-systemd-wrapper ; argv[]=/usr/lib/ntp/ntp-systemd-wrapper ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
  4266. "ExecStartEx": "{ path=/usr/lib/ntp/ntp-systemd-wrapper ; argv[]=/usr/lib/ntp/ntp-systemd-wrapper ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
  4267. "FailureAction": "none",
  4268. "FileDescriptorStoreMax": "0",
  4269. "FinalKillSignal": "9",
  4270. "FragmentPath": "/lib/systemd/system/ntp.service",
  4271. "GID": "[not set]",
  4272. "GuessMainPID": "yes",
  4273. "IOAccounting": "no",
  4274. "IOReadBytes": "18446744073709551615",
  4275. "IOReadOperations": "18446744073709551615",
  4276. "IOSchedulingClass": "0",
  4277. "IOSchedulingPriority": "0",
  4278. "IOWeight": "[not set]",
  4279. "IOWriteBytes": "18446744073709551615",
  4280. "IOWriteOperations": "18446744073709551615",
  4281. "IPAccounting": "no",
  4282. "IPEgressBytes": "[no data]",
  4283. "IPEgressPackets": "[no data]",
  4284. "IPIngressBytes": "[no data]",
  4285. "IPIngressPackets": "[no data]",
  4286. "Id": "ntp.service",
  4287. "IgnoreOnIsolate": "no",
  4288. "IgnoreSIGPIPE": "yes",
  4289. "InactiveEnterTimestamp": "Mon 2021-07-12 07:30:11 UTC",
  4290. "InactiveEnterTimestampMonotonic": "64404634123",
  4291. "InactiveExitTimestamp": "Mon 2021-07-12 07:30:11 UTC",
  4292. "InactiveExitTimestampMonotonic": "64404651406",
  4293. "InvocationID": "85bae4c202fb4ceea8ce2df26a9865be",
  4294. "JobRunningTimeoutUSec": "infinity",
  4295. "JobTimeoutAction": "none",
  4296. "JobTimeoutUSec": "infinity",
  4297. "KeyringMode": "private",
  4298. "KillMode": "control-group",
  4299. "KillSignal": "15",
  4300. "LimitAS": "infinity",
  4301. "LimitASSoft": "infinity",
  4302. "LimitCORE": "infinity",
  4303. "LimitCORESoft": "0",
  4304. "LimitCPU": "infinity",
  4305. "LimitCPUSoft": "infinity",
  4306. "LimitDATA": "infinity",
  4307. "LimitDATASoft": "infinity",
  4308. "LimitFSIZE": "infinity",
  4309. "LimitFSIZESoft": "infinity",
  4310. "LimitLOCKS": "infinity",
  4311. "LimitLOCKSSoft": "infinity",
  4312. "LimitMEMLOCK": "65536",
  4313. "LimitMEMLOCKSoft": "65536",
  4314. "LimitMSGQUEUE": "819200",
  4315. "LimitMSGQUEUESoft": "819200",
  4316. "LimitNICE": "0",
  4317. "LimitNICESoft": "0",
  4318. "LimitNOFILE": "524288",
  4319. "LimitNOFILESoft": "1024",
  4320. "LimitNPROC": "15402",
  4321. "LimitNPROCSoft": "15402",
  4322. "LimitRSS": "infinity",
  4323. "LimitRSSSoft": "infinity",
  4324. "LimitRTPRIO": "0",
  4325. "LimitRTPRIOSoft": "0",
  4326. "LimitRTTIME": "infinity",
  4327. "LimitRTTIMESoft": "infinity",
  4328. "LimitSIGPENDING": "15402",
  4329. "LimitSIGPENDINGSoft": "15402",
  4330. "LimitSTACK": "infinity",
  4331. "LimitSTACKSoft": "8388608",
  4332. "LoadState": "loaded",
  4333. "LockPersonality": "no",
  4334. "LogLevelMax": "-1",
  4335. "LogRateLimitBurst": "0",
  4336. "LogRateLimitIntervalUSec": "0",
  4337. "LogsDirectoryMode": "0755",
  4338. "MainPID": "124502",
  4339. "MemoryAccounting": "yes",
  4340. "MemoryCurrent": "2097152",
  4341. "MemoryDenyWriteExecute": "no",
  4342. "MemoryHigh": "infinity",
  4343. "MemoryLimit": "infinity",
  4344. "MemoryLow": "0",
  4345. "MemoryMax": "infinity",
  4346. "MemoryMin": "0",
  4347. "MemorySwapMax": "infinity",
  4348. "MountAPIVFS": "no",
  4349. "MountFlags": "",
  4350. "NFileDescriptorStore": "0",
  4351. "NRestarts": "0",
  4352. "NUMAMask": "",
  4353. "NUMAPolicy": "n/a",
  4354. "Names": "ntp.service",
  4355. "NeedDaemonReload": "no",
  4356. "Nice": "0",
  4357. "NoNewPrivileges": "no",
  4358. "NonBlocking": "no",
  4359. "NotifyAccess": "none",
  4360. "OOMPolicy": "stop",
  4361. "OOMScoreAdjust": "0",
  4362. "OnFailureJobMode": "replace",
  4363. "Perpetual": "no",
  4364. "PrivateDevices": "no",
  4365. "PrivateMounts": "no",
  4366. "PrivateNetwork": "no",
  4367. "PrivateTmp": "yes",
  4368. "PrivateUsers": "no",
  4369. "ProtectControlGroups": "no",
  4370. "ProtectHome": "no",
  4371. "ProtectHostname": "no",
  4372. "ProtectKernelLogs": "no",
  4373. "ProtectKernelModules": "no",
  4374. "ProtectKernelTunables": "no",
  4375. "ProtectSystem": "no",
  4376. "RefuseManualStart": "no",
  4377. "RefuseManualStop": "no",
  4378. "ReloadResult": "success",
  4379. "RemainAfterExit": "no",
  4380. "RemoveIPC": "no",
  4381. "Requires": "-.mount system.slice sysinit.target",
  4382. "RequiresMountsFor": "/var/tmp /tmp",
  4383. "Restart": "no",
  4384. "RestartKillSignal": "15",
  4385. "RestartUSec": "100ms",
  4386. "RestrictNamespaces": "no",
  4387. "RestrictRealtime": "no",
  4388. "RestrictSUIDSGID": "no",
  4389. "Result": "success",
  4390. "RootDirectoryStartOnly": "no",
  4391. "RuntimeDirectoryMode": "0755",
  4392. "RuntimeDirectoryPreserve": "no",
  4393. "RuntimeMaxUSec": "infinity",
  4394. "SameProcessGroup": "no",
  4395. "SecureBits": "0",
  4396. "SendSIGHUP": "no",
  4397. "SendSIGKILL": "yes",
  4398. "Slice": "system.slice",
  4399. "StandardError": "inherit",
  4400. "StandardInput": "null",
  4401. "StandardInputData": "",
  4402. "StandardOutput": "journal",
  4403. "StartLimitAction": "none",
  4404. "StartLimitBurst": "5",
  4405. "StartLimitIntervalUSec": "10s",
  4406. "StartupBlockIOWeight": "[not set]",
  4407. "StartupCPUShares": "[not set]",
  4408. "StartupCPUWeight": "[not set]",
  4409. "StartupIOWeight": "[not set]",
  4410. "StateChangeTimestamp": "Mon 2021-07-12 07:30:11 UTC",
  4411. "StateChangeTimestampMonotonic": "64404733924",
  4412. "StateDirectoryMode": "0755",
  4413. "StatusErrno": "0",
  4414. "StopWhenUnneeded": "no",
  4415. "SubState": "running",
  4416. "SuccessAction": "none",
  4417. "SyslogFacility": "3",
  4418. "SyslogLevel": "6",
  4419. "SyslogLevelPrefix": "yes",
  4420. "SyslogPriority": "30",
  4421. "SystemCallErrorNumber": "0",
  4422. "TTYReset": "no",
  4423. "TTYVHangup": "no",
  4424. "TTYVTDisallocate": "no",
  4425. "TasksAccounting": "yes",
  4426. "TasksCurrent": "2",
  4427. "TasksMax": "4620",
  4428. "TimeoutAbortUSec": "1min 30s",
  4429. "TimeoutCleanUSec": "infinity",
  4430. "TimeoutStartUSec": "1min 30s",
  4431. "TimeoutStopUSec": "1min 30s",
  4432. "TimerSlackNSec": "50000",
  4433. "Transient": "no",
  4434. "Type": "forking",
  4435. "UID": "[not set]",
  4436. "UMask": "0022",
  4437. "UnitFilePreset": "enabled",
  4438. "UnitFileState": "enabled",
  4439. "UtmpMode": "init",
  4440. "WantedBy": "multi-user.target",
  4441. "WatchdogSignal": "6",
  4442. "WatchdogTimestampMonotonic": "0",
  4443. "WatchdogUSec": "0"
  4444. }
  4445. }
  4446.  
  4447. TASK [include_tasks] *************************************************************************************************************************************************************************
  4448. task path: /tmp/.bench/bench/playbooks/site.yml:37
  4449. skipping: [localhost] => {
  4450. "changed": false,
  4451. "skip_reason": "Conditional result was False"
  4452. }
  4453.  
  4454. RUNNING HANDLER [mariadb : restart mysql] ****************************************************************************************************************************************************
  4455. task path: /tmp/.bench/bench/playbooks/roles/mariadb/handlers/main.yml:2
  4456. Running systemd
  4457. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  4458. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  4459. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163461.5153425-173093-248727702483912 && echo ansible-tmp-1626163461.5153425-173093-248727702483912="` echo /root/.ansible/tmp/ansible-tmp-1626163461.5153425-173093-248727702483912 `" ) && sleep 0'
  4460. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/system/systemd.py
  4461. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpoqlp93gn TO /root/.ansible/tmp/ansible-tmp-1626163461.5153425-173093-248727702483912/AnsiballZ_systemd.py
  4462. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163461.5153425-173093-248727702483912/ /root/.ansible/tmp/ansible-tmp-1626163461.5153425-173093-248727702483912/AnsiballZ_systemd.py && sleep 0'
  4463. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163461.5153425-173093-248727702483912/AnsiballZ_systemd.py && sleep 0'
  4464. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163461.5153425-173093-248727702483912/ > /dev/null 2>&1 && sleep 0'
  4465. changed: [localhost] => {
  4466. "changed": true,
  4467. "invocation": {
  4468. "module_args": {
  4469. "daemon_reexec": false,
  4470. "daemon_reload": false,
  4471. "enabled": null,
  4472. "force": null,
  4473. "masked": null,
  4474. "name": "mysql",
  4475. "no_block": false,
  4476. "scope": null,
  4477. "state": "restarted",
  4478. "user": null
  4479. }
  4480. },
  4481. "name": "mysql",
  4482. "state": "started",
  4483. "status": {
  4484. "ActiveEnterTimestamp": "Tue 2021-07-13 07:40:02 UTC",
  4485. "ActiveEnterTimestampMonotonic": "151396202261",
  4486. "ActiveExitTimestamp": "Tue 2021-07-13 07:39:56 UTC",
  4487. "ActiveExitTimestampMonotonic": "151389546641",
  4488. "ActiveState": "active",
  4489. "After": "basic.target network.target systemd-journald.socket system.slice sysinit.target",
  4490. "AllowIsolate": "no",
  4491. "AllowedCPUs": "",
  4492. "AllowedMemoryNodes": "",
  4493. "AmbientCapabilities": "",
  4494. "AssertResult": "yes",
  4495. "AssertTimestamp": "Tue 2021-07-13 07:39:59 UTC",
  4496. "AssertTimestampMonotonic": "151392685300",
  4497. "Before": "multi-user.target shutdown.target",
  4498. "BlockIOAccounting": "no",
  4499. "BlockIOWeight": "[not set]",
  4500. "CPUAccounting": "no",
  4501. "CPUAffinity": "",
  4502. "CPUAffinityFromNUMA": "no",
  4503. "CPUQuotaPerSecUSec": "infinity",
  4504. "CPUQuotaPeriodUSec": "infinity",
  4505. "CPUSchedulingPolicy": "0",
  4506. "CPUSchedulingPriority": "0",
  4507. "CPUSchedulingResetOnFork": "no",
  4508. "CPUShares": "[not set]",
  4509. "CPUUsageNSec": "[not set]",
  4510. "CPUWeight": "[not set]",
  4511. "CacheDirectoryMode": "0755",
  4512. "CanIsolate": "no",
  4513. "CanReload": "no",
  4514. "CanStart": "yes",
  4515. "CanStop": "yes",
  4516. "CapabilityBoundingSet": "cap_dac_override cap_ipc_lock cap_audit_write",
  4517. "CleanResult": "success",
  4518. "CollectMode": "inactive",
  4519. "ConditionResult": "yes",
  4520. "ConditionTimestamp": "Tue 2021-07-13 07:39:59 UTC",
  4521. "ConditionTimestampMonotonic": "151392685299",
  4522. "ConfigurationDirectoryMode": "0755",
  4523. "Conflicts": "shutdown.target",
  4524. "ControlGroup": "/system.slice/mariadb.service",
  4525. "ControlPID": "0",
  4526. "DefaultDependencies": "yes",
  4527. "DefaultMemoryLow": "0",
  4528. "DefaultMemoryMin": "0",
  4529. "Delegate": "no",
  4530. "Description": "MariaDB 10.4.20 database server",
  4531. "DevicePolicy": "auto",
  4532. "Documentation": "man:mysqld(8) https://mariadb.com/kb/en/library/systemd/",
  4533. "DropInPaths": "/etc/systemd/system/mariadb.service.d/migrated-from-my.cnf-settings.conf",
  4534. "DynamicUser": "no",
  4535. "EffectiveCPUs": "",
  4536. "EffectiveMemoryNodes": "",
  4537. "ExecMainCode": "0",
  4538. "ExecMainExitTimestampMonotonic": "0",
  4539. "ExecMainPID": "168689",
  4540. "ExecMainStartTimestamp": "Tue 2021-07-13 07:40:00 UTC",
  4541. "ExecMainStartTimestampMonotonic": "151393692097",
  4542. "ExecMainStatus": "0",
  4543. "ExecStart": "{ path=/usr/sbin/mysqld ; argv[]=/usr/sbin/mysqld $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION ; ignore_errors=no ; start_time=[Tue 2021-07-13 07:40:00 UTC] ; stop_time=[n/a] ; pid=168689 ; code=(null) ; status=0/0 }",
  4544. "ExecStartEx": "{ path=/usr/sbin/mysqld ; argv[]=/usr/sbin/mysqld $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION ; flags= ; start_time=[Tue 2021-07-13 07:40:00 UTC] ; stop_time=[n/a] ; pid=168689 ; code=(null) ; status=0/0 }",
  4545. "ExecStartPost": "{ path=/etc/mysql/debian-start ; argv[]=/etc/mysql/debian-start ; ignore_errors=no ; start_time=[Tue 2021-07-13 07:40:02 UTC] ; stop_time=[Tue 2021-07-13 07:40:02 UTC] ; pid=168729 ; code=exited ; status=0 }",
  4546. "ExecStartPostEx": "{ path=/etc/mysql/debian-start ; argv[]=/etc/mysql/debian-start ; flags= ; start_time=[Tue 2021-07-13 07:40:02 UTC] ; stop_time=[Tue 2021-07-13 07:40:02 UTC] ; pid=168729 ; code=exited ; status=0 }",
  4547. "ExecStartPre": "{ path=/bin/sh ; argv[]=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= || VAR=`cd /usr/bin/..; /usr/bin/galera_recovery`; [ $? -eq 0 ] && systemctl set-environment _WSREP_START_POSITION=$VAR || exit 1 ; ignore_errors=no ; start_time=[Tue 2021-07-13 07:39:59 UTC] ; stop_time=[Tue 2021-07-13 07:40:00 UTC] ; pid=168412 ; code=exited ; status=0 }",
  4548. "ExecStartPreEx": "{ path=/bin/sh ; argv[]=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= || VAR=`cd /usr/bin/..; /usr/bin/galera_recovery`; [ $? -eq 0 ] && systemctl set-environment _WSREP_START_POSITION=$VAR || exit 1 ; flags= ; start_time=[Tue 2021-07-13 07:39:59 UTC] ; stop_time=[Tue 2021-07-13 07:40:00 UTC] ; pid=168412 ; code=exited ; status=0 }",
  4549. "FailureAction": "none",
  4550. "FileDescriptorStoreMax": "0",
  4551. "FinalKillSignal": "9",
  4552. "FragmentPath": "/lib/systemd/system/mariadb.service",
  4553. "GID": "121",
  4554. "Group": "mysql",
  4555. "GuessMainPID": "yes",
  4556. "IOAccounting": "no",
  4557. "IOReadBytes": "18446744073709551615",
  4558. "IOReadOperations": "18446744073709551615",
  4559. "IOSchedulingClass": "0",
  4560. "IOSchedulingPriority": "0",
  4561. "IOWeight": "[not set]",
  4562. "IOWriteBytes": "18446744073709551615",
  4563. "IOWriteOperations": "18446744073709551615",
  4564. "IPAccounting": "no",
  4565. "IPEgressBytes": "[no data]",
  4566. "IPEgressPackets": "[no data]",
  4567. "IPIngressBytes": "[no data]",
  4568. "IPIngressPackets": "[no data]",
  4569. "Id": "mariadb.service",
  4570. "IgnoreOnIsolate": "no",
  4571. "IgnoreSIGPIPE": "yes",
  4572. "InactiveEnterTimestamp": "Tue 2021-07-13 07:39:59 UTC",
  4573. "InactiveEnterTimestampMonotonic": "151392682596",
  4574. "InactiveExitTimestamp": "Tue 2021-07-13 07:39:59 UTC",
  4575. "InactiveExitTimestampMonotonic": "151392689519",
  4576. "InvocationID": "79086a34c0284111b3cbd2727c91be9c",
  4577. "JobRunningTimeoutUSec": "infinity",
  4578. "JobTimeoutAction": "none",
  4579. "JobTimeoutUSec": "infinity",
  4580. "KeyringMode": "private",
  4581. "KillMode": "control-group",
  4582. "KillSignal": "15",
  4583. "LimitAS": "infinity",
  4584. "LimitASSoft": "infinity",
  4585. "LimitCORE": "infinity",
  4586. "LimitCORESoft": "0",
  4587. "LimitCPU": "infinity",
  4588. "LimitCPUSoft": "infinity",
  4589. "LimitDATA": "infinity",
  4590. "LimitDATASoft": "infinity",
  4591. "LimitFSIZE": "infinity",
  4592. "LimitFSIZESoft": "infinity",
  4593. "LimitLOCKS": "infinity",
  4594. "LimitLOCKSSoft": "infinity",
  4595. "LimitMEMLOCK": "65536",
  4596. "LimitMEMLOCKSoft": "65536",
  4597. "LimitMSGQUEUE": "819200",
  4598. "LimitMSGQUEUESoft": "819200",
  4599. "LimitNICE": "0",
  4600. "LimitNICESoft": "0",
  4601. "LimitNOFILE": "32768",
  4602. "LimitNOFILESoft": "32768",
  4603. "LimitNPROC": "15402",
  4604. "LimitNPROCSoft": "15402",
  4605. "LimitRSS": "infinity",
  4606. "LimitRSSSoft": "infinity",
  4607. "LimitRTPRIO": "0",
  4608. "LimitRTPRIOSoft": "0",
  4609. "LimitRTTIME": "infinity",
  4610. "LimitRTTIMESoft": "infinity",
  4611. "LimitSIGPENDING": "15402",
  4612. "LimitSIGPENDINGSoft": "15402",
  4613. "LimitSTACK": "infinity",
  4614. "LimitSTACKSoft": "8388608",
  4615. "LoadState": "loaded",
  4616. "LockPersonality": "no",
  4617. "LogLevelMax": "-1",
  4618. "LogRateLimitBurst": "0",
  4619. "LogRateLimitIntervalUSec": "0",
  4620. "LogsDirectoryMode": "0755",
  4621. "MainPID": "168689",
  4622. "MemoryAccounting": "yes",
  4623. "MemoryCurrent": "180965376",
  4624. "MemoryDenyWriteExecute": "no",
  4625. "MemoryHigh": "infinity",
  4626. "MemoryLimit": "infinity",
  4627. "MemoryLow": "0",
  4628. "MemoryMax": "infinity",
  4629. "MemoryMin": "0",
  4630. "MemorySwapMax": "infinity",
  4631. "MountAPIVFS": "no",
  4632. "MountFlags": "",
  4633. "NFileDescriptorStore": "0",
  4634. "NRestarts": "0",
  4635. "NUMAMask": "",
  4636. "NUMAPolicy": "n/a",
  4637. "Names": "mariadb.service mysqld.service mysql.service",
  4638. "NeedDaemonReload": "no",
  4639. "Nice": "0",
  4640. "NoNewPrivileges": "no",
  4641. "NonBlocking": "no",
  4642. "NotifyAccess": "main",
  4643. "OOMPolicy": "stop",
  4644. "OOMScoreAdjust": "0",
  4645. "OnFailureJobMode": "replace",
  4646. "Perpetual": "no",
  4647. "PrivateDevices": "no",
  4648. "PrivateMounts": "no",
  4649. "PrivateNetwork": "no",
  4650. "PrivateTmp": "no",
  4651. "PrivateUsers": "no",
  4652. "ProtectControlGroups": "no",
  4653. "ProtectHome": "yes",
  4654. "ProtectHostname": "no",
  4655. "ProtectKernelLogs": "no",
  4656. "ProtectKernelModules": "no",
  4657. "ProtectKernelTunables": "no",
  4658. "ProtectSystem": "full",
  4659. "RefuseManualStart": "no",
  4660. "RefuseManualStop": "no",
  4661. "ReloadResult": "success",
  4662. "RemainAfterExit": "no",
  4663. "RemoveIPC": "no",
  4664. "Requires": "sysinit.target system.slice",
  4665. "Restart": "on-abort",
  4666. "RestartKillSignal": "15",
  4667. "RestartUSec": "5s",
  4668. "RestrictNamespaces": "no",
  4669. "RestrictRealtime": "no",
  4670. "RestrictSUIDSGID": "no",
  4671. "Result": "success",
  4672. "RootDirectoryStartOnly": "no",
  4673. "RuntimeDirectoryMode": "0755",
  4674. "RuntimeDirectoryPreserve": "no",
  4675. "RuntimeMaxUSec": "infinity",
  4676. "SameProcessGroup": "no",
  4677. "SecureBits": "0",
  4678. "SendSIGHUP": "no",
  4679. "SendSIGKILL": "no",
  4680. "Slice": "system.slice",
  4681. "StandardError": "syslog",
  4682. "StandardInput": "null",
  4683. "StandardInputData": "",
  4684. "StandardOutput": "syslog",
  4685. "StartLimitAction": "none",
  4686. "StartLimitBurst": "5",
  4687. "StartLimitIntervalUSec": "10s",
  4688. "StartupBlockIOWeight": "[not set]",
  4689. "StartupCPUShares": "[not set]",
  4690. "StartupCPUWeight": "[not set]",
  4691. "StartupIOWeight": "[not set]",
  4692. "StateChangeTimestamp": "Tue 2021-07-13 07:40:02 UTC",
  4693. "StateChangeTimestampMonotonic": "151396202261",
  4694. "StateDirectoryMode": "0755",
  4695. "StatusErrno": "0",
  4696. "StatusText": "Taking your SQL requests now...",
  4697. "StopWhenUnneeded": "no",
  4698. "SubState": "running",
  4699. "SuccessAction": "none",
  4700. "SyslogFacility": "3",
  4701. "SyslogIdentifier": "mysqld",
  4702. "SyslogLevel": "3",
  4703. "SyslogLevelPrefix": "yes",
  4704. "SyslogPriority": "27",
  4705. "SystemCallErrorNumber": "0",
  4706. "TTYReset": "no",
  4707. "TTYVHangup": "no",
  4708. "TTYVTDisallocate": "no",
  4709. "TasksAccounting": "yes",
  4710. "TasksCurrent": "36",
  4711. "TasksMax": "4620",
  4712. "TimeoutAbortUSec": "15min",
  4713. "TimeoutCleanUSec": "infinity",
  4714. "TimeoutStartUSec": "15min",
  4715. "TimeoutStopUSec": "15min",
  4716. "TimerSlackNSec": "50000",
  4717. "Transient": "no",
  4718. "Type": "notify",
  4719. "UID": "115",
  4720. "UMask": "0007",
  4721. "UnitFilePreset": "enabled",
  4722. "UnitFileState": "enabled",
  4723. "User": "mysql",
  4724. "UtmpMode": "init",
  4725. "WantedBy": "multi-user.target",
  4726. "WatchdogSignal": "6",
  4727. "WatchdogTimestampMonotonic": "0",
  4728. "WatchdogUSec": "0"
  4729. }
  4730. }
  4731.  
  4732. RUNNING HANDLER [nginx : restart nginx] ******************************************************************************************************************************************************
  4733. task path: /tmp/.bench/bench/playbooks/roles/nginx/handlers/main.yml:2
  4734. Running systemd
  4735. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  4736. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  4737. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163466.7171705-173474-273905123821660 && echo ansible-tmp-1626163466.7171705-173474-273905123821660="` echo /root/.ansible/tmp/ansible-tmp-1626163466.7171705-173474-273905123821660 `" ) && sleep 0'
  4738. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/system/systemd.py
  4739. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpgui1dbss TO /root/.ansible/tmp/ansible-tmp-1626163466.7171705-173474-273905123821660/AnsiballZ_systemd.py
  4740. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163466.7171705-173474-273905123821660/ /root/.ansible/tmp/ansible-tmp-1626163466.7171705-173474-273905123821660/AnsiballZ_systemd.py && sleep 0'
  4741. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163466.7171705-173474-273905123821660/AnsiballZ_systemd.py && sleep 0'
  4742. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163466.7171705-173474-273905123821660/ > /dev/null 2>&1 && sleep 0'
  4743. changed: [localhost] => {
  4744. "changed": true,
  4745. "invocation": {
  4746. "module_args": {
  4747. "daemon_reexec": false,
  4748. "daemon_reload": false,
  4749. "enabled": null,
  4750. "force": null,
  4751. "masked": null,
  4752. "name": "nginx",
  4753. "no_block": false,
  4754. "scope": null,
  4755. "state": "restarted",
  4756. "user": null
  4757. }
  4758. },
  4759. "name": "nginx",
  4760. "state": "started",
  4761. "status": {
  4762. "ActiveEnterTimestamp": "Tue 2021-07-13 07:40:04 UTC",
  4763. "ActiveEnterTimestampMonotonic": "151397680704",
  4764. "ActiveExitTimestamp": "Tue 2021-07-13 07:40:04 UTC",
  4765. "ActiveExitTimestampMonotonic": "151397528475",
  4766. "ActiveState": "active",
  4767. "After": "basic.target network.target systemd-journald.socket system.slice sysinit.target",
  4768. "AllowIsolate": "no",
  4769. "AllowedCPUs": "",
  4770. "AllowedMemoryNodes": "",
  4771. "AmbientCapabilities": "",
  4772. "AssertResult": "yes",
  4773. "AssertTimestamp": "Tue 2021-07-13 07:40:04 UTC",
  4774. "AssertTimestampMonotonic": "151397581991",
  4775. "Before": "multi-user.target shutdown.target",
  4776. "BlockIOAccounting": "no",
  4777. "BlockIOWeight": "[not set]",
  4778. "CPUAccounting": "no",
  4779. "CPUAffinity": "",
  4780. "CPUAffinityFromNUMA": "no",
  4781. "CPUQuotaPerSecUSec": "infinity",
  4782. "CPUQuotaPeriodUSec": "infinity",
  4783. "CPUSchedulingPolicy": "0",
  4784. "CPUSchedulingPriority": "0",
  4785. "CPUSchedulingResetOnFork": "no",
  4786. "CPUShares": "[not set]",
  4787. "CPUUsageNSec": "[not set]",
  4788. "CPUWeight": "[not set]",
  4789. "CacheDirectoryMode": "0755",
  4790. "CanIsolate": "no",
  4791. "CanReload": "yes",
  4792. "CanStart": "yes",
  4793. "CanStop": "yes",
  4794. "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read",
  4795. "CleanResult": "success",
  4796. "CollectMode": "inactive",
  4797. "ConditionResult": "yes",
  4798. "ConditionTimestamp": "Tue 2021-07-13 07:40:04 UTC",
  4799. "ConditionTimestampMonotonic": "151397581989",
  4800. "ConfigurationDirectoryMode": "0755",
  4801. "Conflicts": "shutdown.target",
  4802. "ControlGroup": "/system.slice/nginx.service",
  4803. "ControlPID": "0",
  4804. "DefaultDependencies": "yes",
  4805. "DefaultMemoryLow": "0",
  4806. "DefaultMemoryMin": "0",
  4807. "Delegate": "no",
  4808. "Description": "A high performance web server and a reverse proxy server",
  4809. "DevicePolicy": "auto",
  4810. "Documentation": "man:nginx(8)",
  4811. "DynamicUser": "no",
  4812. "EffectiveCPUs": "",
  4813. "EffectiveMemoryNodes": "",
  4814. "ExecMainCode": "0",
  4815. "ExecMainExitTimestampMonotonic": "0",
  4816. "ExecMainPID": "168780",
  4817. "ExecMainStartTimestamp": "Tue 2021-07-13 07:40:04 UTC",
  4818. "ExecMainStartTimestampMonotonic": "151397680633",
  4819. "ExecMainStatus": "0",
  4820. "ExecReload": "{ path=/usr/sbin/nginx ; argv[]=/usr/sbin/nginx -g daemon on; master_process on; -s reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
  4821. "ExecReloadEx": "{ path=/usr/sbin/nginx ; argv[]=/usr/sbin/nginx -g daemon on; master_process on; -s reload ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
  4822. "ExecStart": "{ path=/usr/sbin/nginx ; argv[]=/usr/sbin/nginx -g daemon on; master_process on; ; ignore_errors=no ; start_time=[Tue 2021-07-13 07:40:04 UTC] ; stop_time=[Tue 2021-07-13 07:40:04 UTC] ; pid=168779 ; code=exited ; status=0 }",
  4823. "ExecStartEx": "{ path=/usr/sbin/nginx ; argv[]=/usr/sbin/nginx -g daemon on; master_process on; ; flags= ; start_time=[Tue 2021-07-13 07:40:04 UTC] ; stop_time=[Tue 2021-07-13 07:40:04 UTC] ; pid=168779 ; code=exited ; status=0 }",
  4824. "ExecStartPre": "{ path=/usr/sbin/nginx ; argv[]=/usr/sbin/nginx -t -q -g daemon on; master_process on; ; ignore_errors=no ; start_time=[Tue 2021-07-13 07:40:04 UTC] ; stop_time=[Tue 2021-07-13 07:40:04 UTC] ; pid=168778 ; code=exited ; status=0 }",
  4825. "ExecStartPreEx": "{ path=/usr/sbin/nginx ; argv[]=/usr/sbin/nginx -t -q -g daemon on; master_process on; ; flags= ; start_time=[Tue 2021-07-13 07:40:04 UTC] ; stop_time=[Tue 2021-07-13 07:40:04 UTC] ; pid=168778 ; code=exited ; status=0 }",
  4826. "ExecStop": "{ path=/sbin/start-stop-daemon ; argv[]=/sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile /run/nginx.pid ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
  4827. "ExecStopEx": "{ path=/sbin/start-stop-daemon ; argv[]=/sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile /run/nginx.pid ; flags=ignore-failure ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
  4828. "FailureAction": "none",
  4829. "FileDescriptorStoreMax": "0",
  4830. "FinalKillSignal": "9",
  4831. "FragmentPath": "/lib/systemd/system/nginx.service",
  4832. "GID": "[not set]",
  4833. "GuessMainPID": "yes",
  4834. "IOAccounting": "no",
  4835. "IOReadBytes": "18446744073709551615",
  4836. "IOReadOperations": "18446744073709551615",
  4837. "IOSchedulingClass": "0",
  4838. "IOSchedulingPriority": "0",
  4839. "IOWeight": "[not set]",
  4840. "IOWriteBytes": "18446744073709551615",
  4841. "IOWriteOperations": "18446744073709551615",
  4842. "IPAccounting": "no",
  4843. "IPEgressBytes": "[no data]",
  4844. "IPEgressPackets": "[no data]",
  4845. "IPIngressBytes": "[no data]",
  4846. "IPIngressPackets": "[no data]",
  4847. "Id": "nginx.service",
  4848. "IgnoreOnIsolate": "no",
  4849. "IgnoreSIGPIPE": "yes",
  4850. "InactiveEnterTimestamp": "Tue 2021-07-13 07:40:04 UTC",
  4851. "InactiveEnterTimestampMonotonic": "151397577021",
  4852. "InactiveExitTimestamp": "Tue 2021-07-13 07:40:04 UTC",
  4853. "InactiveExitTimestampMonotonic": "151397588762",
  4854. "InvocationID": "b7ef1cb2a16240d0a37c5a122a6321c2",
  4855. "JobRunningTimeoutUSec": "infinity",
  4856. "JobTimeoutAction": "none",
  4857. "JobTimeoutUSec": "infinity",
  4858. "KeyringMode": "private",
  4859. "KillMode": "mixed",
  4860. "KillSignal": "15",
  4861. "LimitAS": "infinity",
  4862. "LimitASSoft": "infinity",
  4863. "LimitCORE": "infinity",
  4864. "LimitCORESoft": "0",
  4865. "LimitCPU": "infinity",
  4866. "LimitCPUSoft": "infinity",
  4867. "LimitDATA": "infinity",
  4868. "LimitDATASoft": "infinity",
  4869. "LimitFSIZE": "infinity",
  4870. "LimitFSIZESoft": "infinity",
  4871. "LimitLOCKS": "infinity",
  4872. "LimitLOCKSSoft": "infinity",
  4873. "LimitMEMLOCK": "65536",
  4874. "LimitMEMLOCKSoft": "65536",
  4875. "LimitMSGQUEUE": "819200",
  4876. "LimitMSGQUEUESoft": "819200",
  4877. "LimitNICE": "0",
  4878. "LimitNICESoft": "0",
  4879. "LimitNOFILE": "524288",
  4880. "LimitNOFILESoft": "1024",
  4881. "LimitNPROC": "15402",
  4882. "LimitNPROCSoft": "15402",
  4883. "LimitRSS": "infinity",
  4884. "LimitRSSSoft": "infinity",
  4885. "LimitRTPRIO": "0",
  4886. "LimitRTPRIOSoft": "0",
  4887. "LimitRTTIME": "infinity",
  4888. "LimitRTTIMESoft": "infinity",
  4889. "LimitSIGPENDING": "15402",
  4890. "LimitSIGPENDINGSoft": "15402",
  4891. "LimitSTACK": "infinity",
  4892. "LimitSTACKSoft": "8388608",
  4893. "LoadState": "loaded",
  4894. "LockPersonality": "no",
  4895. "LogLevelMax": "-1",
  4896. "LogRateLimitBurst": "0",
  4897. "LogRateLimitIntervalUSec": "0",
  4898. "LogsDirectoryMode": "0755",
  4899. "MainPID": "168780",
  4900. "MemoryAccounting": "yes",
  4901. "MemoryCurrent": "5382144",
  4902. "MemoryDenyWriteExecute": "no",
  4903. "MemoryHigh": "infinity",
  4904. "MemoryLimit": "infinity",
  4905. "MemoryLow": "0",
  4906. "MemoryMax": "infinity",
  4907. "MemoryMin": "0",
  4908. "MemorySwapMax": "infinity",
  4909. "MountAPIVFS": "no",
  4910. "MountFlags": "",
  4911. "NFileDescriptorStore": "0",
  4912. "NRestarts": "0",
  4913. "NUMAMask": "",
  4914. "NUMAPolicy": "n/a",
  4915. "Names": "nginx.service",
  4916. "NeedDaemonReload": "no",
  4917. "Nice": "0",
  4918. "NoNewPrivileges": "no",
  4919. "NonBlocking": "no",
  4920. "NotifyAccess": "none",
  4921. "OOMPolicy": "stop",
  4922. "OOMScoreAdjust": "0",
  4923. "OnFailureJobMode": "replace",
  4924. "PIDFile": "/run/nginx.pid",
  4925. "Perpetual": "no",
  4926. "PrivateDevices": "no",
  4927. "PrivateMounts": "no",
  4928. "PrivateNetwork": "no",
  4929. "PrivateTmp": "no",
  4930. "PrivateUsers": "no",
  4931. "ProtectControlGroups": "no",
  4932. "ProtectHome": "no",
  4933. "ProtectHostname": "no",
  4934. "ProtectKernelLogs": "no",
  4935. "ProtectKernelModules": "no",
  4936. "ProtectKernelTunables": "no",
  4937. "ProtectSystem": "no",
  4938. "RefuseManualStart": "no",
  4939. "RefuseManualStop": "no",
  4940. "ReloadResult": "success",
  4941. "RemainAfterExit": "no",
  4942. "RemoveIPC": "no",
  4943. "Requires": "sysinit.target system.slice",
  4944. "Restart": "no",
  4945. "RestartKillSignal": "15",
  4946. "RestartUSec": "100ms",
  4947. "RestrictNamespaces": "no",
  4948. "RestrictRealtime": "no",
  4949. "RestrictSUIDSGID": "no",
  4950. "Result": "success",
  4951. "RootDirectoryStartOnly": "no",
  4952. "RuntimeDirectoryMode": "0755",
  4953. "RuntimeDirectoryPreserve": "no",
  4954. "RuntimeMaxUSec": "infinity",
  4955. "SameProcessGroup": "no",
  4956. "SecureBits": "0",
  4957. "SendSIGHUP": "no",
  4958. "SendSIGKILL": "yes",
  4959. "Slice": "system.slice",
  4960. "StandardError": "inherit",
  4961. "StandardInput": "null",
  4962. "StandardInputData": "",
  4963. "StandardOutput": "journal",
  4964. "StartLimitAction": "none",
  4965. "StartLimitBurst": "5",
  4966. "StartLimitIntervalUSec": "10s",
  4967. "StartupBlockIOWeight": "[not set]",
  4968. "StartupCPUShares": "[not set]",
  4969. "StartupCPUWeight": "[not set]",
  4970. "StartupIOWeight": "[not set]",
  4971. "StateChangeTimestamp": "Tue 2021-07-13 07:40:04 UTC",
  4972. "StateChangeTimestampMonotonic": "151397680704",
  4973. "StateDirectoryMode": "0755",
  4974. "StatusErrno": "0",
  4975. "StopWhenUnneeded": "no",
  4976. "SubState": "running",
  4977. "SuccessAction": "none",
  4978. "SyslogFacility": "3",
  4979. "SyslogLevel": "6",
  4980. "SyslogLevelPrefix": "yes",
  4981. "SyslogPriority": "30",
  4982. "SystemCallErrorNumber": "0",
  4983. "TTYReset": "no",
  4984. "TTYVHangup": "no",
  4985. "TTYVTDisallocate": "no",
  4986. "TasksAccounting": "yes",
  4987. "TasksCurrent": "6",
  4988. "TasksMax": "4620",
  4989. "TimeoutAbortUSec": "5s",
  4990. "TimeoutCleanUSec": "infinity",
  4991. "TimeoutStartUSec": "1min 30s",
  4992. "TimeoutStopUSec": "5s",
  4993. "TimerSlackNSec": "50000",
  4994. "Transient": "no",
  4995. "Type": "forking",
  4996. "UID": "[not set]",
  4997. "UMask": "0022",
  4998. "UnitFilePreset": "enabled",
  4999. "UnitFileState": "enabled",
  5000. "UtmpMode": "init",
  5001. "WantedBy": "multi-user.target",
  5002. "WatchdogSignal": "6",
  5003. "WatchdogTimestampMonotonic": "0",
  5004. "WatchdogUSec": "0"
  5005. }
  5006. }
  5007. META: ran handlers
  5008. META: ran handlers
  5009.  
  5010. PLAY [setup bench and dev environment] *******************************************************************************************************************************************************
  5011.  
  5012. TASK [Gathering Facts] ***********************************************************************************************************************************************************************
  5013. task path: /tmp/.bench/bench/playbooks/site.yml:40
  5014. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  5015. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  5016. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /var/tmp `"&& mkdir /var/tmp/ansible-tmp-1626163467.7843328-173518-84145788394200 && echo ansible-tmp-1626163467.7843328-173518-84145788394200="` echo /var/tmp/ansible-tmp-1626163467.7843328-173518-84145788394200 `" ) && sleep 0'
  5017. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/system/setup.py
  5018. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpf1f50qhw TO /var/tmp/ansible-tmp-1626163467.7843328-173518-84145788394200/AnsiballZ_setup.py
  5019. <127.0.0.1> EXEC /bin/sh -c 'setfacl -m u:frappe:r-x /var/tmp/ansible-tmp-1626163467.7843328-173518-84145788394200/ /var/tmp/ansible-tmp-1626163467.7843328-173518-84145788394200/AnsiballZ_setup.py && sleep 0'
  5020. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /var/tmp/ansible-tmp-1626163467.7843328-173518-84145788394200/ /var/tmp/ansible-tmp-1626163467.7843328-173518-84145788394200/AnsiballZ_setup.py && sleep 0'
  5021. <127.0.0.1> EXEC /bin/sh -c 'chown frappe /var/tmp/ansible-tmp-1626163467.7843328-173518-84145788394200/ /var/tmp/ansible-tmp-1626163467.7843328-173518-84145788394200/AnsiballZ_setup.py && sleep 0'
  5022. <127.0.0.1> EXEC /bin/sh -c 'sudo -H -S -n -u frappe /bin/sh -c '"'"'echo BECOME-SUCCESS-qjznkqyvmwkbtjndjvyscorhmwkqrnuc ; /usr/bin/python3 /var/tmp/ansible-tmp-1626163467.7843328-173518-84145788394200/AnsiballZ_setup.py'"'"' && sleep 0'
  5023. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /var/tmp/ansible-tmp-1626163467.7843328-173518-84145788394200/ > /dev/null 2>&1 && sleep 0'
  5024. ok: [localhost]
  5025. META: ran handlers
  5026.  
  5027. TASK [bench : Check if /tmp/.bench exists] ***************************************************************************************************************************************************
  5028. task path: /tmp/.bench/bench/playbooks/roles/bench/tasks/main.yml:2
  5029. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  5030. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  5031. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /var/tmp `"&& mkdir /var/tmp/ansible-tmp-1626163469.4213703-173612-24173480191586 && echo ansible-tmp-1626163469.4213703-173612-24173480191586="` echo /var/tmp/ansible-tmp-1626163469.4213703-173612-24173480191586 `" ) && sleep 0'
  5032. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/stat.py
  5033. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpao0mz529 TO /var/tmp/ansible-tmp-1626163469.4213703-173612-24173480191586/AnsiballZ_stat.py
  5034. <127.0.0.1> EXEC /bin/sh -c 'setfacl -m u:frappe:r-x /var/tmp/ansible-tmp-1626163469.4213703-173612-24173480191586/ /var/tmp/ansible-tmp-1626163469.4213703-173612-24173480191586/AnsiballZ_stat.py && sleep 0'
  5035. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /var/tmp/ansible-tmp-1626163469.4213703-173612-24173480191586/ /var/tmp/ansible-tmp-1626163469.4213703-173612-24173480191586/AnsiballZ_stat.py && sleep 0'
  5036. <127.0.0.1> EXEC /bin/sh -c 'chown frappe /var/tmp/ansible-tmp-1626163469.4213703-173612-24173480191586/ /var/tmp/ansible-tmp-1626163469.4213703-173612-24173480191586/AnsiballZ_stat.py && sleep 0'
  5037. <127.0.0.1> EXEC /bin/sh -c 'sudo -H -S -n -u frappe /bin/sh -c '"'"'echo BECOME-SUCCESS-qgmhjaleadcxzgoyzdemgpcgklkxukuz ; /usr/bin/python3 /var/tmp/ansible-tmp-1626163469.4213703-173612-24173480191586/AnsiballZ_stat.py'"'"' && sleep 0'
  5038. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /var/tmp/ansible-tmp-1626163469.4213703-173612-24173480191586/ > /dev/null 2>&1 && sleep 0'
  5039. ok: [localhost] => {
  5040. "changed": false,
  5041. "invocation": {
  5042. "module_args": {
  5043. "checksum_algorithm": "sha1",
  5044. "follow": false,
  5045. "get_attributes": true,
  5046. "get_checksum": true,
  5047. "get_md5": null,
  5048. "get_mime": true,
  5049. "path": "/tmp/.bench"
  5050. }
  5051. },
  5052. "stat": {
  5053. "atime": 1626161871.1175468,
  5054. "attr_flags": "e",
  5055. "attributes": [
  5056. "extents"
  5057. ],
  5058. "block_size": 4096,
  5059. "blocks": 8,
  5060. "charset": "binary",
  5061. "ctime": 1626011303.802574,
  5062. "dev": 2050,
  5063. "device_type": 0,
  5064. "executable": true,
  5065. "exists": true,
  5066. "gid": 1001,
  5067. "gr_name": "frappe",
  5068. "inode": 6291475,
  5069. "isblk": false,
  5070. "ischr": false,
  5071. "isdir": true,
  5072. "isfifo": false,
  5073. "isgid": false,
  5074. "islnk": false,
  5075. "isreg": false,
  5076. "issock": false,
  5077. "isuid": false,
  5078. "mimetype": "inode/directory",
  5079. "mode": "0755",
  5080. "mtime": 1626011294.9105737,
  5081. "nlink": 7,
  5082. "path": "/tmp/.bench",
  5083. "pw_name": "frappe",
  5084. "readable": true,
  5085. "rgrp": true,
  5086. "roth": true,
  5087. "rusr": true,
  5088. "size": 4096,
  5089. "uid": 1001,
  5090. "version": "246121165",
  5091. "wgrp": false,
  5092. "woth": false,
  5093. "writeable": true,
  5094. "wusr": true,
  5095. "xgrp": true,
  5096. "xoth": true,
  5097. "xusr": true
  5098. }
  5099. }
  5100.  
  5101. TASK [bench : Check if bench_repo_path exists] ***********************************************************************************************************************************************
  5102. task path: /tmp/.bench/bench/playbooks/roles/bench/tasks/main.yml:7
  5103. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  5104. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  5105. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /var/tmp `"&& mkdir /var/tmp/ansible-tmp-1626163470.2747743-173648-151085980905343 && echo ansible-tmp-1626163470.2747743-173648-151085980905343="` echo /var/tmp/ansible-tmp-1626163470.2747743-173648-151085980905343 `" ) && sleep 0'
  5106. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/stat.py
  5107. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp8alsdg50 TO /var/tmp/ansible-tmp-1626163470.2747743-173648-151085980905343/AnsiballZ_stat.py
  5108. <127.0.0.1> EXEC /bin/sh -c 'setfacl -m u:frappe:r-x /var/tmp/ansible-tmp-1626163470.2747743-173648-151085980905343/ /var/tmp/ansible-tmp-1626163470.2747743-173648-151085980905343/AnsiballZ_stat.py && sleep 0'
  5109. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /var/tmp/ansible-tmp-1626163470.2747743-173648-151085980905343/ /var/tmp/ansible-tmp-1626163470.2747743-173648-151085980905343/AnsiballZ_stat.py && sleep 0'
  5110. <127.0.0.1> EXEC /bin/sh -c 'chown frappe /var/tmp/ansible-tmp-1626163470.2747743-173648-151085980905343/ /var/tmp/ansible-tmp-1626163470.2747743-173648-151085980905343/AnsiballZ_stat.py && sleep 0'
  5111. <127.0.0.1> EXEC /bin/sh -c 'sudo -H -S -n -u frappe /bin/sh -c '"'"'echo BECOME-SUCCESS-ugjokdpahuzfegjhvxbyjvafvnlkmpku ; /usr/bin/python3 /var/tmp/ansible-tmp-1626163470.2747743-173648-151085980905343/AnsiballZ_stat.py'"'"' && sleep 0'
  5112. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /var/tmp/ansible-tmp-1626163470.2747743-173648-151085980905343/ > /dev/null 2>&1 && sleep 0'
  5113. ok: [localhost] => {
  5114. "changed": false,
  5115. "invocation": {
  5116. "module_args": {
  5117. "checksum_algorithm": "sha1",
  5118. "follow": false,
  5119. "get_attributes": true,
  5120. "get_checksum": true,
  5121. "get_md5": null,
  5122. "get_mime": true,
  5123. "path": "/home/frappe/.bench"
  5124. }
  5125. },
  5126. "stat": {
  5127. "atime": 1626162019.9695497,
  5128. "attr_flags": "e",
  5129. "attributes": [
  5130. "extents"
  5131. ],
  5132. "block_size": 4096,
  5133. "blocks": 8,
  5134. "charset": "binary",
  5135. "ctime": 1626162016.9615495,
  5136. "dev": 2050,
  5137. "device_type": 0,
  5138. "executable": true,
  5139. "exists": true,
  5140. "gid": 1001,
  5141. "gr_name": "frappe",
  5142. "inode": 3407892,
  5143. "isblk": false,
  5144. "ischr": false,
  5145. "isdir": true,
  5146. "isfifo": false,
  5147. "isgid": false,
  5148. "islnk": false,
  5149. "isreg": false,
  5150. "issock": false,
  5151. "isuid": false,
  5152. "mimetype": "inode/directory",
  5153. "mode": "0755",
  5154. "mtime": 1626011955.4705868,
  5155. "nlink": 8,
  5156. "path": "/home/frappe/.bench",
  5157. "pw_name": "frappe",
  5158. "readable": true,
  5159. "rgrp": true,
  5160. "roth": true,
  5161. "rusr": true,
  5162. "size": 4096,
  5163. "uid": 1001,
  5164. "version": "1814227878",
  5165. "wgrp": false,
  5166. "woth": false,
  5167. "writeable": true,
  5168. "wusr": true,
  5169. "xgrp": true,
  5170. "xoth": true,
  5171. "xusr": true
  5172. }
  5173. }
  5174.  
  5175. TASK [bench : move /tmp/.bench if it exists] *************************************************************************************************************************************************
  5176. task path: /tmp/.bench/bench/playbooks/roles/bench/tasks/main.yml:12
  5177. skipping: [localhost] => {
  5178. "changed": false,
  5179. "skip_reason": "Conditional result was False"
  5180. }
  5181.  
  5182. TASK [bench : install bench] *****************************************************************************************************************************************************************
  5183. task path: /tmp/.bench/bench/playbooks/roles/bench/tasks/main.yml:16
  5184. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  5185. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  5186. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163471.2197375-173686-136774399431559 && echo ansible-tmp-1626163471.2197375-173686-136774399431559="` echo /root/.ansible/tmp/ansible-tmp-1626163471.2197375-173686-136774399431559 `" ) && sleep 0'
  5187. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/packaging/language/pip.py
  5188. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp45qwkhuw TO /root/.ansible/tmp/ansible-tmp-1626163471.2197375-173686-136774399431559/AnsiballZ_pip.py
  5189. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163471.2197375-173686-136774399431559/ /root/.ansible/tmp/ansible-tmp-1626163471.2197375-173686-136774399431559/AnsiballZ_pip.py && sleep 0'
  5190. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163471.2197375-173686-136774399431559/AnsiballZ_pip.py && sleep 0'
  5191. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163471.2197375-173686-136774399431559/ > /dev/null 2>&1 && sleep 0'
  5192. changed: [localhost] => {
  5193. "changed": true,
  5194. "cmd": [
  5195. "/usr/local/bin/pip3",
  5196. "install",
  5197. "-e",
  5198. "/home/frappe/.bench"
  5199. ],
  5200. "invocation": {
  5201. "module_args": {
  5202. "chdir": null,
  5203. "editable": false,
  5204. "executable": null,
  5205. "extra_args": "-e",
  5206. "name": [
  5207. "/home/frappe/.bench"
  5208. ],
  5209. "requirements": null,
  5210. "state": "present",
  5211. "umask": null,
  5212. "use_mirrors": true,
  5213. "version": null,
  5214. "virtualenv": null,
  5215. "virtualenv_command": "virtualenv",
  5216. "virtualenv_python": null,
  5217. "virtualenv_site_packages": false
  5218. }
  5219. },
  5220. "name": [
  5221. "/home/frappe/.bench"
  5222. ],
  5223. "requirements": null,
  5224. "state": "present",
  5225. "stderr": "/usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead\n from cryptography.utils import int_from_bytes\n/usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead\n from cryptography.utils import int_from_bytes\nWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv\n",
  5226. "stderr_lines": [
  5227. "/usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead",
  5228. " from cryptography.utils import int_from_bytes",
  5229. "/usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead",
  5230. " from cryptography.utils import int_from_bytes",
  5231. "WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv"
  5232. ],
  5233. "stdout": "Obtaining file:///home/frappe/.bench\nRequirement already satisfied: Click==7.0 in /usr/lib/python3/dist-packages (from frappe-bench==5.0.0.dev0) (7.0)\nRequirement already satisfied: GitPython==2.1.15 in /usr/local/lib/python3.8/dist-packages (from frappe-bench==5.0.0.dev0) (2.1.15)\nRequirement already satisfied: honcho==1.0.1 in /usr/local/lib/python3.8/dist-packages (from frappe-bench==5.0.0.dev0) (1.0.1)\nRequirement already satisfied: Jinja2==2.11.3 in /usr/local/lib/python3.8/dist-packages (from frappe-bench==5.0.0.dev0) (2.11.3)\nRequirement already satisfied: python-crontab==2.4.0 in /usr/local/lib/python3.8/dist-packages (from frappe-bench==5.0.0.dev0) (2.4.0)\nRequirement already satisfied: requests==2.22.0 in /usr/lib/python3/dist-packages (from frappe-bench==5.0.0.dev0) (2.22.0)\nRequirement already satisfied: semantic-version==2.8.2 in /usr/local/lib/python3.8/dist-packages (from frappe-bench==5.0.0.dev0) (2.8.2)\nRequirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from frappe-bench==5.0.0.dev0) (57.1.0)\nRequirement already satisfied: virtualenv in /usr/local/lib/python3.8/dist-packages (from frappe-bench==5.0.0.dev0) (20.4.7)\nRequirement already satisfied: gitdb2<3,>=2 in /usr/local/lib/python3.8/dist-packages (from GitPython==2.1.15->frappe-bench==5.0.0.dev0) (2.0.6)\nRequirement already satisfied: MarkupSafe>=0.23 in /usr/lib/python3/dist-packages (from Jinja2==2.11.3->frappe-bench==5.0.0.dev0) (1.1.0)\nRequirement already satisfied: python-dateutil in /usr/local/lib/python3.8/dist-packages (from python-crontab==2.4.0->frappe-bench==5.0.0.dev0) (2.8.1)\nRequirement already satisfied: smmap2>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from gitdb2<3,>=2->GitPython==2.1.15->frappe-bench==5.0.0.dev0) (3.0.1)\nRequirement already satisfied: smmap>=3.0.1 in /usr/local/lib/python3.8/dist-packages (from smmap2>=2.0.0->gitdb2<3,>=2->GitPython==2.1.15->frappe-bench==5.0.0.dev0) (4.0.0)\nRequirement already satisfied: six>=1.5 in /usr/lib/python3/dist-packages (from python-dateutil->python-crontab==2.4.0->frappe-bench==5.0.0.dev0) (1.14.0)\nRequirement already satisfied: distlib<1,>=0.3.1 in /usr/local/lib/python3.8/dist-packages (from virtualenv->frappe-bench==5.0.0.dev0) (0.3.2)\nRequirement already satisfied: appdirs<2,>=1.4.3 in /usr/local/lib/python3.8/dist-packages (from virtualenv->frappe-bench==5.0.0.dev0) (1.4.4)\nRequirement already satisfied: filelock<4,>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from virtualenv->frappe-bench==5.0.0.dev0) (3.0.12)\nInstalling collected packages: frappe-bench\n Attempting uninstall: frappe-bench\n Found existing installation: frappe-bench 5.0.0.dev0\n Can't uninstall 'frappe-bench'. No files were found to uninstall.\n Running setup.py develop for frappe-bench\nSuccessfully installed frappe-bench\n",
  5234. "stdout_lines": [
  5235. "Obtaining file:///home/frappe/.bench",
  5236. "Requirement already satisfied: Click==7.0 in /usr/lib/python3/dist-packages (from frappe-bench==5.0.0.dev0) (7.0)",
  5237. "Requirement already satisfied: GitPython==2.1.15 in /usr/local/lib/python3.8/dist-packages (from frappe-bench==5.0.0.dev0) (2.1.15)",
  5238. "Requirement already satisfied: honcho==1.0.1 in /usr/local/lib/python3.8/dist-packages (from frappe-bench==5.0.0.dev0) (1.0.1)",
  5239. "Requirement already satisfied: Jinja2==2.11.3 in /usr/local/lib/python3.8/dist-packages (from frappe-bench==5.0.0.dev0) (2.11.3)",
  5240. "Requirement already satisfied: python-crontab==2.4.0 in /usr/local/lib/python3.8/dist-packages (from frappe-bench==5.0.0.dev0) (2.4.0)",
  5241. "Requirement already satisfied: requests==2.22.0 in /usr/lib/python3/dist-packages (from frappe-bench==5.0.0.dev0) (2.22.0)",
  5242. "Requirement already satisfied: semantic-version==2.8.2 in /usr/local/lib/python3.8/dist-packages (from frappe-bench==5.0.0.dev0) (2.8.2)",
  5243. "Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from frappe-bench==5.0.0.dev0) (57.1.0)",
  5244. "Requirement already satisfied: virtualenv in /usr/local/lib/python3.8/dist-packages (from frappe-bench==5.0.0.dev0) (20.4.7)",
  5245. "Requirement already satisfied: gitdb2<3,>=2 in /usr/local/lib/python3.8/dist-packages (from GitPython==2.1.15->frappe-bench==5.0.0.dev0) (2.0.6)",
  5246. "Requirement already satisfied: MarkupSafe>=0.23 in /usr/lib/python3/dist-packages (from Jinja2==2.11.3->frappe-bench==5.0.0.dev0) (1.1.0)",
  5247. "Requirement already satisfied: python-dateutil in /usr/local/lib/python3.8/dist-packages (from python-crontab==2.4.0->frappe-bench==5.0.0.dev0) (2.8.1)",
  5248. "Requirement already satisfied: smmap2>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from gitdb2<3,>=2->GitPython==2.1.15->frappe-bench==5.0.0.dev0) (3.0.1)",
  5249. "Requirement already satisfied: smmap>=3.0.1 in /usr/local/lib/python3.8/dist-packages (from smmap2>=2.0.0->gitdb2<3,>=2->GitPython==2.1.15->frappe-bench==5.0.0.dev0) (4.0.0)",
  5250. "Requirement already satisfied: six>=1.5 in /usr/lib/python3/dist-packages (from python-dateutil->python-crontab==2.4.0->frappe-bench==5.0.0.dev0) (1.14.0)",
  5251. "Requirement already satisfied: distlib<1,>=0.3.1 in /usr/local/lib/python3.8/dist-packages (from virtualenv->frappe-bench==5.0.0.dev0) (0.3.2)",
  5252. "Requirement already satisfied: appdirs<2,>=1.4.3 in /usr/local/lib/python3.8/dist-packages (from virtualenv->frappe-bench==5.0.0.dev0) (1.4.4)",
  5253. "Requirement already satisfied: filelock<4,>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from virtualenv->frappe-bench==5.0.0.dev0) (3.0.12)",
  5254. "Installing collected packages: frappe-bench",
  5255. " Attempting uninstall: frappe-bench",
  5256. " Found existing installation: frappe-bench 5.0.0.dev0",
  5257. " Can't uninstall 'frappe-bench'. No files were found to uninstall.",
  5258. " Running setup.py develop for frappe-bench",
  5259. "Successfully installed frappe-bench"
  5260. ],
  5261. "version": null,
  5262. "virtualenv": null
  5263. }
  5264.  
  5265. TASK [bench : Overwrite bench if required] ***************************************************************************************************************************************************
  5266. task path: /tmp/.bench/bench/playbooks/roles/bench/tasks/main.yml:23
  5267. skipping: [localhost] => {
  5268. "changed": false,
  5269. "skip_reason": "Conditional result was False"
  5270. }
  5271.  
  5272. TASK [bench : Check whether bench exists] ****************************************************************************************************************************************************
  5273. task path: /tmp/.bench/bench/playbooks/roles/bench/tasks/main.yml:29
  5274. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  5275. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  5276. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /var/tmp `"&& mkdir /var/tmp/ansible-tmp-1626163477.7720501-173725-61183681521368 && echo ansible-tmp-1626163477.7720501-173725-61183681521368="` echo /var/tmp/ansible-tmp-1626163477.7720501-173725-61183681521368 `" ) && sleep 0'
  5277. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/stat.py
  5278. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpuq_u1jhb TO /var/tmp/ansible-tmp-1626163477.7720501-173725-61183681521368/AnsiballZ_stat.py
  5279. <127.0.0.1> EXEC /bin/sh -c 'setfacl -m u:frappe:r-x /var/tmp/ansible-tmp-1626163477.7720501-173725-61183681521368/ /var/tmp/ansible-tmp-1626163477.7720501-173725-61183681521368/AnsiballZ_stat.py && sleep 0'
  5280. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /var/tmp/ansible-tmp-1626163477.7720501-173725-61183681521368/ /var/tmp/ansible-tmp-1626163477.7720501-173725-61183681521368/AnsiballZ_stat.py && sleep 0'
  5281. <127.0.0.1> EXEC /bin/sh -c 'chown frappe /var/tmp/ansible-tmp-1626163477.7720501-173725-61183681521368/ /var/tmp/ansible-tmp-1626163477.7720501-173725-61183681521368/AnsiballZ_stat.py && sleep 0'
  5282. <127.0.0.1> EXEC /bin/sh -c 'sudo -H -S -n -u frappe /bin/sh -c '"'"'echo BECOME-SUCCESS-yxtpftcdwbpudzvwbkedwgyipxtodapq ; /usr/bin/python3 /var/tmp/ansible-tmp-1626163477.7720501-173725-61183681521368/AnsiballZ_stat.py'"'"' && sleep 0'
  5283. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /var/tmp/ansible-tmp-1626163477.7720501-173725-61183681521368/ > /dev/null 2>&1 && sleep 0'
  5284. ok: [localhost] => {
  5285. "changed": false,
  5286. "invocation": {
  5287. "module_args": {
  5288. "checksum_algorithm": "sha1",
  5289. "follow": false,
  5290. "get_attributes": true,
  5291. "get_checksum": true,
  5292. "get_md5": null,
  5293. "get_mime": true,
  5294. "path": "/home/frappe/frappe-bench"
  5295. }
  5296. },
  5297. "stat": {
  5298. "atime": 1626163263.2415743,
  5299. "attr_flags": "e",
  5300. "attributes": [
  5301. "extents"
  5302. ],
  5303. "block_size": 4096,
  5304. "blocks": 8,
  5305. "charset": "binary",
  5306. "ctime": 1626162018.1095495,
  5307. "dev": 2050,
  5308. "device_type": 0,
  5309. "executable": true,
  5310. "exists": true,
  5311. "gid": 1001,
  5312. "gr_name": "frappe",
  5313. "inode": 3408242,
  5314. "isblk": false,
  5315. "ischr": false,
  5316. "isdir": true,
  5317. "isfifo": false,
  5318. "isgid": false,
  5319. "islnk": false,
  5320. "isreg": false,
  5321. "issock": false,
  5322. "isuid": false,
  5323. "mimetype": "inode/directory",
  5324. "mode": "0775",
  5325. "mtime": 1626012465.9185967,
  5326. "nlink": 7,
  5327. "path": "/home/frappe/frappe-bench",
  5328. "pw_name": "frappe",
  5329. "readable": true,
  5330. "rgrp": true,
  5331. "roth": true,
  5332. "rusr": true,
  5333. "size": 4096,
  5334. "uid": 1001,
  5335. "version": "180318485",
  5336. "wgrp": true,
  5337. "woth": false,
  5338. "writeable": true,
  5339. "wusr": true,
  5340. "xgrp": true,
  5341. "xoth": true,
  5342. "xusr": true
  5343. }
  5344. }
  5345.  
  5346. TASK [bench : Fix permissions] ***************************************************************************************************************************************************************
  5347. task path: /tmp/.bench/bench/playbooks/roles/bench/tasks/main.yml:34
  5348. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  5349. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  5350. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir /root/.ansible/tmp/ansible-tmp-1626163478.4486024-173762-65216058352991 && echo ansible-tmp-1626163478.4486024-173762-65216058352991="` echo /root/.ansible/tmp/ansible-tmp-1626163478.4486024-173762-65216058352991 `" ) && sleep 0'
  5351. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/commands/command.py
  5352. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp39vp6k3i TO /root/.ansible/tmp/ansible-tmp-1626163478.4486024-173762-65216058352991/AnsiballZ_command.py
  5353. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1626163478.4486024-173762-65216058352991/ /root/.ansible/tmp/ansible-tmp-1626163478.4486024-173762-65216058352991/AnsiballZ_command.py && sleep 0'
  5354. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1626163478.4486024-173762-65216058352991/AnsiballZ_command.py && sleep 0'
  5355. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1626163478.4486024-173762-65216058352991/ > /dev/null 2>&1 && sleep 0'
  5356. changed: [localhost] => {
  5357. "changed": true,
  5358. "cmd": [
  5359. "chown",
  5360. "frappe",
  5361. "-R",
  5362. "/home/frappe"
  5363. ],
  5364. "delta": "0:00:01.725780",
  5365. "end": "2021-07-13 08:04:40.616990",
  5366. "invocation": {
  5367. "module_args": {
  5368. "_raw_params": "chown frappe -R /home/frappe",
  5369. "_uses_shell": false,
  5370. "argv": null,
  5371. "chdir": null,
  5372. "creates": null,
  5373. "executable": null,
  5374. "removes": null,
  5375. "stdin": null,
  5376. "stdin_add_newline": true,
  5377. "strip_empty_ends": true,
  5378. "warn": true
  5379. }
  5380. },
  5381. "rc": 0,
  5382. "start": "2021-07-13 08:04:38.891210",
  5383. "stderr": "",
  5384. "stderr_lines": [],
  5385. "stdout": "",
  5386. "stdout_lines": []
  5387. }
  5388.  
  5389. TASK [bench : python3 bench init for develop] ************************************************************************************************************************************************
  5390. task path: /tmp/.bench/bench/playbooks/roles/bench/tasks/main.yml:38
  5391. skipping: [localhost] => {
  5392. "changed": false,
  5393. "skip_reason": "Conditional result was False"
  5394. }
  5395.  
  5396. TASK [bench : python3 bench init for production] *********************************************************************************************************************************************
  5397. task path: /tmp/.bench/bench/playbooks/roles/bench/tasks/main.yml:44
  5398. skipping: [localhost] => {
  5399. "changed": false,
  5400. "skip_reason": "Conditional result was False"
  5401. }
  5402.  
  5403. TASK [bench : setup config] ******************************************************************************************************************************************************************
  5404. task path: /tmp/.bench/bench/playbooks/roles/bench/tasks/main.yml:51
  5405. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  5406. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  5407. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /var/tmp `"&& mkdir /var/tmp/ansible-tmp-1626163480.9393804-173794-92650098983798 && echo ansible-tmp-1626163480.9393804-173794-92650098983798="` echo /var/tmp/ansible-tmp-1626163480.9393804-173794-92650098983798 `" ) && sleep 0'
  5408. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/commands/command.py
  5409. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp0zunay7s TO /var/tmp/ansible-tmp-1626163480.9393804-173794-92650098983798/AnsiballZ_command.py
  5410. <127.0.0.1> EXEC /bin/sh -c 'setfacl -m u:frappe:r-x /var/tmp/ansible-tmp-1626163480.9393804-173794-92650098983798/ /var/tmp/ansible-tmp-1626163480.9393804-173794-92650098983798/AnsiballZ_command.py && sleep 0'
  5411. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /var/tmp/ansible-tmp-1626163480.9393804-173794-92650098983798/ /var/tmp/ansible-tmp-1626163480.9393804-173794-92650098983798/AnsiballZ_command.py && sleep 0'
  5412. <127.0.0.1> EXEC /bin/sh -c 'chown frappe /var/tmp/ansible-tmp-1626163480.9393804-173794-92650098983798/ /var/tmp/ansible-tmp-1626163480.9393804-173794-92650098983798/AnsiballZ_command.py && sleep 0'
  5413. <127.0.0.1> EXEC /bin/sh -c 'sudo -H -S -n -u frappe /bin/sh -c '"'"'echo BECOME-SUCCESS-dsfgzuiilyvlttlaxfnklwibamgakzjb ; /usr/bin/python3 /var/tmp/ansible-tmp-1626163480.9393804-173794-92650098983798/AnsiballZ_command.py'"'"' && sleep 0'
  5414. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /var/tmp/ansible-tmp-1626163480.9393804-173794-92650098983798/ > /dev/null 2>&1 && sleep 0'
  5415. ok: [localhost] => {
  5416. "changed": false,
  5417. "cmd": [
  5418. "bench",
  5419. "setup",
  5420. "config"
  5421. ],
  5422. "invocation": {
  5423. "module_args": {
  5424. "_raw_params": "bench setup config",
  5425. "_uses_shell": false,
  5426. "argv": null,
  5427. "chdir": "/home/frappe/frappe-bench",
  5428. "creates": "/home/frappe/frappe-bench/sites/common_site_config.json",
  5429. "executable": null,
  5430. "removes": null,
  5431. "stdin": null,
  5432. "stdin_add_newline": true,
  5433. "strip_empty_ends": true,
  5434. "warn": true
  5435. }
  5436. },
  5437. "rc": 0,
  5438. "stdout": "skipped, since /home/frappe/frappe-bench/sites/common_site_config.json exists",
  5439. "stdout_lines": [
  5440. "skipped, since /home/frappe/frappe-bench/sites/common_site_config.json exists"
  5441. ]
  5442. }
  5443.  
  5444. TASK [bench : include_tasks] *****************************************************************************************************************************************************************
  5445. task path: /tmp/.bench/bench/playbooks/roles/bench/tasks/main.yml:57
  5446. included: /tmp/.bench/bench/playbooks/roles/bench/tasks/setup_inputrc.yml for localhost
  5447.  
  5448. TASK [bench : insert/update inputrc for history] *********************************************************************************************************************************************
  5449. task path: /tmp/.bench/bench/playbooks/roles/bench/tasks/setup_inputrc.yml:2
  5450. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  5451. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  5452. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /var/tmp `"&& mkdir /var/tmp/ansible-tmp-1626163481.5490332-173830-139867394229287 && echo ansible-tmp-1626163481.5490332-173830-139867394229287="` echo /var/tmp/ansible-tmp-1626163481.5490332-173830-139867394229287 `" ) && sleep 0'
  5453. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/blockinfile.py
  5454. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpr96f3oyk TO /var/tmp/ansible-tmp-1626163481.5490332-173830-139867394229287/AnsiballZ_blockinfile.py
  5455. <127.0.0.1> EXEC /bin/sh -c 'setfacl -m u:frappe:r-x /var/tmp/ansible-tmp-1626163481.5490332-173830-139867394229287/ /var/tmp/ansible-tmp-1626163481.5490332-173830-139867394229287/AnsiballZ_blockinfile.py && sleep 0'
  5456. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /var/tmp/ansible-tmp-1626163481.5490332-173830-139867394229287/ /var/tmp/ansible-tmp-1626163481.5490332-173830-139867394229287/AnsiballZ_blockinfile.py && sleep 0'
  5457. <127.0.0.1> EXEC /bin/sh -c 'chown frappe /var/tmp/ansible-tmp-1626163481.5490332-173830-139867394229287/ /var/tmp/ansible-tmp-1626163481.5490332-173830-139867394229287/AnsiballZ_blockinfile.py && sleep 0'
  5458. <127.0.0.1> EXEC /bin/sh -c 'sudo -H -S -n -u frappe /bin/sh -c '"'"'echo BECOME-SUCCESS-xnhifpzyvsfeinhbwoaefammbdxlmxrt ; /usr/bin/python3 /var/tmp/ansible-tmp-1626163481.5490332-173830-139867394229287/AnsiballZ_blockinfile.py'"'"' && sleep 0'
  5459. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /var/tmp/ansible-tmp-1626163481.5490332-173830-139867394229287/ > /dev/null 2>&1 && sleep 0'
  5460. ok: [localhost] => {
  5461. "changed": false,
  5462. "diff": [
  5463. {
  5464. "after": "",
  5465. "after_header": "/home/frappe/.inputrc (content)",
  5466. "before": "",
  5467. "before_header": "/home/frappe/.inputrc (content)"
  5468. },
  5469. {
  5470. "after_header": "/home/frappe/.inputrc (file attributes)",
  5471. "before_header": "/home/frappe/.inputrc (file attributes)"
  5472. }
  5473. ],
  5474. "invocation": {
  5475. "module_args": {
  5476. "attributes": null,
  5477. "backup": false,
  5478. "block": "## arrow up\n\"\\e[A\":history-search-backward\n## arrow down\n\"\\e[B\":history-search-forward\n",
  5479. "content": null,
  5480. "create": true,
  5481. "delimiter": null,
  5482. "dest": "/home/frappe/.inputrc",
  5483. "directory_mode": null,
  5484. "follow": false,
  5485. "force": null,
  5486. "group": null,
  5487. "insertafter": null,
  5488. "insertbefore": null,
  5489. "marker": "# {mark} ANSIBLE MANAGED BLOCK",
  5490. "marker_begin": "BEGIN",
  5491. "marker_end": "END",
  5492. "mode": null,
  5493. "owner": null,
  5494. "path": "/home/frappe/.inputrc",
  5495. "regexp": null,
  5496. "remote_src": null,
  5497. "selevel": null,
  5498. "serole": null,
  5499. "setype": null,
  5500. "seuser": null,
  5501. "src": null,
  5502. "state": "present",
  5503. "unsafe_writes": null,
  5504. "validate": null
  5505. }
  5506. },
  5507. "msg": ""
  5508. }
  5509.  
  5510. TASK [bench : Setup Procfile] ****************************************************************************************************************************************************************
  5511. task path: /tmp/.bench/bench/playbooks/roles/bench/tasks/main.yml:60
  5512. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  5513. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  5514. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /var/tmp `"&& mkdir /var/tmp/ansible-tmp-1626163482.280067-173864-46223280262661 && echo ansible-tmp-1626163482.280067-173864-46223280262661="` echo /var/tmp/ansible-tmp-1626163482.280067-173864-46223280262661 `" ) && sleep 0'
  5515. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/commands/command.py
  5516. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp3khu7mws TO /var/tmp/ansible-tmp-1626163482.280067-173864-46223280262661/AnsiballZ_command.py
  5517. <127.0.0.1> EXEC /bin/sh -c 'setfacl -m u:frappe:r-x /var/tmp/ansible-tmp-1626163482.280067-173864-46223280262661/ /var/tmp/ansible-tmp-1626163482.280067-173864-46223280262661/AnsiballZ_command.py && sleep 0'
  5518. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /var/tmp/ansible-tmp-1626163482.280067-173864-46223280262661/ /var/tmp/ansible-tmp-1626163482.280067-173864-46223280262661/AnsiballZ_command.py && sleep 0'
  5519. <127.0.0.1> EXEC /bin/sh -c 'chown frappe /var/tmp/ansible-tmp-1626163482.280067-173864-46223280262661/ /var/tmp/ansible-tmp-1626163482.280067-173864-46223280262661/AnsiballZ_command.py && sleep 0'
  5520. <127.0.0.1> EXEC /bin/sh -c 'sudo -H -S -n -u frappe /bin/sh -c '"'"'echo BECOME-SUCCESS-mcklqtdhkyqtqzpskndffaibxkjtamwm ; /usr/bin/python3 /var/tmp/ansible-tmp-1626163482.280067-173864-46223280262661/AnsiballZ_command.py'"'"' && sleep 0'
  5521. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /var/tmp/ansible-tmp-1626163482.280067-173864-46223280262661/ > /dev/null 2>&1 && sleep 0'
  5522. ok: [localhost] => {
  5523. "changed": false,
  5524. "cmd": [
  5525. "bench",
  5526. "setup",
  5527. "procfile"
  5528. ],
  5529. "invocation": {
  5530. "module_args": {
  5531. "_raw_params": "bench setup procfile",
  5532. "_uses_shell": false,
  5533. "argv": null,
  5534. "chdir": "/home/frappe/frappe-bench",
  5535. "creates": "/home/frappe/frappe-bench/Procfile",
  5536. "executable": null,
  5537. "removes": null,
  5538. "stdin": null,
  5539. "stdin_add_newline": true,
  5540. "strip_empty_ends": true,
  5541. "warn": true
  5542. }
  5543. },
  5544. "rc": 0,
  5545. "stdout": "skipped, since /home/frappe/frappe-bench/Procfile exists",
  5546. "stdout_lines": [
  5547. "skipped, since /home/frappe/frappe-bench/Procfile exists"
  5548. ]
  5549. }
  5550.  
  5551. TASK [bench : Setup Redis] *******************************************************************************************************************************************************************
  5552. task path: /tmp/.bench/bench/playbooks/roles/bench/tasks/main.yml:67
  5553. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  5554. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  5555. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /var/tmp `"&& mkdir /var/tmp/ansible-tmp-1626163483.178252-173899-94741209532459 && echo ansible-tmp-1626163483.178252-173899-94741209532459="` echo /var/tmp/ansible-tmp-1626163483.178252-173899-94741209532459 `" ) && sleep 0'
  5556. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/commands/command.py
  5557. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp_cpqrzr1 TO /var/tmp/ansible-tmp-1626163483.178252-173899-94741209532459/AnsiballZ_command.py
  5558. <127.0.0.1> EXEC /bin/sh -c 'setfacl -m u:frappe:r-x /var/tmp/ansible-tmp-1626163483.178252-173899-94741209532459/ /var/tmp/ansible-tmp-1626163483.178252-173899-94741209532459/AnsiballZ_command.py && sleep 0'
  5559. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /var/tmp/ansible-tmp-1626163483.178252-173899-94741209532459/ /var/tmp/ansible-tmp-1626163483.178252-173899-94741209532459/AnsiballZ_command.py && sleep 0'
  5560. <127.0.0.1> EXEC /bin/sh -c 'chown frappe /var/tmp/ansible-tmp-1626163483.178252-173899-94741209532459/ /var/tmp/ansible-tmp-1626163483.178252-173899-94741209532459/AnsiballZ_command.py && sleep 0'
  5561. <127.0.0.1> EXEC /bin/sh -c 'sudo -H -S -n -u frappe /bin/sh -c '"'"'echo BECOME-SUCCESS-drfreponniaiizzbuxpijrduryptargw ; /usr/bin/python3 /var/tmp/ansible-tmp-1626163483.178252-173899-94741209532459/AnsiballZ_command.py'"'"' && sleep 0'
  5562. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /var/tmp/ansible-tmp-1626163483.178252-173899-94741209532459/ > /dev/null 2>&1 && sleep 0'
  5563. ok: [localhost] => {
  5564. "changed": false,
  5565. "cmd": [
  5566. "bench",
  5567. "setup",
  5568. "redis"
  5569. ],
  5570. "invocation": {
  5571. "module_args": {
  5572. "_raw_params": "bench setup redis",
  5573. "_uses_shell": false,
  5574. "argv": null,
  5575. "chdir": "/home/frappe/frappe-bench",
  5576. "creates": "/home/frappe/frappe-bench/config/redis_socketio.conf",
  5577. "executable": null,
  5578. "removes": null,
  5579. "stdin": null,
  5580. "stdin_add_newline": true,
  5581. "strip_empty_ends": true,
  5582. "warn": true
  5583. }
  5584. },
  5585. "rc": 0,
  5586. "stdout": "skipped, since /home/frappe/frappe-bench/config/redis_socketio.conf exists",
  5587. "stdout_lines": [
  5588. "skipped, since /home/frappe/frappe-bench/config/redis_socketio.conf exists"
  5589. ]
  5590. }
  5591.  
  5592. TASK [bench : include_tasks] *****************************************************************************************************************************************************************
  5593. task path: /tmp/.bench/bench/playbooks/roles/bench/tasks/main.yml:74
  5594. included: /tmp/.bench/bench/playbooks/roles/bench/tasks/setup_erpnext.yml for localhost
  5595.  
  5596. TASK [bench : Check if ERPNext App exists] ***************************************************************************************************************************************************
  5597. task path: /tmp/.bench/bench/playbooks/roles/bench/tasks/setup_erpnext.yml:2
  5598. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  5599. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  5600. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /var/tmp `"&& mkdir /var/tmp/ansible-tmp-1626163484.2656024-173935-240803025174812 && echo ansible-tmp-1626163484.2656024-173935-240803025174812="` echo /var/tmp/ansible-tmp-1626163484.2656024-173935-240803025174812 `" ) && sleep 0'
  5601. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/stat.py
  5602. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpar5xfkqn TO /var/tmp/ansible-tmp-1626163484.2656024-173935-240803025174812/AnsiballZ_stat.py
  5603. <127.0.0.1> EXEC /bin/sh -c 'setfacl -m u:frappe:r-x /var/tmp/ansible-tmp-1626163484.2656024-173935-240803025174812/ /var/tmp/ansible-tmp-1626163484.2656024-173935-240803025174812/AnsiballZ_stat.py && sleep 0'
  5604. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /var/tmp/ansible-tmp-1626163484.2656024-173935-240803025174812/ /var/tmp/ansible-tmp-1626163484.2656024-173935-240803025174812/AnsiballZ_stat.py && sleep 0'
  5605. <127.0.0.1> EXEC /bin/sh -c 'chown frappe /var/tmp/ansible-tmp-1626163484.2656024-173935-240803025174812/ /var/tmp/ansible-tmp-1626163484.2656024-173935-240803025174812/AnsiballZ_stat.py && sleep 0'
  5606. <127.0.0.1> EXEC /bin/sh -c 'sudo -H -S -n -u frappe /bin/sh -c '"'"'echo BECOME-SUCCESS-gelsglhcvobztsnhbioqnneqfdhbhgkv ; /usr/bin/python3 /var/tmp/ansible-tmp-1626163484.2656024-173935-240803025174812/AnsiballZ_stat.py'"'"' && sleep 0'
  5607. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /var/tmp/ansible-tmp-1626163484.2656024-173935-240803025174812/ > /dev/null 2>&1 && sleep 0'
  5608. ok: [localhost] => {
  5609. "changed": false,
  5610. "invocation": {
  5611. "module_args": {
  5612. "checksum_algorithm": "sha1",
  5613. "follow": false,
  5614. "get_attributes": true,
  5615. "get_checksum": true,
  5616. "get_md5": null,
  5617. "get_mime": true,
  5618. "path": "/home/frappe/frappe-bench/apps/erpnext"
  5619. }
  5620. },
  5621. "stat": {
  5622. "atime": 1626163281.9895747,
  5623. "attr_flags": "e",
  5624. "attributes": [
  5625. "extents"
  5626. ],
  5627. "block_size": 4096,
  5628. "blocks": 8,
  5629. "charset": "binary",
  5630. "ctime": 1626163479.3135786,
  5631. "dev": 2050,
  5632. "device_type": 0,
  5633. "executable": true,
  5634. "exists": true,
  5635. "gid": 1001,
  5636. "gr_name": "frappe",
  5637. "inode": 3675898,
  5638. "isblk": false,
  5639. "ischr": false,
  5640. "isdir": true,
  5641. "isfifo": false,
  5642. "isgid": false,
  5643. "islnk": false,
  5644. "isreg": false,
  5645. "issock": false,
  5646. "isuid": false,
  5647. "mimetype": "inode/directory",
  5648. "mode": "0775",
  5649. "mtime": 1626014069.1826284,
  5650. "nlink": 7,
  5651. "path": "/home/frappe/frappe-bench/apps/erpnext",
  5652. "pw_name": "frappe",
  5653. "readable": true,
  5654. "rgrp": true,
  5655. "roth": true,
  5656. "rusr": true,
  5657. "size": 4096,
  5658. "uid": 1001,
  5659. "version": "66981774",
  5660. "wgrp": true,
  5661. "woth": false,
  5662. "writeable": true,
  5663. "wusr": true,
  5664. "xgrp": true,
  5665. "xoth": true,
  5666. "xusr": true
  5667. }
  5668. }
  5669.  
  5670. TASK [bench : Get the ERPNext app] ***********************************************************************************************************************************************************
  5671. task path: /tmp/.bench/bench/playbooks/roles/bench/tasks/setup_erpnext.yml:6
  5672. skipping: [localhost] => {
  5673. "changed": false,
  5674. "skip_reason": "Conditional result was False"
  5675. }
  5676.  
  5677. TASK [bench : Check whether the site already exists] *****************************************************************************************************************************************
  5678. task path: /tmp/.bench/bench/playbooks/roles/bench/tasks/setup_erpnext.yml:13
  5679. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  5680. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  5681. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /var/tmp `"&& mkdir /var/tmp/ansible-tmp-1626163485.1192658-173973-157860929674915 && echo ansible-tmp-1626163485.1192658-173973-157860929674915="` echo /var/tmp/ansible-tmp-1626163485.1192658-173973-157860929674915 `" ) && sleep 0'
  5682. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/files/stat.py
  5683. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmpw1qk24vt TO /var/tmp/ansible-tmp-1626163485.1192658-173973-157860929674915/AnsiballZ_stat.py
  5684. <127.0.0.1> EXEC /bin/sh -c 'setfacl -m u:frappe:r-x /var/tmp/ansible-tmp-1626163485.1192658-173973-157860929674915/ /var/tmp/ansible-tmp-1626163485.1192658-173973-157860929674915/AnsiballZ_stat.py && sleep 0'
  5685. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /var/tmp/ansible-tmp-1626163485.1192658-173973-157860929674915/ /var/tmp/ansible-tmp-1626163485.1192658-173973-157860929674915/AnsiballZ_stat.py && sleep 0'
  5686. <127.0.0.1> EXEC /bin/sh -c 'chown frappe /var/tmp/ansible-tmp-1626163485.1192658-173973-157860929674915/ /var/tmp/ansible-tmp-1626163485.1192658-173973-157860929674915/AnsiballZ_stat.py && sleep 0'
  5687. <127.0.0.1> EXEC /bin/sh -c 'sudo -H -S -n -u frappe /bin/sh -c '"'"'echo BECOME-SUCCESS-hytrvunzthfsozcsnubgwvxtxdijyiey ; /usr/bin/python3 /var/tmp/ansible-tmp-1626163485.1192658-173973-157860929674915/AnsiballZ_stat.py'"'"' && sleep 0'
  5688. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /var/tmp/ansible-tmp-1626163485.1192658-173973-157860929674915/ > /dev/null 2>&1 && sleep 0'
  5689. ok: [localhost] => {
  5690. "changed": false,
  5691. "invocation": {
  5692. "module_args": {
  5693. "checksum_algorithm": "sha1",
  5694. "follow": false,
  5695. "get_attributes": true,
  5696. "get_checksum": true,
  5697. "get_md5": null,
  5698. "get_mime": true,
  5699. "path": "/home/frappe/frappe-bench/sites/site1.local"
  5700. }
  5701. },
  5702. "stat": {
  5703. "exists": false
  5704. }
  5705. }
  5706.  
  5707. TASK [bench : Create a new site] *************************************************************************************************************************************************************
  5708. task path: /tmp/.bench/bench/playbooks/roles/bench/tasks/setup_erpnext.yml:18
  5709. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  5710. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  5711. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /var/tmp `"&& mkdir /var/tmp/ansible-tmp-1626163485.6722832-174007-235013915876271 && echo ansible-tmp-1626163485.6722832-174007-235013915876271="` echo /var/tmp/ansible-tmp-1626163485.6722832-174007-235013915876271 `" ) && sleep 0'
  5712. Using module file /usr/local/lib/python3.8/dist-packages/ansible/modules/commands/command.py
  5713. <127.0.0.1> PUT /root/.ansible/tmp/ansible-local-170440ldces3j1/tmp12l_9ew6 TO /var/tmp/ansible-tmp-1626163485.6722832-174007-235013915876271/AnsiballZ_command.py
  5714. <127.0.0.1> EXEC /bin/sh -c 'setfacl -m u:frappe:r-x /var/tmp/ansible-tmp-1626163485.6722832-174007-235013915876271/ /var/tmp/ansible-tmp-1626163485.6722832-174007-235013915876271/AnsiballZ_command.py && sleep 0'
  5715. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /var/tmp/ansible-tmp-1626163485.6722832-174007-235013915876271/ /var/tmp/ansible-tmp-1626163485.6722832-174007-235013915876271/AnsiballZ_command.py && sleep 0'
  5716. <127.0.0.1> EXEC /bin/sh -c 'chown frappe /var/tmp/ansible-tmp-1626163485.6722832-174007-235013915876271/ /var/tmp/ansible-tmp-1626163485.6722832-174007-235013915876271/AnsiballZ_command.py && sleep 0'
  5717. <127.0.0.1> EXEC /bin/sh -c 'sudo -H -S -n -u frappe /bin/sh -c '"'"'echo BECOME-SUCCESS-yogqtcaboidsktpwrqcfggirtvxhtfub ; /usr/bin/python3 /var/tmp/ansible-tmp-1626163485.6722832-174007-235013915876271/AnsiballZ_command.py'"'"' && sleep 0'
  5718. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /var/tmp/ansible-tmp-1626163485.6722832-174007-235013915876271/ > /dev/null 2>&1 && sleep 0'
  5719. fatal: [localhost]: FAILED! => {
  5720. "changed": true,
  5721. "cmd": [
  5722. "bench",
  5723. "new-site",
  5724. "site1.local",
  5725. "--admin-password",
  5726. "password",
  5727. "--mariadb-root-password",
  5728. "password"
  5729. ],
  5730. "delta": "0:00:02.327103",
  5731. "end": "2021-07-13 08:04:48.513149",
  5732. "invocation": {
  5733. "module_args": {
  5734. "_raw_params": "bench new-site site1.local --admin-password 'password' --mariadb-root-password 'password'",
  5735. "_uses_shell": false,
  5736. "argv": null,
  5737. "chdir": "/home/frappe/frappe-bench",
  5738. "creates": null,
  5739. "executable": null,
  5740. "removes": null,
  5741. "stdin": null,
  5742. "stdin_add_newline": true,
  5743. "strip_empty_ends": true,
  5744. "warn": true
  5745. }
  5746. },
  5747. "msg": "non-zero return code",
  5748. "rc": 1,
  5749. "start": "2021-07-13 08:04:46.186046",
  5750. "stderr": "Traceback (most recent call last):\n File \"/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py\", line 68, in get_app_commands\n app_command_module = importlib.import_module(app + '.commands')\n File \"/usr/lib/python3.8/importlib/__init__.py\", line 127, in import_module\n return _bootstrap._gcd_import(name[level:], package, level)\n File \"<frozen importlib._bootstrap>\", line 1014, in _gcd_import\n File \"<frozen importlib._bootstrap>\", line 991, in _find_and_load\n File \"<frozen importlib._bootstrap>\", line 961, in _find_and_load_unlocked\n File \"<frozen importlib._bootstrap>\", line 219, in _call_with_frames_removed\n File \"<frozen importlib._bootstrap>\", line 1014, in _gcd_import\n File \"<frozen importlib._bootstrap>\", line 991, in _find_and_load\n File \"<frozen importlib._bootstrap>\", line 973, in _find_and_load_unlocked\nModuleNotFoundError: No module named 'erpnext'\nTraceback (most recent call last):\n File \"/usr/lib/python3.8/runpy.py\", line 194, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File \"/usr/lib/python3.8/runpy.py\", line 87, in _run_code\n exec(code, run_globals)\n File \"/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py\", line 99, in <module>\n main()\n File \"/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py\", line 18, in main\n click.Group(commands=commands)(prog_name='bench')\n File \"/home/frappe/frappe-bench/env/lib/python3.8/site-packages/click/core.py\", line 764, in __call__\n return self.main(*args, **kwargs)\n File \"/home/frappe/frappe-bench/env/lib/python3.8/site-packages/click/core.py\", line 717, in main\n rv = self.invoke(ctx)\n File \"/home/frappe/frappe-bench/env/lib/python3.8/site-packages/click/core.py\", line 1137, in invoke\n return _process_result(sub_ctx.command.invoke(sub_ctx))\n File \"/home/frappe/frappe-bench/env/lib/python3.8/site-packages/click/core.py\", line 1137, in invoke\n return _process_result(sub_ctx.command.invoke(sub_ctx))\n File \"/home/frappe/frappe-bench/env/lib/python3.8/site-packages/click/core.py\", line 956, in invoke\n return ctx.invoke(self.callback, **ctx.params)\n File \"/home/frappe/frappe-bench/env/lib/python3.8/site-packages/click/core.py\", line 555, in invoke\n return callback(*args, **kwargs)\n File \"/home/frappe/frappe-bench/apps/frappe/frappe/commands/site.py\", line 41, in new_site\n frappe.init(site=site, new_site=True)\n File \"/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py\", line 175, in init\n setup_module_map()\n File \"/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py\", line 1019, in setup_module_map\n for module in get_module_list(app):\n File \"/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py\", line 882, in get_module_list\n return get_file_items(os.path.join(os.path.dirname(get_module(app_name).__file__), \"modules.txt\"))\n File \"/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py\", line 840, in get_module\n return importlib.import_module(modulename)\n File \"/usr/lib/python3.8/importlib/__init__.py\", line 127, in import_module\n return _bootstrap._gcd_import(name[level:], package, level)\n File \"<frozen importlib._bootstrap>\", line 1014, in _gcd_import\n File \"<frozen importlib._bootstrap>\", line 991, in _find_and_load\n File \"<frozen importlib._bootstrap>\", line 973, in _find_and_load_unlocked\nModuleNotFoundError: No module named 'erpnext'",
  5751. "stderr_lines": [
  5752. "Traceback (most recent call last):",
  5753. " File \"/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py\", line 68, in get_app_commands",
  5754. " app_command_module = importlib.import_module(app + '.commands')",
  5755. " File \"/usr/lib/python3.8/importlib/__init__.py\", line 127, in import_module",
  5756. " return _bootstrap._gcd_import(name[level:], package, level)",
  5757. " File \"<frozen importlib._bootstrap>\", line 1014, in _gcd_import",
  5758. " File \"<frozen importlib._bootstrap>\", line 991, in _find_and_load",
  5759. " File \"<frozen importlib._bootstrap>\", line 961, in _find_and_load_unlocked",
  5760. " File \"<frozen importlib._bootstrap>\", line 219, in _call_with_frames_removed",
  5761. " File \"<frozen importlib._bootstrap>\", line 1014, in _gcd_import",
  5762. " File \"<frozen importlib._bootstrap>\", line 991, in _find_and_load",
  5763. " File \"<frozen importlib._bootstrap>\", line 973, in _find_and_load_unlocked",
  5764. "ModuleNotFoundError: No module named 'erpnext'",
  5765. "Traceback (most recent call last):",
  5766. " File \"/usr/lib/python3.8/runpy.py\", line 194, in _run_module_as_main",
  5767. " return _run_code(code, main_globals, None,",
  5768. " File \"/usr/lib/python3.8/runpy.py\", line 87, in _run_code",
  5769. " exec(code, run_globals)",
  5770. " File \"/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py\", line 99, in <module>",
  5771. " main()",
  5772. " File \"/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py\", line 18, in main",
  5773. " click.Group(commands=commands)(prog_name='bench')",
  5774. " File \"/home/frappe/frappe-bench/env/lib/python3.8/site-packages/click/core.py\", line 764, in __call__",
  5775. " return self.main(*args, **kwargs)",
  5776. " File \"/home/frappe/frappe-bench/env/lib/python3.8/site-packages/click/core.py\", line 717, in main",
  5777. " rv = self.invoke(ctx)",
  5778. " File \"/home/frappe/frappe-bench/env/lib/python3.8/site-packages/click/core.py\", line 1137, in invoke",
  5779. " return _process_result(sub_ctx.command.invoke(sub_ctx))",
  5780. " File \"/home/frappe/frappe-bench/env/lib/python3.8/site-packages/click/core.py\", line 1137, in invoke",
  5781. " return _process_result(sub_ctx.command.invoke(sub_ctx))",
  5782. " File \"/home/frappe/frappe-bench/env/lib/python3.8/site-packages/click/core.py\", line 956, in invoke",
  5783. " return ctx.invoke(self.callback, **ctx.params)",
  5784. " File \"/home/frappe/frappe-bench/env/lib/python3.8/site-packages/click/core.py\", line 555, in invoke",
  5785. " return callback(*args, **kwargs)",
  5786. " File \"/home/frappe/frappe-bench/apps/frappe/frappe/commands/site.py\", line 41, in new_site",
  5787. " frappe.init(site=site, new_site=True)",
  5788. " File \"/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py\", line 175, in init",
  5789. " setup_module_map()",
  5790. " File \"/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py\", line 1019, in setup_module_map",
  5791. " for module in get_module_list(app):",
  5792. " File \"/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py\", line 882, in get_module_list",
  5793. " return get_file_items(os.path.join(os.path.dirname(get_module(app_name).__file__), \"modules.txt\"))",
  5794. " File \"/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py\", line 840, in get_module",
  5795. " return importlib.import_module(modulename)",
  5796. " File \"/usr/lib/python3.8/importlib/__init__.py\", line 127, in import_module",
  5797. " return _bootstrap._gcd_import(name[level:], package, level)",
  5798. " File \"<frozen importlib._bootstrap>\", line 1014, in _gcd_import",
  5799. " File \"<frozen importlib._bootstrap>\", line 991, in _find_and_load",
  5800. " File \"<frozen importlib._bootstrap>\", line 973, in _find_and_load_unlocked",
  5801. "ModuleNotFoundError: No module named 'erpnext'"
  5802. ],
  5803. "stdout": "",
  5804. "stdout_lines": []
  5805. }
  5806.  
  5807. PLAY RECAP ***********************************************************************************************************************************************************************************
  5808. localhost : ok=72 changed=14 unreachable=0 failed=1 skipped=67 rescued=0 ignored=0
  5809.  
  5810. Install script run at 08:00 on 2021-07-13
  5811.  
  5812.  
  5813.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement