Advertisement
Guest User

Untitled

a guest
Jul 13th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 90.70 KB | None | 0 0
  1. Hit:1 http://sa.archive.ubuntu.com/ubuntu bionic InRelease
  2. Hit:2 http://archive.canonical.com/ubuntu bionic InRelease
  3. Hit:3 http://sa.archive.ubuntu.com/ubuntu bionic-updates InRelease
  4. Hit:4 http://sa.archive.ubuntu.com/ubuntu bionic-backports InRelease
  5. Get:5 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
  6. Get:6 http://dl.google.com/linux/chrome/deb stable InRelease [1,811 B]
  7. Get:7 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1,131 B]
  8. Hit:8 http://ams2.mirrors.digitalocean.com/mariadb/repo/10.2/ubuntu bionic InRelease
  9. Hit:9 https://deb.nodesource.com/node_8.x bionic InRelease
  10. Fetched 91.7 kB in 3s (26.3 kB/s)
  11. Reading package lists...
  12. Reading package lists...
  13. Building dependency tree...
  14. Reading state information...
  15. build-essential is already the newest version (12.4ubuntu1).
  16. libffi-dev is already the newest version (3.2.1-8).
  17. python3-setuptools is already the newest version (39.0.1-2).
  18. git is already the newest version (1:2.17.1-1ubuntu0.7).
  19. python3-dev is already the newest version (3.6.7-1~18.04).
  20. 0 to upgrade, 0 to newly install, 0 to remove and 208 not to upgrade.
  21. Requirement already up-to-date: setuptools in /usr/local/lib/python3.6/dist-packages (49.2.0)
  22. Requirement already up-to-date: cryptography in /usr/local/lib/python3.6/dist-packages (2.9.2)
  23. Requirement already up-to-date: ansible==2.8.5 in /usr/local/lib/python3.6/dist-packages (2.8.5)
  24. Requirement already up-to-date: pip in /usr/local/lib/python3.6/dist-packages (20.1.1)
  25. Requirement already satisfied, skipping upgrade: six>=1.4.1 in /usr/local/lib/python3.6/dist-packages (from cryptography) (1.15.0)
  26. Requirement already satisfied, skipping upgrade: cffi!=1.11.3,>=1.8 in /usr/local/lib/python3.6/dist-packages (from cryptography) (1.14.0)
  27. Requirement already satisfied, skipping upgrade: jinja2 in /usr/local/lib/python3.6/dist-packages (from ansible==2.8.5) (2.11.2)
  28. Requirement already satisfied, skipping upgrade: PyYAML in /usr/local/lib/python3.6/dist-packages (from ansible==2.8.5) (5.3.1)
  29. Requirement already satisfied, skipping upgrade: pycparser in /usr/local/lib/python3.6/dist-packages (from cffi!=1.11.3,>=1.8->cryptography) (2.20)
  30. Requirement already satisfied, skipping upgrade: MarkupSafe>=0.23 in /usr/local/lib/python3.6/dist-packages (from jinja2->ansible==2.8.5) (1.1.1)
  31. ansible-playbook 2.8.5
  32. config file = None
  33. configured module search path = ['/home/sturdygamer/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  34. ansible python module location = /usr/local/lib/python3.6/dist-packages/ansible
  35. executable location = /usr/local/bin/ansible-playbook
  36. python version = 3.6.9 (default, Apr 18 2020, 01:56:04) [GCC 8.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.6/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/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/ansible-tmp-1594660046.5442617-46646215406439 `" && echo ansible-tmp-1594660046.5442617-46646215406439="` echo /root/.ansible/tmp/ansible-tmp-1594660046.5442617-46646215406439 `" ) && sleep 0'
  70. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/system/setup.py
  71. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3622h3v145pp/tmp6qeqsh30 TO /root/.ansible/tmp/ansible-tmp-1594660046.5442617-46646215406439/AnsiballZ_setup.py
  72. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660046.5442617-46646215406439/ /root/.ansible/tmp/ansible-tmp-1594660046.5442617-46646215406439/AnsiballZ_setup.py && sleep 0'
  73. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660046.5442617-46646215406439/AnsiballZ_setup.py && sleep 0'
  74. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660046.5442617-46646215406439/ > /dev/null 2>&1 && sleep 0'
  75. ok: [localhost]
  76. META: ran handlers
  77.  
  78. TASK [Create user] *************************************************************
  79. task path: /tmp/.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/ansible-tmp-1594660047.6748004-121951312177438 `" && echo ansible-tmp-1594660047.6748004-121951312177438="` echo /root/.ansible/tmp/ansible-tmp-1594660047.6748004-121951312177438 `" ) && sleep 0'
  83. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/system/user.py
  84. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3622h3v145pp/tmprxz2qax3 TO /root/.ansible/tmp/ansible-tmp-1594660047.6748004-121951312177438/AnsiballZ_user.py
  85. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660047.6748004-121951312177438/ /root/.ansible/tmp/ansible-tmp-1594660047.6748004-121951312177438/AnsiballZ_user.py && sleep 0'
  86. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660047.6748004-121951312177438/AnsiballZ_user.py && sleep 0'
  87. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660047.6748004-121951312177438/ > /dev/null 2>&1 && sleep 0'
  88. ok: [localhost] => {
  89. "append": false,
  90. "changed": false,
  91. "comment": "GSale,,,",
  92. "group": 1002,
  93. "home": "/opt/bench",
  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": "gmain",
  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 SturdyCode",
  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": "gmain",
  133. "shell": "/bin/bash",
  134. "ssh_fingerprint": "2048 SHA256:yd/oO6Ifal8OvsasDlxra/VkQneCYirnSKgarnpzNuU ansible-generated on SturdyCode (RSA)",
  135. "ssh_key_file": "/opt/bench/.ssh/id_rsa",
  136. "ssh_public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDMZC5plV1Wg6AxHS2JWGNv9HcN5NY+68RPe1R5SFG9zv0PCxs5STI/5Zj3CxkGxdKmC7kj4NKy0IX6siLFfgSMKktB0QLbDvYXDng0t6NpTp5SuYtjKCTA8gWVPf15TqplRuSG99e0hrHAa6aknRQhBOvWvUSEUpji46tnQytGO9vHna4ZFDOot01QAT0JqocoHchuoPaaasnFRjm1e56EfJHzAu7fAtXqkSXMscqKCp15W7imiB7z2ldDckWFgTFt/uyqoBu+O+OQYZeYJZDk4TN2UTBN7awLLettnSKyoicovV79BDwGliHOZgjtumkSNJlJ2bVDXFdcoVSv4Brz ansible-generated on SturdyCode",
  137. "state": "present",
  138. "uid": 1002
  139. }
  140.  
  141. TASK [Set home folder perms] ***************************************************
  142. task path: /tmp/.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/ansible-tmp-1594660048.0609791-188810894321228 `" && echo ansible-tmp-1594660048.0609791-188810894321228="` echo /root/.ansible/tmp/ansible-tmp-1594660048.0609791-188810894321228 `" ) && sleep 0'
  146. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/files/file.py
  147. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3622h3v145pp/tmpmolbnp2u TO /root/.ansible/tmp/ansible-tmp-1594660048.0609791-188810894321228/AnsiballZ_file.py
  148. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660048.0609791-188810894321228/ /root/.ansible/tmp/ansible-tmp-1594660048.0609791-188810894321228/AnsiballZ_file.py && sleep 0'
  149. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660048.0609791-188810894321228/AnsiballZ_file.py && sleep 0'
  150. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660048.0609791-188810894321228/ > /dev/null 2>&1 && sleep 0'
  151. ok: [localhost] => {
  152. "changed": false,
  153. "diff": {
  154. "after": {
  155. "path": "/home/gmain"
  156. },
  157. "before": {
  158. "path": "/home/gmain"
  159. }
  160. },
  161. "gid": 1002,
  162. "group": "gmain",
  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": "gmain",
  177. "mode": "o+rx",
  178. "modification_time": null,
  179. "modification_time_format": "%Y%m%d%H%M.%S",
  180. "owner": "gmain",
  181. "path": "/home/gmain",
  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": "gmain",
  196. "path": "/home/gmain",
  197. "size": 4096,
  198. "state": "directory",
  199. "uid": 1002
  200. }
  201.  
  202. TASK [Set /tmp/.bench folder perms] ********************************************
  203. task path: /tmp/.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/ansible-tmp-1594660048.306962-270349741078803 `" && echo ansible-tmp-1594660048.306962-270349741078803="` echo /root/.ansible/tmp/ansible-tmp-1594660048.306962-270349741078803 `" ) && sleep 0'
  207. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/files/file.py
  208. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3622h3v145pp/tmpwv_uqwpx TO /root/.ansible/tmp/ansible-tmp-1594660048.306962-270349741078803/AnsiballZ_file.py
  209. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660048.306962-270349741078803/ /root/.ansible/tmp/ansible-tmp-1594660048.306962-270349741078803/AnsiballZ_file.py && sleep 0'
  210. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660048.306962-270349741078803/AnsiballZ_file.py && sleep 0'
  211. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660048.306962-270349741078803/ > /dev/null 2>&1 && sleep 0'
  212. changed: [localhost] => {
  213. "changed": true,
  214. "diff": {
  215. "after": {
  216. "group": 1002,
  217. "owner": 1002,
  218. "path": "/tmp/.bench"
  219. },
  220. "before": {
  221. "group": 0,
  222. "owner": 0,
  223. "path": "/tmp/.bench"
  224. }
  225. },
  226. "gid": 1002,
  227. "group": "gmain",
  228. "invocation": {
  229. "module_args": {
  230. "_diff_peek": null,
  231. "_original_basename": null,
  232. "access_time": null,
  233. "access_time_format": "%Y%m%d%H%M.%S",
  234. "attributes": null,
  235. "backup": null,
  236. "content": null,
  237. "delimiter": null,
  238. "directory_mode": null,
  239. "follow": true,
  240. "force": false,
  241. "group": "gmain",
  242. "mode": null,
  243. "modification_time": null,
  244. "modification_time_format": "%Y%m%d%H%M.%S",
  245. "owner": "gmain",
  246. "path": "/tmp/.bench",
  247. "recurse": true,
  248. "regexp": null,
  249. "remote_src": null,
  250. "selevel": null,
  251. "serole": null,
  252. "setype": null,
  253. "seuser": null,
  254. "src": null,
  255. "state": "directory",
  256. "unsafe_writes": null
  257. }
  258. },
  259. "mode": "0755",
  260. "owner": "gmain",
  261. "path": "/tmp/.bench",
  262. "size": 4096,
  263. "state": "directory",
  264. "uid": 1002
  265. }
  266.  
  267. TASK [Change default shell to bash] ********************************************
  268. task path: /tmp/.bench/playbooks/create_user.yml:27
  269. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  270. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  271. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660048.4729807-185176840800007 `" && echo ansible-tmp-1594660048.4729807-185176840800007="` echo /root/.ansible/tmp/ansible-tmp-1594660048.4729807-185176840800007 `" ) && sleep 0'
  272. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/commands/command.py
  273. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3622h3v145pp/tmp0_bim_04 TO /root/.ansible/tmp/ansible-tmp-1594660048.4729807-185176840800007/AnsiballZ_command.py
  274. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660048.4729807-185176840800007/ /root/.ansible/tmp/ansible-tmp-1594660048.4729807-185176840800007/AnsiballZ_command.py && sleep 0'
  275. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660048.4729807-185176840800007/AnsiballZ_command.py && sleep 0'
  276. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660048.4729807-185176840800007/ > /dev/null 2>&1 && sleep 0'
  277. changed: [localhost] => {
  278. "changed": true,
  279. "cmd": "chsh gmain -s $(which bash)",
  280. "delta": "0:00:00.074486",
  281. "end": "2020-07-13 20:07:28.726759",
  282. "invocation": {
  283. "module_args": {
  284. "_raw_params": "chsh gmain -s $(which bash)",
  285. "_uses_shell": true,
  286. "argv": null,
  287. "chdir": null,
  288. "creates": null,
  289. "executable": null,
  290. "removes": null,
  291. "stdin": null,
  292. "stdin_add_newline": true,
  293. "strip_empty_ends": true,
  294. "warn": true
  295. }
  296. },
  297. "rc": 0,
  298. "start": "2020-07-13 20:07:28.652273",
  299. "stderr": "",
  300. "stderr_lines": [],
  301. "stdout": "",
  302. "stdout_lines": []
  303. }
  304. META: ran handlers
  305. META: ran handlers
  306.  
  307. PLAY RECAP *********************************************************************
  308. localhost : ok=5 changed=2 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
  309.  
  310. ansible-playbook 2.8.5
  311. config file = None
  312. configured module search path = ['/home/sturdygamer/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  313. ansible python module location = /usr/local/lib/python3.6/dist-packages/ansible
  314. executable location = /usr/local/bin/ansible-playbook
  315. python version = 3.6.9 (default, Apr 18 2020, 01:56:04) [GCC 8.4.0]
  316. No config file found; using defaults
  317. setting up inventory plugins
  318. host_list declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
  319. Skipping due to inventory source not existing or not being readable by the current user
  320. script declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
  321. auto 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. yaml declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
  324. Skipping due to inventory source not existing or not being readable by the current user
  325. ini declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
  326. Skipping due to inventory source not existing or not being readable by the current user
  327. toml declined parsing /etc/ansible/hosts as it did not pass it's verify_file() method
  328. statically imported: /tmp/.bench/playbooks/roles/mariadb/tasks/centos.yml
  329. statically imported: /tmp/.bench/playbooks/roles/mariadb/tasks/ubuntu-trusty.yml
  330. statically imported: /tmp/.bench/playbooks/roles/mariadb/tasks/ubuntu-xenial_bionic.yml
  331. Loading callback plugin default of type stdout, v2.0 from /usr/local/lib/python3.6/dist-packages/ansible/plugins/callback/default.py
  332.  
  333. PLAYBOOK: site.yml *************************************************************
  334. Positional arguments: site.yml
  335. verbosity: 4
  336. connection: local
  337. timeout: 10
  338. become: True
  339. become_method: sudo
  340. become_user: gmain
  341. tags: ('all',)
  342. inventory: ('/etc/ansible/hosts',)
  343. extra_vars: ('@/tmp/extra_vars.json',)
  344. forks: 5
  345. 2 plays in site.yml
  346.  
  347. PLAY [localhost] ***************************************************************
  348.  
  349. TASK [Gathering Facts] *********************************************************
  350. task path: /tmp/.bench/playbooks/site.yml:4
  351. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  352. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  353. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660049.3480809-98913246506682 `" && echo ansible-tmp-1594660049.3480809-98913246506682="` echo /root/.ansible/tmp/ansible-tmp-1594660049.3480809-98913246506682 `" ) && sleep 0'
  354. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/system/setup.py
  355. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmp5jvs4rso TO /root/.ansible/tmp/ansible-tmp-1594660049.3480809-98913246506682/AnsiballZ_setup.py
  356. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660049.3480809-98913246506682/ /root/.ansible/tmp/ansible-tmp-1594660049.3480809-98913246506682/AnsiballZ_setup.py && sleep 0'
  357. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660049.3480809-98913246506682/AnsiballZ_setup.py && sleep 0'
  358. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660049.3480809-98913246506682/ > /dev/null 2>&1 && sleep 0'
  359. ok: [localhost]
  360. META: ran handlers
  361.  
  362. TASK [common : include_tasks] **************************************************
  363. task path: /tmp/.bench/playbooks/roles/common/tasks/main.yml:4
  364. included: /tmp/.bench/playbooks/roles/common/tasks/debian_family.yml for localhost
  365.  
  366. TASK [common : Install prerequisites using apt-get] ****************************
  367. task path: /tmp/.bench/playbooks/roles/common/tasks/debian_family.yml:3
  368. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  369. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  370. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660050.1163933-49445183175325 `" && echo ansible-tmp-1594660050.1163933-49445183175325="` echo /root/.ansible/tmp/ansible-tmp-1594660050.1163933-49445183175325 `" ) && sleep 0'
  371. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/packaging/os/apt.py
  372. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmpe0vgd37k TO /root/.ansible/tmp/ansible-tmp-1594660050.1163933-49445183175325/AnsiballZ_apt.py
  373. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660050.1163933-49445183175325/ /root/.ansible/tmp/ansible-tmp-1594660050.1163933-49445183175325/AnsiballZ_apt.py && sleep 0'
  374. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660050.1163933-49445183175325/AnsiballZ_apt.py && sleep 0'
  375. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660050.1163933-49445183175325/ > /dev/null 2>&1 && sleep 0'
  376. ok: [localhost] => {
  377. "cache_update_time": 1594660028,
  378. "cache_updated": false,
  379. "changed": false,
  380. "invocation": {
  381. "module_args": {
  382. "allow_unauthenticated": false,
  383. "autoclean": false,
  384. "autoremove": false,
  385. "cache_valid_time": 0,
  386. "deb": null,
  387. "default_release": null,
  388. "dpkg_options": "force-confdef,force-confold",
  389. "force": true,
  390. "force_apt_get": false,
  391. "install_recommends": null,
  392. "only_upgrade": false,
  393. "package": [
  394. "dnsmasq",
  395. "fontconfig",
  396. "git",
  397. "htop",
  398. "libcrypto++-dev",
  399. "libfreetype6-dev",
  400. "liblcms2-dev",
  401. "libwebp-dev",
  402. "libxext6",
  403. "libxrender1",
  404. "libxslt1-dev",
  405. "libxslt1.1",
  406. "libffi-dev",
  407. "ntp",
  408. "postfix",
  409. "python3-dev",
  410. "python-tk",
  411. "screen",
  412. "vim",
  413. "xfonts-75dpi",
  414. "xfonts-base",
  415. "zlib1g-dev",
  416. "apt-transport-https",
  417. "libsasl2-dev",
  418. "libldap2-dev",
  419. "libcups2-dev",
  420. "pv"
  421. ],
  422. "pkg": [
  423. "dnsmasq",
  424. "fontconfig",
  425. "git",
  426. "htop",
  427. "libcrypto++-dev",
  428. "libfreetype6-dev",
  429. "liblcms2-dev",
  430. "libwebp-dev",
  431. "libxext6",
  432. "libxrender1",
  433. "libxslt1-dev",
  434. "libxslt1.1",
  435. "libffi-dev",
  436. "ntp",
  437. "postfix",
  438. "python3-dev",
  439. "python-tk",
  440. "screen",
  441. "vim",
  442. "xfonts-75dpi",
  443. "xfonts-base",
  444. "zlib1g-dev",
  445. "apt-transport-https",
  446. "libsasl2-dev",
  447. "libldap2-dev",
  448. "libcups2-dev",
  449. "pv"
  450. ],
  451. "policy_rc_d": null,
  452. "purge": false,
  453. "state": "present",
  454. "update_cache": null,
  455. "upgrade": null
  456. }
  457. }
  458. }
  459.  
  460. TASK [common : include_tasks] **************************************************
  461. task path: /tmp/.bench/playbooks/roles/common/tasks/debian_family.yml:38
  462. skipping: [localhost] => {
  463. "changed": false,
  464. "skip_reason": "Conditional result was False"
  465. }
  466.  
  467. TASK [common : include_tasks] **************************************************
  468. task path: /tmp/.bench/playbooks/roles/common/tasks/debian_family.yml:41
  469. included: /tmp/.bench/playbooks/roles/common/tasks/ubuntu.yml for localhost
  470.  
  471. TASK [common : install pillow prerequisites for Ubuntu < 14.04] ****************
  472. task path: /tmp/.bench/playbooks/roles/common/tasks/ubuntu.yml:3
  473. skipping: [localhost] => {
  474. "changed": false,
  475. "skip_reason": "Conditional result was False"
  476. }
  477.  
  478. TASK [common : install pillow prerequisites for Ubuntu >= 14.04] ***************
  479. task path: /tmp/.bench/playbooks/roles/common/tasks/ubuntu.yml:14
  480. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  481. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  482. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660051.1517744-240190553160910 `" && echo ansible-tmp-1594660051.1517744-240190553160910="` echo /root/.ansible/tmp/ansible-tmp-1594660051.1517744-240190553160910 `" ) && sleep 0'
  483. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/packaging/os/apt.py
  484. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmpdwaxshnz TO /root/.ansible/tmp/ansible-tmp-1594660051.1517744-240190553160910/AnsiballZ_apt.py
  485. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660051.1517744-240190553160910/ /root/.ansible/tmp/ansible-tmp-1594660051.1517744-240190553160910/AnsiballZ_apt.py && sleep 0'
  486. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660051.1517744-240190553160910/AnsiballZ_apt.py && sleep 0'
  487. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660051.1517744-240190553160910/ > /dev/null 2>&1 && sleep 0'
  488. ok: [localhost] => {
  489. "cache_update_time": 1594660028,
  490. "cache_updated": false,
  491. "changed": false,
  492. "invocation": {
  493. "module_args": {
  494. "allow_unauthenticated": false,
  495. "autoclean": false,
  496. "autoremove": false,
  497. "cache_valid_time": 0,
  498. "deb": null,
  499. "default_release": null,
  500. "dpkg_options": "force-confdef,force-confold",
  501. "force": true,
  502. "force_apt_get": false,
  503. "install_recommends": null,
  504. "only_upgrade": false,
  505. "package": [
  506. "libjpeg8-dev",
  507. "libtiff5-dev",
  508. "tcl8.6-dev",
  509. "tk8.6-dev"
  510. ],
  511. "pkg": [
  512. "libjpeg8-dev",
  513. "libtiff5-dev",
  514. "tcl8.6-dev",
  515. "tk8.6-dev"
  516. ],
  517. "policy_rc_d": null,
  518. "purge": false,
  519. "state": "present",
  520. "update_cache": null,
  521. "upgrade": null
  522. }
  523. }
  524. }
  525.  
  526. TASK [common : install pdf prerequisites for Ubuntu < 18.04] *******************
  527. task path: /tmp/.bench/playbooks/roles/common/tasks/ubuntu.yml:25
  528. skipping: [localhost] => {
  529. "changed": false,
  530. "skip_reason": "Conditional result was False"
  531. }
  532.  
  533. TASK [common : install pdf prerequisites for Ubuntu >= 18.04] ******************
  534. task path: /tmp/.bench/playbooks/roles/common/tasks/ubuntu.yml:33
  535. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  536. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  537. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660051.9844913-88488858600314 `" && echo ansible-tmp-1594660051.9844913-88488858600314="` echo /root/.ansible/tmp/ansible-tmp-1594660051.9844913-88488858600314 `" ) && sleep 0'
  538. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/packaging/os/apt.py
  539. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmpixbs1qtz TO /root/.ansible/tmp/ansible-tmp-1594660051.9844913-88488858600314/AnsiballZ_apt.py
  540. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660051.9844913-88488858600314/ /root/.ansible/tmp/ansible-tmp-1594660051.9844913-88488858600314/AnsiballZ_apt.py && sleep 0'
  541. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660051.9844913-88488858600314/AnsiballZ_apt.py && sleep 0'
  542. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660051.9844913-88488858600314/ > /dev/null 2>&1 && sleep 0'
  543. ok: [localhost] => {
  544. "cache_update_time": 1594660028,
  545. "cache_updated": false,
  546. "changed": false,
  547. "invocation": {
  548. "module_args": {
  549. "allow_unauthenticated": false,
  550. "autoclean": false,
  551. "autoremove": false,
  552. "cache_valid_time": 0,
  553. "deb": null,
  554. "default_release": null,
  555. "dpkg_options": "force-confdef,force-confold",
  556. "force": true,
  557. "force_apt_get": false,
  558. "install_recommends": null,
  559. "only_upgrade": false,
  560. "package": [
  561. "libssl1.0-dev"
  562. ],
  563. "pkg": [
  564. "libssl1.0-dev"
  565. ],
  566. "policy_rc_d": null,
  567. "purge": false,
  568. "state": "present",
  569. "update_cache": null,
  570. "upgrade": null
  571. }
  572. }
  573. }
  574.  
  575. TASK [common : include_tasks] **************************************************
  576. task path: /tmp/.bench/playbooks/roles/common/tasks/main.yml:7
  577. skipping: [localhost] => {
  578. "changed": false,
  579. "skip_reason": "Conditional result was False"
  580. }
  581.  
  582. TASK [locale : Check current locale] *******************************************
  583. task path: /tmp/.bench/playbooks/roles/locale/tasks/main.yml:2
  584. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  585. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  586. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660052.855785-118513565813740 `" && echo ansible-tmp-1594660052.855785-118513565813740="` echo /root/.ansible/tmp/ansible-tmp-1594660052.855785-118513565813740 `" ) && sleep 0'
  587. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/commands/command.py
  588. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmpv2v77uht TO /root/.ansible/tmp/ansible-tmp-1594660052.855785-118513565813740/AnsiballZ_command.py
  589. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660052.855785-118513565813740/ /root/.ansible/tmp/ansible-tmp-1594660052.855785-118513565813740/AnsiballZ_command.py && sleep 0'
  590. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660052.855785-118513565813740/AnsiballZ_command.py && sleep 0'
  591. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660052.855785-118513565813740/ > /dev/null 2>&1 && sleep 0'
  592. changed: [localhost] => {
  593. "changed": true,
  594. "cmd": "localectl",
  595. "delta": "0:00:00.022033",
  596. "end": "2020-07-13 20:07:33.045696",
  597. "invocation": {
  598. "module_args": {
  599. "_raw_params": "localectl",
  600. "_uses_shell": true,
  601. "argv": null,
  602. "chdir": null,
  603. "creates": null,
  604. "executable": null,
  605. "removes": null,
  606. "stdin": null,
  607. "stdin_add_newline": true,
  608. "strip_empty_ends": true,
  609. "warn": true
  610. }
  611. },
  612. "rc": 0,
  613. "start": "2020-07-13 20:07:33.023663",
  614. "stderr": "",
  615. "stderr_lines": [],
  616. "stdout": " System Locale: LANG=en_US.utf8\n VC Keymap: us\n X11 Layout: us,ara\n X11 Variant: ,",
  617. "stdout_lines": [
  618. " System Locale: LANG=en_US.utf8",
  619. " VC Keymap: us",
  620. " X11 Layout: us,ara",
  621. " X11 Variant: ,"
  622. ]
  623. }
  624.  
  625. TASK [locale : Set Locale] *****************************************************
  626. task path: /tmp/.bench/playbooks/roles/locale/tasks/main.yml:7
  627. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  628. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  629. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660053.0866828-66512749130850 `" && echo ansible-tmp-1594660053.0866828-66512749130850="` echo /root/.ansible/tmp/ansible-tmp-1594660053.0866828-66512749130850 `" ) && sleep 0'
  630. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/commands/command.py
  631. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmp5wwci7m9 TO /root/.ansible/tmp/ansible-tmp-1594660053.0866828-66512749130850/AnsiballZ_command.py
  632. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660053.0866828-66512749130850/ /root/.ansible/tmp/ansible-tmp-1594660053.0866828-66512749130850/AnsiballZ_command.py && sleep 0'
  633. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660053.0866828-66512749130850/AnsiballZ_command.py && sleep 0'
  634. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660053.0866828-66512749130850/ > /dev/null 2>&1 && sleep 0'
  635. changed: [localhost] => {
  636. "changed": true,
  637. "cmd": [
  638. "localectl",
  639. "set-locale",
  640. "LANG=en_US.utf8"
  641. ],
  642. "delta": "0:00:00.004148",
  643. "end": "2020-07-13 20:07:33.188028",
  644. "invocation": {
  645. "module_args": {
  646. "_raw_params": "localectl set-locale LANG=en_US.utf8",
  647. "_uses_shell": false,
  648. "argv": null,
  649. "chdir": null,
  650. "creates": null,
  651. "executable": null,
  652. "removes": null,
  653. "stdin": null,
  654. "stdin_add_newline": true,
  655. "strip_empty_ends": true,
  656. "warn": true
  657. }
  658. },
  659. "rc": 0,
  660. "start": "2020-07-13 20:07:33.183880",
  661. "stderr": "",
  662. "stderr_lines": [],
  663. "stdout": "",
  664. "stdout_lines": []
  665. }
  666.  
  667. TASK [locale : Set keymap] *****************************************************
  668. task path: /tmp/.bench/playbooks/roles/locale/tasks/main.yml:11
  669. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  670. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  671. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660053.229003-84685415511381 `" && echo ansible-tmp-1594660053.229003-84685415511381="` echo /root/.ansible/tmp/ansible-tmp-1594660053.229003-84685415511381 `" ) && sleep 0'
  672. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/commands/command.py
  673. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmpn4zu5x44 TO /root/.ansible/tmp/ansible-tmp-1594660053.229003-84685415511381/AnsiballZ_command.py
  674. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660053.229003-84685415511381/ /root/.ansible/tmp/ansible-tmp-1594660053.229003-84685415511381/AnsiballZ_command.py && sleep 0'
  675. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660053.229003-84685415511381/AnsiballZ_command.py && sleep 0'
  676. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660053.229003-84685415511381/ > /dev/null 2>&1 && sleep 0'
  677. changed: [localhost] => {
  678. "changed": true,
  679. "cmd": [
  680. "localectl",
  681. "set-keymap",
  682. "us"
  683. ],
  684. "delta": "0:00:00.003370",
  685. "end": "2020-07-13 20:07:33.329731",
  686. "invocation": {
  687. "module_args": {
  688. "_raw_params": "localectl set-keymap us",
  689. "_uses_shell": false,
  690. "argv": null,
  691. "chdir": null,
  692. "creates": null,
  693. "executable": null,
  694. "removes": null,
  695. "stdin": null,
  696. "stdin_add_newline": true,
  697. "strip_empty_ends": true,
  698. "warn": true
  699. }
  700. },
  701. "rc": 0,
  702. "start": "2020-07-13 20:07:33.326361",
  703. "stderr": "",
  704. "stderr_lines": [],
  705. "stdout": "",
  706. "stdout_lines": []
  707. }
  708.  
  709. TASK [locale : Set Locale as en_US] ********************************************
  710. task path: /tmp/.bench/playbooks/roles/locale/tasks/main.yml:15
  711. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  712. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  713. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660053.3713248-25640093587814 `" && echo ansible-tmp-1594660053.3713248-25640093587814="` echo /root/.ansible/tmp/ansible-tmp-1594660053.3713248-25640093587814 `" ) && sleep 0'
  714. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/files/lineinfile.py
  715. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmpg64tvbhj TO /root/.ansible/tmp/ansible-tmp-1594660053.3713248-25640093587814/AnsiballZ_lineinfile.py
  716. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660053.3713248-25640093587814/ /root/.ansible/tmp/ansible-tmp-1594660053.3713248-25640093587814/AnsiballZ_lineinfile.py && sleep 0'
  717. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660053.3713248-25640093587814/AnsiballZ_lineinfile.py && sleep 0'
  718. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660053.3713248-25640093587814/ > /dev/null 2>&1 && sleep 0'
  719. ok: [localhost] => (item=LC_ALL=en_US.UTF-8) => {
  720. "ansible_loop_var": "item",
  721. "backup": "",
  722. "changed": false,
  723. "diff": [
  724. {
  725. "after": "",
  726. "after_header": "/etc/environment (content)",
  727. "before": "",
  728. "before_header": "/etc/environment (content)"
  729. },
  730. {
  731. "after_header": "/etc/environment (file attributes)",
  732. "before_header": "/etc/environment (file attributes)"
  733. }
  734. ],
  735. "invocation": {
  736. "module_args": {
  737. "attributes": null,
  738. "backrefs": false,
  739. "backup": true,
  740. "content": null,
  741. "create": false,
  742. "delimiter": null,
  743. "dest": "/etc/environment",
  744. "directory_mode": null,
  745. "firstmatch": false,
  746. "follow": false,
  747. "force": null,
  748. "group": null,
  749. "insertafter": null,
  750. "insertbefore": null,
  751. "line": "LC_ALL=en_US.UTF-8",
  752. "mode": null,
  753. "owner": null,
  754. "path": "/etc/environment",
  755. "regexp": null,
  756. "remote_src": null,
  757. "selevel": null,
  758. "serole": null,
  759. "setype": null,
  760. "seuser": null,
  761. "src": null,
  762. "state": "present",
  763. "unsafe_writes": null,
  764. "validate": null
  765. }
  766. },
  767. "item": "LC_ALL=en_US.UTF-8",
  768. "msg": ""
  769. }
  770. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  771. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660053.5582974-107445026831213 `" && echo ansible-tmp-1594660053.5582974-107445026831213="` echo /root/.ansible/tmp/ansible-tmp-1594660053.5582974-107445026831213 `" ) && sleep 0'
  772. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/files/lineinfile.py
  773. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmpxukn0lma TO /root/.ansible/tmp/ansible-tmp-1594660053.5582974-107445026831213/AnsiballZ_lineinfile.py
  774. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660053.5582974-107445026831213/ /root/.ansible/tmp/ansible-tmp-1594660053.5582974-107445026831213/AnsiballZ_lineinfile.py && sleep 0'
  775. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660053.5582974-107445026831213/AnsiballZ_lineinfile.py && sleep 0'
  776. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660053.5582974-107445026831213/ > /dev/null 2>&1 && sleep 0'
  777. ok: [localhost] => (item=LC_CTYPE=en_US.UTF-8) => {
  778. "ansible_loop_var": "item",
  779. "backup": "",
  780. "changed": false,
  781. "diff": [
  782. {
  783. "after": "",
  784. "after_header": "/etc/environment (content)",
  785. "before": "",
  786. "before_header": "/etc/environment (content)"
  787. },
  788. {
  789. "after_header": "/etc/environment (file attributes)",
  790. "before_header": "/etc/environment (file attributes)"
  791. }
  792. ],
  793. "invocation": {
  794. "module_args": {
  795. "attributes": null,
  796. "backrefs": false,
  797. "backup": true,
  798. "content": null,
  799. "create": false,
  800. "delimiter": null,
  801. "dest": "/etc/environment",
  802. "directory_mode": null,
  803. "firstmatch": false,
  804. "follow": false,
  805. "force": null,
  806. "group": null,
  807. "insertafter": null,
  808. "insertbefore": null,
  809. "line": "LC_CTYPE=en_US.UTF-8",
  810. "mode": null,
  811. "owner": null,
  812. "path": "/etc/environment",
  813. "regexp": null,
  814. "remote_src": null,
  815. "selevel": null,
  816. "serole": null,
  817. "setype": null,
  818. "seuser": null,
  819. "src": null,
  820. "state": "present",
  821. "unsafe_writes": null,
  822. "validate": null
  823. }
  824. },
  825. "item": "LC_CTYPE=en_US.UTF-8",
  826. "msg": ""
  827. }
  828. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  829. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660053.671318-122779090491509 `" && echo ansible-tmp-1594660053.671318-122779090491509="` echo /root/.ansible/tmp/ansible-tmp-1594660053.671318-122779090491509 `" ) && sleep 0'
  830. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/files/lineinfile.py
  831. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmplik1r7yi TO /root/.ansible/tmp/ansible-tmp-1594660053.671318-122779090491509/AnsiballZ_lineinfile.py
  832. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660053.671318-122779090491509/ /root/.ansible/tmp/ansible-tmp-1594660053.671318-122779090491509/AnsiballZ_lineinfile.py && sleep 0'
  833. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660053.671318-122779090491509/AnsiballZ_lineinfile.py && sleep 0'
  834. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660053.671318-122779090491509/ > /dev/null 2>&1 && sleep 0'
  835. ok: [localhost] => (item=LANG=en_US.UTF-8) => {
  836. "ansible_loop_var": "item",
  837. "backup": "",
  838. "changed": false,
  839. "diff": [
  840. {
  841. "after": "",
  842. "after_header": "/etc/environment (content)",
  843. "before": "",
  844. "before_header": "/etc/environment (content)"
  845. },
  846. {
  847. "after_header": "/etc/environment (file attributes)",
  848. "before_header": "/etc/environment (file attributes)"
  849. }
  850. ],
  851. "invocation": {
  852. "module_args": {
  853. "attributes": null,
  854. "backrefs": false,
  855. "backup": true,
  856. "content": null,
  857. "create": false,
  858. "delimiter": null,
  859. "dest": "/etc/environment",
  860. "directory_mode": null,
  861. "firstmatch": false,
  862. "follow": false,
  863. "force": null,
  864. "group": null,
  865. "insertafter": null,
  866. "insertbefore": null,
  867. "line": "LANG=en_US.UTF-8",
  868. "mode": null,
  869. "owner": null,
  870. "path": "/etc/environment",
  871. "regexp": null,
  872. "remote_src": null,
  873. "selevel": null,
  874. "serole": null,
  875. "setype": null,
  876. "seuser": null,
  877. "src": null,
  878. "state": "present",
  879. "unsafe_writes": null,
  880. "validate": null
  881. }
  882. },
  883. "item": "LANG=en_US.UTF-8",
  884. "msg": ""
  885. }
  886.  
  887. TASK [mariadb : Add repo file] *************************************************
  888. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/centos.yml:2
  889. skipping: [localhost] => {
  890. "changed": false,
  891. "skip_reason": "Conditional result was False"
  892. }
  893.  
  894. TASK [mariadb : Install MariaDB] ***********************************************
  895. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/centos.yml:5
  896. skipping: [localhost] => {
  897. "changed": false,
  898. "skip_reason": "Conditional result was False"
  899. }
  900.  
  901. TASK [mariadb : Install MySQLdb Python package for secure installations.] ******
  902. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/centos.yml:13
  903. skipping: [localhost] => {
  904. "changed": false,
  905. "skip_reason": "Conditional result was False"
  906. }
  907.  
  908. TASK [mariadb : Add repo file] *************************************************
  909. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/ubuntu-trusty.yml:2
  910. skipping: [localhost] => {
  911. "changed": false,
  912. "skip_reason": "Conditional result was False"
  913. }
  914.  
  915. TASK [mariadb : Add repo key] **************************************************
  916. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/ubuntu-trusty.yml:6
  917. skipping: [localhost] => {
  918. "changed": false,
  919. "skip_reason": "Conditional result was False"
  920. }
  921.  
  922. TASK [mariadb : Update apt cache] **********************************************
  923. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/ubuntu-trusty.yml:10
  924. skipping: [localhost] => {
  925. "changed": false,
  926. "skip_reason": "Conditional result was False"
  927. }
  928.  
  929. TASK [mariadb : Unattended package installation] *******************************
  930. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/ubuntu-trusty.yml:14
  931. skipping: [localhost] => {
  932. "changed": false,
  933. "skip_reason": "Conditional result was False"
  934. }
  935.  
  936. TASK [mariadb : Install MariaDB] ***********************************************
  937. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/ubuntu-trusty.yml:18
  938. skipping: [localhost] => {
  939. "changed": false,
  940. "skip_reason": "Conditional result was False"
  941. }
  942.  
  943. TASK [mariadb : Install MySQLdb Python package for secure installations.] ******
  944. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/ubuntu-trusty.yml:26
  945. skipping: [localhost] => {
  946. "changed": false,
  947. "skip_reason": "Conditional result was False"
  948. }
  949.  
  950. TASK [mariadb : Add repo file] *************************************************
  951. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/ubuntu-xenial_bionic.yml:2
  952. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  953. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  954. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660054.0671773-166630816330588 `" && echo ansible-tmp-1594660054.0671773-166630816330588="` echo /root/.ansible/tmp/ansible-tmp-1594660054.0671773-166630816330588 `" ) && sleep 0'
  955. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/files/stat.py
  956. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmplbt3gbj1 TO /root/.ansible/tmp/ansible-tmp-1594660054.0671773-166630816330588/AnsiballZ_stat.py
  957. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660054.0671773-166630816330588/ /root/.ansible/tmp/ansible-tmp-1594660054.0671773-166630816330588/AnsiballZ_stat.py && sleep 0'
  958. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660054.0671773-166630816330588/AnsiballZ_stat.py && sleep 0'
  959. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/files/file.py
  960. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmp_gd94wwn TO /root/.ansible/tmp/ansible-tmp-1594660054.0671773-166630816330588/AnsiballZ_file.py
  961. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660054.0671773-166630816330588/ /root/.ansible/tmp/ansible-tmp-1594660054.0671773-166630816330588/AnsiballZ_file.py && sleep 0'
  962. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660054.0671773-166630816330588/AnsiballZ_file.py && sleep 0'
  963. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660054.0671773-166630816330588/ > /dev/null 2>&1 && sleep 0'
  964. ok: [localhost] => {
  965. "changed": false,
  966. "checksum": "12afbfa803cf8cc1aa0339ec4c2d66da4f8d3a19",
  967. "dest": "/etc/apt/sources.list.d/mariadb.list",
  968. "diff": {
  969. "after": {
  970. "path": "/etc/apt/sources.list.d/mariadb.list"
  971. },
  972. "before": {
  973. "path": "/etc/apt/sources.list.d/mariadb.list"
  974. }
  975. },
  976. "gid": 0,
  977. "group": "root",
  978. "invocation": {
  979. "module_args": {
  980. "_diff_peek": null,
  981. "_original_basename": "mariadb_ubuntu.list.j2",
  982. "access_time": null,
  983. "access_time_format": "%Y%m%d%H%M.%S",
  984. "attributes": null,
  985. "backup": null,
  986. "content": null,
  987. "delimiter": null,
  988. "dest": "/etc/apt/sources.list.d/mariadb.list",
  989. "directory_mode": null,
  990. "follow": false,
  991. "force": false,
  992. "group": "root",
  993. "mode": "0644",
  994. "modification_time": null,
  995. "modification_time_format": "%Y%m%d%H%M.%S",
  996. "owner": "root",
  997. "path": "/etc/apt/sources.list.d/mariadb.list",
  998. "recurse": false,
  999. "regexp": null,
  1000. "remote_src": null,
  1001. "selevel": null,
  1002. "serole": null,
  1003. "setype": null,
  1004. "seuser": null,
  1005. "src": null,
  1006. "state": "file",
  1007. "unsafe_writes": null
  1008. }
  1009. },
  1010. "mode": "0644",
  1011. "owner": "root",
  1012. "path": "/etc/apt/sources.list.d/mariadb.list",
  1013. "size": 243,
  1014. "state": "file",
  1015. "uid": 0
  1016. }
  1017.  
  1018. TASK [mariadb : Add repo key] **************************************************
  1019. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/ubuntu-xenial_bionic.yml:6
  1020. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  1021. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1022. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660054.5178995-228357038598863 `" && echo ansible-tmp-1594660054.5178995-228357038598863="` echo /root/.ansible/tmp/ansible-tmp-1594660054.5178995-228357038598863 `" ) && sleep 0'
  1023. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/packaging/os/apt_key.py
  1024. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmpw42eztnc TO /root/.ansible/tmp/ansible-tmp-1594660054.5178995-228357038598863/AnsiballZ_apt_key.py
  1025. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660054.5178995-228357038598863/ /root/.ansible/tmp/ansible-tmp-1594660054.5178995-228357038598863/AnsiballZ_apt_key.py && sleep 0'
  1026. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660054.5178995-228357038598863/AnsiballZ_apt_key.py && sleep 0'
  1027. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660054.5178995-228357038598863/ > /dev/null 2>&1 && sleep 0'
  1028. ok: [localhost] => {
  1029. "changed": false,
  1030. "invocation": {
  1031. "module_args": {
  1032. "data": null,
  1033. "file": null,
  1034. "id": "C74CD1D8",
  1035. "key": null,
  1036. "keyring": null,
  1037. "keyserver": null,
  1038. "state": "present",
  1039. "url": "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xF1656F24C74CD1D8",
  1040. "validate_certs": true
  1041. }
  1042. }
  1043. }
  1044.  
  1045. TASK [mariadb : Update apt cache] **********************************************
  1046. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/ubuntu-xenial_bionic.yml:10
  1047. skipping: [localhost] => {
  1048. "changed": false,
  1049. "skip_reason": "Conditional result was False"
  1050. }
  1051.  
  1052. TASK [mariadb : Unattended package installation] *******************************
  1053. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/ubuntu-xenial_bionic.yml:14
  1054. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  1055. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1056. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660055.1131527-212419930366380 `" && echo ansible-tmp-1594660055.1131527-212419930366380="` echo /root/.ansible/tmp/ansible-tmp-1594660055.1131527-212419930366380 `" ) && sleep 0'
  1057. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/commands/command.py
  1058. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmpqbsabn7_ TO /root/.ansible/tmp/ansible-tmp-1594660055.1131527-212419930366380/AnsiballZ_command.py
  1059. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660055.1131527-212419930366380/ /root/.ansible/tmp/ansible-tmp-1594660055.1131527-212419930366380/AnsiballZ_command.py && sleep 0'
  1060. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660055.1131527-212419930366380/AnsiballZ_command.py && sleep 0'
  1061. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660055.1131527-212419930366380/ > /dev/null 2>&1 && sleep 0'
  1062. ok: [localhost] => {
  1063. "changed": false,
  1064. "cmd": "export DEBIAN_FRONTEND=noninteractive",
  1065. "delta": "0:00:00.001325",
  1066. "end": "2020-07-13 20:07:35.213262",
  1067. "invocation": {
  1068. "module_args": {
  1069. "_raw_params": "export DEBIAN_FRONTEND=noninteractive",
  1070. "_uses_shell": true,
  1071. "argv": null,
  1072. "chdir": null,
  1073. "creates": null,
  1074. "executable": null,
  1075. "removes": null,
  1076. "stdin": null,
  1077. "stdin_add_newline": true,
  1078. "strip_empty_ends": true,
  1079. "warn": true
  1080. }
  1081. },
  1082. "rc": 0,
  1083. "start": "2020-07-13 20:07:35.211937",
  1084. "stderr": "",
  1085. "stderr_lines": [],
  1086. "stdout": "",
  1087. "stdout_lines": []
  1088. }
  1089.  
  1090. TASK [mariadb : Install MariaDB] ***********************************************
  1091. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/ubuntu-xenial_bionic.yml:18
  1092. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  1093. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1094. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660055.251741-181248235476971 `" && echo ansible-tmp-1594660055.251741-181248235476971="` echo /root/.ansible/tmp/ansible-tmp-1594660055.251741-181248235476971 `" ) && sleep 0'
  1095. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/packaging/os/apt.py
  1096. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmpt8rej1l7 TO /root/.ansible/tmp/ansible-tmp-1594660055.251741-181248235476971/AnsiballZ_apt.py
  1097. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660055.251741-181248235476971/ /root/.ansible/tmp/ansible-tmp-1594660055.251741-181248235476971/AnsiballZ_apt.py && sleep 0'
  1098. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660055.251741-181248235476971/AnsiballZ_apt.py && sleep 0'
  1099. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660055.251741-181248235476971/ > /dev/null 2>&1 && sleep 0'
  1100. ok: [localhost] => {
  1101. "cache_update_time": 1594660028,
  1102. "cache_updated": false,
  1103. "changed": false,
  1104. "invocation": {
  1105. "module_args": {
  1106. "allow_unauthenticated": false,
  1107. "autoclean": false,
  1108. "autoremove": false,
  1109. "cache_valid_time": 0,
  1110. "deb": null,
  1111. "default_release": null,
  1112. "dpkg_options": "force-confdef,force-confold",
  1113. "force": false,
  1114. "force_apt_get": false,
  1115. "install_recommends": null,
  1116. "only_upgrade": false,
  1117. "package": [
  1118. "mariadb-server",
  1119. "mariadb-client",
  1120. "libmariadbclient18"
  1121. ],
  1122. "pkg": [
  1123. "mariadb-server",
  1124. "mariadb-client",
  1125. "libmariadbclient18"
  1126. ],
  1127. "policy_rc_d": null,
  1128. "purge": false,
  1129. "state": "present",
  1130. "update_cache": null,
  1131. "upgrade": null
  1132. }
  1133. }
  1134. }
  1135.  
  1136. TASK [mariadb : Install MySQLdb Python package for secure installations.] ******
  1137. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/ubuntu-xenial_bionic.yml:26
  1138. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  1139. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1140. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660056.0644927-153747086105972 `" && echo ansible-tmp-1594660056.0644927-153747086105972="` echo /root/.ansible/tmp/ansible-tmp-1594660056.0644927-153747086105972 `" ) && sleep 0'
  1141. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/packaging/os/apt.py
  1142. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmp2g8xmytb TO /root/.ansible/tmp/ansible-tmp-1594660056.0644927-153747086105972/AnsiballZ_apt.py
  1143. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660056.0644927-153747086105972/ /root/.ansible/tmp/ansible-tmp-1594660056.0644927-153747086105972/AnsiballZ_apt.py && sleep 0'
  1144. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660056.0644927-153747086105972/AnsiballZ_apt.py && sleep 0'
  1145. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660056.0644927-153747086105972/ > /dev/null 2>&1 && sleep 0'
  1146. ok: [localhost] => {
  1147. "cache_update_time": 1594660028,
  1148. "cache_updated": false,
  1149. "changed": false,
  1150. "invocation": {
  1151. "module_args": {
  1152. "allow_unauthenticated": false,
  1153. "autoclean": false,
  1154. "autoremove": false,
  1155. "cache_valid_time": 0,
  1156. "deb": null,
  1157. "default_release": null,
  1158. "dpkg_options": "force-confdef,force-confold",
  1159. "force": false,
  1160. "force_apt_get": false,
  1161. "install_recommends": null,
  1162. "only_upgrade": false,
  1163. "package": [
  1164. "python3-mysqldb"
  1165. ],
  1166. "pkg": [
  1167. "python3-mysqldb"
  1168. ],
  1169. "policy_rc_d": null,
  1170. "purge": false,
  1171. "state": "present",
  1172. "update_cache": null,
  1173. "upgrade": null
  1174. }
  1175. }
  1176. }
  1177.  
  1178. TASK [mariadb : Add configuration] *********************************************
  1179. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/main.yml:11
  1180. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  1181. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1182. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660056.961299-203157068864395 `" && echo ansible-tmp-1594660056.961299-203157068864395="` echo /root/.ansible/tmp/ansible-tmp-1594660056.961299-203157068864395 `" ) && sleep 0'
  1183. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/files/stat.py
  1184. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmpucer1ja3 TO /root/.ansible/tmp/ansible-tmp-1594660056.961299-203157068864395/AnsiballZ_stat.py
  1185. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660056.961299-203157068864395/ /root/.ansible/tmp/ansible-tmp-1594660056.961299-203157068864395/AnsiballZ_stat.py && sleep 0'
  1186. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660056.961299-203157068864395/AnsiballZ_stat.py && sleep 0'
  1187. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmp9jgyds_z/mariadb_config.cnf TO /root/.ansible/tmp/ansible-tmp-1594660056.961299-203157068864395/source
  1188. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660056.961299-203157068864395/ /root/.ansible/tmp/ansible-tmp-1594660056.961299-203157068864395/source && sleep 0'
  1189. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/files/copy.py
  1190. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmpz3we14ng TO /root/.ansible/tmp/ansible-tmp-1594660056.961299-203157068864395/AnsiballZ_copy.py
  1191. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660056.961299-203157068864395/ /root/.ansible/tmp/ansible-tmp-1594660056.961299-203157068864395/AnsiballZ_copy.py && sleep 0'
  1192. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660056.961299-203157068864395/AnsiballZ_copy.py && sleep 0'
  1193. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660056.961299-203157068864395/ > /dev/null 2>&1 && sleep 0'
  1194. NOTIFIED HANDLER mariadb : restart mysql for localhost
  1195. changed: [localhost] => {
  1196. "changed": true,
  1197. "checksum": "f0806a58ac1e5f3c17090aecc39a4fb046b1cd4d",
  1198. "dest": "/etc/mysql/conf.d/settings.cnf",
  1199. "diff": [],
  1200. "gid": 0,
  1201. "group": "root",
  1202. "invocation": {
  1203. "module_args": {
  1204. "_original_basename": "mariadb_config.cnf",
  1205. "attributes": null,
  1206. "backup": false,
  1207. "checksum": "f0806a58ac1e5f3c17090aecc39a4fb046b1cd4d",
  1208. "content": null,
  1209. "delimiter": null,
  1210. "dest": "/etc/mysql/conf.d/settings.cnf",
  1211. "directory_mode": null,
  1212. "follow": false,
  1213. "force": true,
  1214. "group": "root",
  1215. "local_follow": null,
  1216. "mode": 420,
  1217. "owner": "root",
  1218. "regexp": null,
  1219. "remote_src": null,
  1220. "selevel": null,
  1221. "serole": null,
  1222. "setype": null,
  1223. "seuser": null,
  1224. "src": "/root/.ansible/tmp/ansible-tmp-1594660056.961299-203157068864395/source",
  1225. "unsafe_writes": null,
  1226. "validate": null
  1227. }
  1228. },
  1229. "md5sum": "451dfd493e50b6141c9f479569034e66",
  1230. "mode": "0644",
  1231. "owner": "root",
  1232. "size": 1838,
  1233. "src": "/root/.ansible/tmp/ansible-tmp-1594660056.961299-203157068864395/source",
  1234. "state": "file",
  1235. "uid": 0
  1236. }
  1237.  
  1238. TASK [mariadb : include_tasks] *************************************************
  1239. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/main.yml:21
  1240. skipping: [localhost] => {
  1241. "changed": false,
  1242. "skip_reason": "Conditional result was False"
  1243. }
  1244.  
  1245. TASK [mariadb : Add configuration] *********************************************
  1246. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/main.yml:24
  1247. skipping: [localhost] => {
  1248. "changed": false,
  1249. "skip_reason": "Conditional result was False"
  1250. }
  1251.  
  1252. TASK [mariadb : Add additional conf for MariaDB 10.2 in mariadb.conf.d] ********
  1253. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/main.yml:34
  1254. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  1255. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1256. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660057.4592602-250245246176950 `" && echo ansible-tmp-1594660057.4592602-250245246176950="` echo /root/.ansible/tmp/ansible-tmp-1594660057.4592602-250245246176950 `" ) && sleep 0'
  1257. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/files/blockinfile.py
  1258. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmp1ztnbnoz TO /root/.ansible/tmp/ansible-tmp-1594660057.4592602-250245246176950/AnsiballZ_blockinfile.py
  1259. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660057.4592602-250245246176950/ /root/.ansible/tmp/ansible-tmp-1594660057.4592602-250245246176950/AnsiballZ_blockinfile.py && sleep 0'
  1260. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660057.4592602-250245246176950/AnsiballZ_blockinfile.py && sleep 0'
  1261. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660057.4592602-250245246176950/ > /dev/null 2>&1 && sleep 0'
  1262. changed: [localhost] => {
  1263. "changed": true,
  1264. "diff": [
  1265. {
  1266. "after": "",
  1267. "after_header": "/etc/mysql/conf.d/settings.cnf (content)",
  1268. "before": "",
  1269. "before_header": "/etc/mysql/conf.d/settings.cnf (content)"
  1270. },
  1271. {
  1272. "after_header": "/etc/mysql/conf.d/settings.cnf (file attributes)",
  1273. "before_header": "/etc/mysql/conf.d/settings.cnf (file attributes)"
  1274. }
  1275. ],
  1276. "invocation": {
  1277. "module_args": {
  1278. "attributes": null,
  1279. "backup": false,
  1280. "block": "# Import all .cnf files from configuration directory\n!includedir /etc/mysql/mariadb.conf.d/\n",
  1281. "content": null,
  1282. "create": false,
  1283. "delimiter": null,
  1284. "directory_mode": null,
  1285. "follow": false,
  1286. "force": null,
  1287. "group": null,
  1288. "insertafter": null,
  1289. "insertbefore": null,
  1290. "marker": "# {mark} ANSIBLE MANAGED BLOCK",
  1291. "marker_begin": "BEGIN",
  1292. "marker_end": "END",
  1293. "mode": null,
  1294. "owner": null,
  1295. "path": "/etc/mysql/conf.d/settings.cnf",
  1296. "regexp": null,
  1297. "remote_src": null,
  1298. "selevel": null,
  1299. "serole": null,
  1300. "setype": null,
  1301. "seuser": null,
  1302. "src": null,
  1303. "state": "present",
  1304. "unsafe_writes": null,
  1305. "validate": null
  1306. }
  1307. },
  1308. "msg": "Block inserted"
  1309. }
  1310.  
  1311. TASK [mariadb : Add additional conf for MariaDB 10.2 in mariadb.conf.d] ********
  1312. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/main.yml:44
  1313. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  1314. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1315. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660057.7498887-127146133554065 `" && echo ansible-tmp-1594660057.7498887-127146133554065="` echo /root/.ansible/tmp/ansible-tmp-1594660057.7498887-127146133554065 `" ) && sleep 0'
  1316. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/files/blockinfile.py
  1317. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmpv6ueivzh TO /root/.ansible/tmp/ansible-tmp-1594660057.7498887-127146133554065/AnsiballZ_blockinfile.py
  1318. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660057.7498887-127146133554065/ /root/.ansible/tmp/ansible-tmp-1594660057.7498887-127146133554065/AnsiballZ_blockinfile.py && sleep 0'
  1319. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660057.7498887-127146133554065/AnsiballZ_blockinfile.py && sleep 0'
  1320. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660057.7498887-127146133554065/ > /dev/null 2>&1 && sleep 0'
  1321. ok: [localhost] => {
  1322. "changed": false,
  1323. "diff": [
  1324. {
  1325. "after": "",
  1326. "after_header": "/etc/mysql/mariadb.conf.d/erpnext.cnf (content)",
  1327. "before": "",
  1328. "before_header": "/etc/mysql/mariadb.conf.d/erpnext.cnf (content)"
  1329. },
  1330. {
  1331. "after_header": "/etc/mysql/mariadb.conf.d/erpnext.cnf (file attributes)",
  1332. "before_header": "/etc/mysql/mariadb.conf.d/erpnext.cnf (file attributes)"
  1333. }
  1334. ],
  1335. "invocation": {
  1336. "module_args": {
  1337. "attributes": null,
  1338. "backup": false,
  1339. "block": "[mysqld]\npid-file = /var/run/mysqld/mysqld.pid\nsocket = /var/run/mysqld/mysqld.sock\n",
  1340. "content": null,
  1341. "create": true,
  1342. "delimiter": null,
  1343. "directory_mode": null,
  1344. "follow": false,
  1345. "force": null,
  1346. "group": null,
  1347. "insertafter": null,
  1348. "insertbefore": null,
  1349. "marker": "# {mark} ANSIBLE MANAGED BLOCK",
  1350. "marker_begin": "BEGIN",
  1351. "marker_end": "END",
  1352. "mode": null,
  1353. "owner": null,
  1354. "path": "/etc/mysql/mariadb.conf.d/erpnext.cnf",
  1355. "regexp": null,
  1356. "remote_src": null,
  1357. "selevel": null,
  1358. "serole": null,
  1359. "setype": null,
  1360. "seuser": null,
  1361. "src": null,
  1362. "state": "present",
  1363. "unsafe_writes": null,
  1364. "validate": null
  1365. }
  1366. },
  1367. "msg": ""
  1368. }
  1369.  
  1370. TASK [mariadb : Start and enable service] **************************************
  1371. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/main.yml:56
  1372. Running systemd
  1373. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  1374. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1375. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660057.9388385-130960668048413 `" && echo ansible-tmp-1594660057.9388385-130960668048413="` echo /root/.ansible/tmp/ansible-tmp-1594660057.9388385-130960668048413 `" ) && sleep 0'
  1376. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/system/systemd.py
  1377. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmpnzxra65h TO /root/.ansible/tmp/ansible-tmp-1594660057.9388385-130960668048413/AnsiballZ_systemd.py
  1378. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660057.9388385-130960668048413/ /root/.ansible/tmp/ansible-tmp-1594660057.9388385-130960668048413/AnsiballZ_systemd.py && sleep 0'
  1379. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660057.9388385-130960668048413/AnsiballZ_systemd.py && sleep 0'
  1380. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660057.9388385-130960668048413/ > /dev/null 2>&1 && sleep 0'
  1381. ok: [localhost] => {
  1382. "changed": false,
  1383. "enabled": true,
  1384. "invocation": {
  1385. "module_args": {
  1386. "daemon_reexec": false,
  1387. "daemon_reload": false,
  1388. "enabled": true,
  1389. "force": null,
  1390. "masked": null,
  1391. "name": "mysql",
  1392. "no_block": false,
  1393. "scope": null,
  1394. "state": "started",
  1395. "user": null
  1396. }
  1397. },
  1398. "name": "mysql",
  1399. "state": "started",
  1400. "status": {
  1401. "ActiveEnterTimestamp": "Mon 2020-07-13 23:01:58 +03",
  1402. "ActiveEnterTimestampMonotonic": "13930373",
  1403. "ActiveExitTimestampMonotonic": "0",
  1404. "ActiveState": "active",
  1405. "After": "basic.target system.slice sysinit.target network.target systemd-journald.socket",
  1406. "AllowIsolate": "no",
  1407. "AmbientCapabilities": "",
  1408. "AssertResult": "yes",
  1409. "AssertTimestamp": "Mon 2020-07-13 23:01:54 +03",
  1410. "AssertTimestampMonotonic": "10047283",
  1411. "Before": "shutdown.target multi-user.target",
  1412. "BlockIOAccounting": "no",
  1413. "BlockIOWeight": "[not set]",
  1414. "CPUAccounting": "no",
  1415. "CPUQuotaPerSecUSec": "infinity",
  1416. "CPUSchedulingPolicy": "0",
  1417. "CPUSchedulingPriority": "0",
  1418. "CPUSchedulingResetOnFork": "no",
  1419. "CPUShares": "[not set]",
  1420. "CPUUsageNSec": "[not set]",
  1421. "CPUWeight": "[not set]",
  1422. "CacheDirectoryMode": "0755",
  1423. "CanIsolate": "no",
  1424. "CanReload": "no",
  1425. "CanStart": "yes",
  1426. "CanStop": "yes",
  1427. "CapabilityBoundingSet": "cap_ipc_lock",
  1428. "CollectMode": "inactive",
  1429. "ConditionResult": "yes",
  1430. "ConditionTimestamp": "Mon 2020-07-13 23:01:54 +03",
  1431. "ConditionTimestampMonotonic": "10047283",
  1432. "ConfigurationDirectoryMode": "0755",
  1433. "Conflicts": "shutdown.target",
  1434. "ControlGroup": "/system.slice/mariadb.service",
  1435. "ControlPID": "0",
  1436. "DefaultDependencies": "yes",
  1437. "Delegate": "no",
  1438. "Description": "MariaDB 10.2.32 database server",
  1439. "DevicePolicy": "closed",
  1440. "Documentation": "man:mysqld(8) https://mariadb.com/kb/en/library/systemd/",
  1441. "DropInPaths": "/etc/systemd/system/mariadb.service.d/migrated-from-my.cnf-settings.conf",
  1442. "DynamicUser": "no",
  1443. "ExecMainCode": "0",
  1444. "ExecMainExitTimestampMonotonic": "0",
  1445. "ExecMainPID": "1465",
  1446. "ExecMainStartTimestamp": "Mon 2020-07-13 23:01:54 +03",
  1447. "ExecMainStartTimestampMonotonic": "10203223",
  1448. "ExecMainStatus": "0",
  1449. "ExecStart": "{ path=/usr/sbin/mysqld ; argv[]=/usr/sbin/mysqld $MYSQLD_OPTS --basedir=/usr $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION ; ignore_errors=no ; start_time=[Mon 2020-07-13 23:01:54 +03] ; stop_time=[n/a] ; pid=1465 ; code=(null) ; status=0/0 }",
  1450. "ExecStartPost": "{ path=/etc/mysql/debian-start ; argv[]=/etc/mysql/debian-start ; ignore_errors=no ; start_time=[Mon 2020-07-13 23:01:58 +03] ; stop_time=[Mon 2020-07-13 23:01:58 +03] ; pid=1665 ; code=exited ; status=0 }",
  1451. "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=[Mon 2020-07-13 23:01:54 +03] ; stop_time=[Mon 2020-07-13 23:01:54 +03] ; pid=1170 ; code=exited ; status=0 }",
  1452. "FailureAction": "none",
  1453. "FileDescriptorStoreMax": "0",
  1454. "FragmentPath": "/lib/systemd/system/mariadb.service",
  1455. "GID": "130",
  1456. "Group": "mysql",
  1457. "GuessMainPID": "yes",
  1458. "IOAccounting": "no",
  1459. "IOSchedulingClass": "0",
  1460. "IOSchedulingPriority": "0",
  1461. "IOWeight": "[not set]",
  1462. "IPAccounting": "no",
  1463. "IPEgressBytes": "18446744073709551615",
  1464. "IPEgressPackets": "18446744073709551615",
  1465. "IPIngressBytes": "18446744073709551615",
  1466. "IPIngressPackets": "18446744073709551615",
  1467. "Id": "mariadb.service",
  1468. "IgnoreOnIsolate": "no",
  1469. "IgnoreSIGPIPE": "yes",
  1470. "InactiveEnterTimestampMonotonic": "0",
  1471. "InactiveExitTimestamp": "Mon 2020-07-13 23:01:54 +03",
  1472. "InactiveExitTimestampMonotonic": "10047810",
  1473. "InvocationID": "e36a06ef15e046348dcedbd2de7172aa",
  1474. "JobRunningTimeoutUSec": "infinity",
  1475. "JobTimeoutAction": "none",
  1476. "JobTimeoutUSec": "infinity",
  1477. "KeyringMode": "private",
  1478. "KillMode": "control-group",
  1479. "KillSignal": "15",
  1480. "LimitAS": "infinity",
  1481. "LimitASSoft": "infinity",
  1482. "LimitCORE": "infinity",
  1483. "LimitCORESoft": "0",
  1484. "LimitCPU": "infinity",
  1485. "LimitCPUSoft": "infinity",
  1486. "LimitDATA": "infinity",
  1487. "LimitDATASoft": "infinity",
  1488. "LimitFSIZE": "infinity",
  1489. "LimitFSIZESoft": "infinity",
  1490. "LimitLOCKS": "infinity",
  1491. "LimitLOCKSSoft": "infinity",
  1492. "LimitMEMLOCK": "16777216",
  1493. "LimitMEMLOCKSoft": "16777216",
  1494. "LimitMSGQUEUE": "819200",
  1495. "LimitMSGQUEUESoft": "819200",
  1496. "LimitNICE": "0",
  1497. "LimitNICESoft": "0",
  1498. "LimitNOFILE": "16364",
  1499. "LimitNOFILESoft": "16364",
  1500. "LimitNPROC": "31414",
  1501. "LimitNPROCSoft": "31414",
  1502. "LimitRSS": "infinity",
  1503. "LimitRSSSoft": "infinity",
  1504. "LimitRTPRIO": "0",
  1505. "LimitRTPRIOSoft": "0",
  1506. "LimitRTTIME": "infinity",
  1507. "LimitRTTIMESoft": "infinity",
  1508. "LimitSIGPENDING": "31414",
  1509. "LimitSIGPENDINGSoft": "31414",
  1510. "LimitSTACK": "infinity",
  1511. "LimitSTACKSoft": "8388608",
  1512. "LoadState": "loaded",
  1513. "LockPersonality": "no",
  1514. "LogLevelMax": "-1",
  1515. "LogsDirectoryMode": "0755",
  1516. "MainPID": "1465",
  1517. "MemoryAccounting": "no",
  1518. "MemoryCurrent": "[not set]",
  1519. "MemoryDenyWriteExecute": "no",
  1520. "MemoryHigh": "infinity",
  1521. "MemoryLimit": "infinity",
  1522. "MemoryLow": "0",
  1523. "MemoryMax": "infinity",
  1524. "MemorySwapMax": "infinity",
  1525. "MountAPIVFS": "no",
  1526. "MountFlags": "",
  1527. "NFileDescriptorStore": "0",
  1528. "NRestarts": "0",
  1529. "Names": "mysql.service mariadb.service",
  1530. "NeedDaemonReload": "no",
  1531. "Nice": "0",
  1532. "NoNewPrivileges": "no",
  1533. "NonBlocking": "no",
  1534. "NotifyAccess": "main",
  1535. "OOMScoreAdjust": "0",
  1536. "OnFailureJobMode": "replace",
  1537. "PermissionsStartOnly": "yes",
  1538. "Perpetual": "no",
  1539. "PrivateDevices": "yes",
  1540. "PrivateNetwork": "no",
  1541. "PrivateTmp": "no",
  1542. "PrivateUsers": "no",
  1543. "ProtectControlGroups": "no",
  1544. "ProtectHome": "yes",
  1545. "ProtectKernelModules": "no",
  1546. "ProtectKernelTunables": "no",
  1547. "ProtectSystem": "full",
  1548. "RefuseManualStart": "no",
  1549. "RefuseManualStop": "no",
  1550. "RemainAfterExit": "no",
  1551. "RemoveIPC": "no",
  1552. "Requires": "sysinit.target system.slice",
  1553. "Restart": "on-abort",
  1554. "RestartUSec": "5s",
  1555. "RestrictNamespaces": "no",
  1556. "RestrictRealtime": "no",
  1557. "Result": "success",
  1558. "RootDirectoryStartOnly": "no",
  1559. "RuntimeDirectoryMode": "0755",
  1560. "RuntimeDirectoryPreserve": "no",
  1561. "RuntimeMaxUSec": "infinity",
  1562. "SameProcessGroup": "no",
  1563. "SecureBits": "0",
  1564. "SendSIGHUP": "no",
  1565. "SendSIGKILL": "no",
  1566. "Slice": "system.slice",
  1567. "StandardError": "syslog",
  1568. "StandardInput": "null",
  1569. "StandardInputData": "",
  1570. "StandardOutput": "syslog",
  1571. "StartLimitAction": "none",
  1572. "StartLimitBurst": "5",
  1573. "StartLimitIntervalUSec": "10s",
  1574. "StartupBlockIOWeight": "[not set]",
  1575. "StartupCPUShares": "[not set]",
  1576. "StartupCPUWeight": "[not set]",
  1577. "StartupIOWeight": "[not set]",
  1578. "StateChangeTimestamp": "Mon 2020-07-13 23:01:58 +03",
  1579. "StateChangeTimestampMonotonic": "13930373",
  1580. "StateDirectoryMode": "0755",
  1581. "StatusErrno": "0",
  1582. "StatusText": "Taking your SQL requests now...",
  1583. "StopWhenUnneeded": "no",
  1584. "SubState": "running",
  1585. "SuccessAction": "none",
  1586. "SyslogFacility": "3",
  1587. "SyslogIdentifier": "mysqld",
  1588. "SyslogLevel": "3",
  1589. "SyslogLevelPrefix": "yes",
  1590. "SyslogPriority": "27",
  1591. "SystemCallErrorNumber": "0",
  1592. "TTYReset": "no",
  1593. "TTYVHangup": "no",
  1594. "TTYVTDisallocate": "no",
  1595. "TasksAccounting": "yes",
  1596. "TasksCurrent": "35",
  1597. "TasksMax": "4915",
  1598. "TimeoutStartUSec": "15min",
  1599. "TimeoutStopUSec": "15min",
  1600. "TimerSlackNSec": "50000",
  1601. "Transient": "no",
  1602. "Type": "notify",
  1603. "UID": "124",
  1604. "UMask": "0007",
  1605. "UnitFilePreset": "enabled",
  1606. "UnitFileState": "enabled",
  1607. "User": "mysql",
  1608. "UtmpMode": "init",
  1609. "WantedBy": "multi-user.target",
  1610. "WatchdogTimestamp": "Mon 2020-07-13 23:01:58 +03",
  1611. "WatchdogTimestampMonotonic": "13922890",
  1612. "WatchdogUSec": "0"
  1613. }
  1614. }
  1615.  
  1616. TASK [mariadb : debug] *********************************************************
  1617. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/main.yml:62
  1618. ok: [localhost] => {
  1619. "msg": "luag1357"
  1620. }
  1621.  
  1622. TASK [mariadb : include_tasks] *************************************************
  1623. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/main.yml:65
  1624. included: /tmp/.bench/playbooks/roles/mariadb/tasks/mysql_secure_installation.yml for localhost
  1625.  
  1626. TASK [mariadb : debug] *********************************************************
  1627. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/mysql_secure_installation.yml:3
  1628. ok: [localhost] => {
  1629. "msg": "luag1357"
  1630. }
  1631.  
  1632. TASK [mariadb : Add .my.cnf] ***************************************************
  1633. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/mysql_secure_installation.yml:7
  1634. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  1635. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1636. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660058.5458708-263199939970327 `" && echo ansible-tmp-1594660058.5458708-263199939970327="` echo /root/.ansible/tmp/ansible-tmp-1594660058.5458708-263199939970327 `" ) && sleep 0'
  1637. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/files/stat.py
  1638. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmptb3dnupr TO /root/.ansible/tmp/ansible-tmp-1594660058.5458708-263199939970327/AnsiballZ_stat.py
  1639. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660058.5458708-263199939970327/ /root/.ansible/tmp/ansible-tmp-1594660058.5458708-263199939970327/AnsiballZ_stat.py && sleep 0'
  1640. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660058.5458708-263199939970327/AnsiballZ_stat.py && sleep 0'
  1641. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/files/file.py
  1642. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmp8kl4dftb TO /root/.ansible/tmp/ansible-tmp-1594660058.5458708-263199939970327/AnsiballZ_file.py
  1643. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660058.5458708-263199939970327/ /root/.ansible/tmp/ansible-tmp-1594660058.5458708-263199939970327/AnsiballZ_file.py && sleep 0'
  1644. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660058.5458708-263199939970327/AnsiballZ_file.py && sleep 0'
  1645. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660058.5458708-263199939970327/ > /dev/null 2>&1 && sleep 0'
  1646. ok: [localhost] => {
  1647. "changed": false,
  1648. "checksum": "c42aa77a86c0c162ded8607ea4eee1e1e9088d2b",
  1649. "dest": "/root/.my.cnf",
  1650. "diff": {
  1651. "after": {
  1652. "path": "/root/.my.cnf"
  1653. },
  1654. "before": {
  1655. "path": "/root/.my.cnf"
  1656. }
  1657. },
  1658. "gid": 0,
  1659. "group": "root",
  1660. "invocation": {
  1661. "module_args": {
  1662. "_diff_peek": null,
  1663. "_original_basename": "my.cnf.j2",
  1664. "access_time": null,
  1665. "access_time_format": "%Y%m%d%H%M.%S",
  1666. "attributes": null,
  1667. "backup": null,
  1668. "content": null,
  1669. "delimiter": null,
  1670. "dest": "/root/.my.cnf",
  1671. "directory_mode": null,
  1672. "follow": false,
  1673. "force": false,
  1674. "group": "root",
  1675. "mode": "0600",
  1676. "modification_time": null,
  1677. "modification_time_format": "%Y%m%d%H%M.%S",
  1678. "owner": "root",
  1679. "path": "/root/.my.cnf",
  1680. "recurse": false,
  1681. "regexp": null,
  1682. "remote_src": null,
  1683. "selevel": null,
  1684. "serole": null,
  1685. "setype": null,
  1686. "seuser": null,
  1687. "src": null,
  1688. "state": "file",
  1689. "unsafe_writes": null
  1690. }
  1691. },
  1692. "mode": "0600",
  1693. "owner": "root",
  1694. "path": "/root/.my.cnf",
  1695. "size": 37,
  1696. "state": "file",
  1697. "uid": 0
  1698. }
  1699.  
  1700. TASK [mariadb : Set root Password] *********************************************
  1701. task path: /tmp/.bench/playbooks/roles/mariadb/tasks/mysql_secure_installation.yml:14
  1702. <127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
  1703. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1704. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660058.8639283-94899025385105 `" && echo ansible-tmp-1594660058.8639283-94899025385105="` echo /root/.ansible/tmp/ansible-tmp-1594660058.8639283-94899025385105 `" ) && sleep 0'
  1705. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/database/mysql/mysql_user.py
  1706. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmpyx2rhesq TO /root/.ansible/tmp/ansible-tmp-1594660058.8639283-94899025385105/AnsiballZ_mysql_user.py
  1707. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660058.8639283-94899025385105/ /root/.ansible/tmp/ansible-tmp-1594660058.8639283-94899025385105/AnsiballZ_mysql_user.py && sleep 0'
  1708. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660058.8639283-94899025385105/AnsiballZ_mysql_user.py && sleep 0'
  1709. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660058.8639283-94899025385105/ > /dev/null 2>&1 && sleep 0'
  1710. The full traceback is:
  1711. File "/tmp/ansible_mysql_user_payload_yvnxdpff/__main__.py", line 648, in main
  1712. connect_timeout=connect_timeout)
  1713. File "/tmp/ansible_mysql_user_payload_yvnxdpff/ansible_mysql_user_payload.zip/ansible/module_utils/mysql.py", line 79, in mysql_connect
  1714. db_connection = mysql_driver.connect(**config)
  1715. File "/usr/lib/python3/dist-packages/MySQLdb/__init__.py", line 86, in Connect
  1716. return Connection(*args, **kwargs)
  1717. File "/usr/lib/python3/dist-packages/MySQLdb/connections.py", line 204, in __init__
  1718. super(Connection, self).__init__(*args, **kwargs2)
  1719. failed: [localhost] (item=localhost) => {
  1720. "ansible_loop_var": "item",
  1721. "changed": false,
  1722. "invocation": {
  1723. "module_args": {
  1724. "append_privs": false,
  1725. "ca_cert": null,
  1726. "check_implicit_admin": true,
  1727. "client_cert": null,
  1728. "client_key": null,
  1729. "config_file": "/home/sturdygamer/.my.cnf",
  1730. "connect_timeout": 30,
  1731. "encrypted": false,
  1732. "host": "localhost",
  1733. "host_all": false,
  1734. "login_host": "localhost",
  1735. "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
  1736. "login_port": 3306,
  1737. "login_unix_socket": null,
  1738. "login_user": null,
  1739. "name": "root",
  1740. "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
  1741. "priv": null,
  1742. "sql_log_bin": true,
  1743. "state": "present",
  1744. "update_password": "always",
  1745. "user": "root"
  1746. }
  1747. },
  1748. "item": "localhost",
  1749. "msg": "unable to connect to database, check login_user and login_password are correct or /home/sturdygamer/.my.cnf has the credentials. Exception message: (1045, \"Access denied for user 'root'@'localhost' (using password: YES)\")"
  1750. }
  1751. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1752. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660059.2139347-79918137659301 `" && echo ansible-tmp-1594660059.2139347-79918137659301="` echo /root/.ansible/tmp/ansible-tmp-1594660059.2139347-79918137659301 `" ) && sleep 0'
  1753. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/database/mysql/mysql_user.py
  1754. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmpg3w6sp78 TO /root/.ansible/tmp/ansible-tmp-1594660059.2139347-79918137659301/AnsiballZ_mysql_user.py
  1755. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660059.2139347-79918137659301/ /root/.ansible/tmp/ansible-tmp-1594660059.2139347-79918137659301/AnsiballZ_mysql_user.py && sleep 0'
  1756. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660059.2139347-79918137659301/AnsiballZ_mysql_user.py && sleep 0'
  1757. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660059.2139347-79918137659301/ > /dev/null 2>&1 && sleep 0'
  1758. The full traceback is:
  1759. File "/tmp/ansible_mysql_user_payload_c0n3e0hb/__main__.py", line 648, in main
  1760. connect_timeout=connect_timeout)
  1761. File "/tmp/ansible_mysql_user_payload_c0n3e0hb/ansible_mysql_user_payload.zip/ansible/module_utils/mysql.py", line 79, in mysql_connect
  1762. db_connection = mysql_driver.connect(**config)
  1763. File "/usr/lib/python3/dist-packages/MySQLdb/__init__.py", line 86, in Connect
  1764. return Connection(*args, **kwargs)
  1765. File "/usr/lib/python3/dist-packages/MySQLdb/connections.py", line 204, in __init__
  1766. super(Connection, self).__init__(*args, **kwargs2)
  1767. failed: [localhost] (item=127.0.0.1) => {
  1768. "ansible_loop_var": "item",
  1769. "changed": false,
  1770. "invocation": {
  1771. "module_args": {
  1772. "append_privs": false,
  1773. "ca_cert": null,
  1774. "check_implicit_admin": true,
  1775. "client_cert": null,
  1776. "client_key": null,
  1777. "config_file": "/home/sturdygamer/.my.cnf",
  1778. "connect_timeout": 30,
  1779. "encrypted": false,
  1780. "host": "127.0.0.1",
  1781. "host_all": false,
  1782. "login_host": "localhost",
  1783. "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
  1784. "login_port": 3306,
  1785. "login_unix_socket": null,
  1786. "login_user": null,
  1787. "name": "root",
  1788. "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
  1789. "priv": null,
  1790. "sql_log_bin": true,
  1791. "state": "present",
  1792. "update_password": "always",
  1793. "user": "root"
  1794. }
  1795. },
  1796. "item": "127.0.0.1",
  1797. "msg": "unable to connect to database, check login_user and login_password are correct or /home/sturdygamer/.my.cnf has the credentials. Exception message: (1045, \"Access denied for user 'root'@'localhost' (using password: YES)\")"
  1798. }
  1799. <127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
  1800. <127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1594660059.3790088-248025526599815 `" && echo ansible-tmp-1594660059.3790088-248025526599815="` echo /root/.ansible/tmp/ansible-tmp-1594660059.3790088-248025526599815 `" ) && sleep 0'
  1801. Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/database/mysql/mysql_user.py
  1802. <127.0.0.1> PUT /home/sturdygamer/.ansible/tmp/ansible-local-3811tcy38cui/tmprwhgb311 TO /root/.ansible/tmp/ansible-tmp-1594660059.3790088-248025526599815/AnsiballZ_mysql_user.py
  1803. <127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1594660059.3790088-248025526599815/ /root/.ansible/tmp/ansible-tmp-1594660059.3790088-248025526599815/AnsiballZ_mysql_user.py && sleep 0'
  1804. <127.0.0.1> EXEC /bin/sh -c '/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1594660059.3790088-248025526599815/AnsiballZ_mysql_user.py && sleep 0'
  1805. <127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1594660059.3790088-248025526599815/ > /dev/null 2>&1 && sleep 0'
  1806. The full traceback is:
  1807. File "/tmp/ansible_mysql_user_payload_wrx30s_n/__main__.py", line 648, in main
  1808. connect_timeout=connect_timeout)
  1809. File "/tmp/ansible_mysql_user_payload_wrx30s_n/ansible_mysql_user_payload.zip/ansible/module_utils/mysql.py", line 79, in mysql_connect
  1810. db_connection = mysql_driver.connect(**config)
  1811. File "/usr/lib/python3/dist-packages/MySQLdb/__init__.py", line 86, in Connect
  1812. return Connection(*args, **kwargs)
  1813. File "/usr/lib/python3/dist-packages/MySQLdb/connections.py", line 204, in __init__
  1814. super(Connection, self).__init__(*args, **kwargs2)
  1815. failed: [localhost] (item=::1) => {
  1816. "ansible_loop_var": "item",
  1817. "changed": false,
  1818. "invocation": {
  1819. "module_args": {
  1820. "append_privs": false,
  1821. "ca_cert": null,
  1822. "check_implicit_admin": true,
  1823. "client_cert": null,
  1824. "client_key": null,
  1825. "config_file": "/home/sturdygamer/.my.cnf",
  1826. "connect_timeout": 30,
  1827. "encrypted": false,
  1828. "host": "::1",
  1829. "host_all": false,
  1830. "login_host": "localhost",
  1831. "login_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
  1832. "login_port": 3306,
  1833. "login_unix_socket": null,
  1834. "login_user": null,
  1835. "name": "root",
  1836. "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
  1837. "priv": null,
  1838. "sql_log_bin": true,
  1839. "state": "present",
  1840. "update_password": "always",
  1841. "user": "root"
  1842. }
  1843. },
  1844. "item": "::1",
  1845. "msg": "unable to connect to database, check login_user and login_password are correct or /home/sturdygamer/.my.cnf has the credentials. Exception message: (1045, \"Access denied for user 'root'@'localhost' (using password: YES)\")"
  1846. }
  1847.  
  1848. RUNNING HANDLER [mariadb : restart mysql] **************************************
  1849. task path: /tmp/.bench/playbooks/roles/mariadb/handlers/main.yml:2
  1850.  
  1851. PLAY RECAP *********************************************************************
  1852. localhost : ok=23 changed=5 unreachable=0 failed=1 skipped=16 rescued=0 ignored=0
  1853.  
  1854. Install script run at 17:07 on 2020-07-13
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement