Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 49.45 KB | None | 0 0
  1. root@x220:~/ansible-gpdpocket# ./bootstrap-iso.sh /tmp/ubuntu-16.04.2-desktop-amd64.iso
  2. + '[' -f /usr/bin/pacman ']'
  3. + '[' -f /usr/bin/apt-get ']'
  4. + DEBIAN_FRONTEND=noninteractive
  5. + mkdir -p /etc/apt/sources.list.d
  6. + echo 'deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main'
  7. + apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
  8. Executing: /tmp/tmp.ytjKecocoF/gpg.1.sh --keyserver
  9. keyserver.ubuntu.com
  10. --recv-keys
  11. 93C4A3FD7BB9C367
  12. gpg: requesting key 7BB9C367 from hkp server keyserver.ubuntu.com
  13. gpg: key 7BB9C367: "Launchpad PPA for Ansible, Inc." not changed
  14. gpg: Total number processed: 1
  15. gpg:              unchanged: 1
  16. + apt-get update
  17. Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease
  18. Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease                                      
  19. Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]                        
  20. Hit:4 http://dl.google.com/linux/chrome/deb stable Release                                        
  21. Get:5 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]                      
  22. Get:6 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]                        
  23. Hit:7 http://ppa.launchpad.net/ansible/ansible/ubuntu trusty InRelease              
  24. Hit:9 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease            
  25. Get:10 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [620 kB]
  26. Get:11 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [596 kB]              
  27. Get:12 http://us.archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [251 kB]
  28. Get:13 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 DEP-11 Metadata [305 kB]
  29. Get:14 http://us.archive.ubuntu.com/ubuntu xenial-updates/main DEP-11 64x64 Icons [203 kB]  
  30. Get:15 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [517 kB]
  31. Get:16 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [497 kB]
  32. Get:17 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 DEP-11 Metadata [171 kB]
  33. Get:18 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe DEP-11 64x64 Icons [226 kB]
  34. Get:19 http://us.archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 DEP-11 Metadata [5,888 B]
  35. Get:20 http://us.archive.ubuntu.com/ubuntu xenial-backports/main amd64 DEP-11 Metadata [3,328 B]
  36. Get:21 http://us.archive.ubuntu.com/ubuntu xenial-backports/universe amd64 DEP-11 Metadata [5,136 B]
  37. Get:22 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [344 kB]    
  38. Get:23 http://security.ubuntu.com/ubuntu xenial-security/main i386 Packages [323 kB]
  39. Get:24 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [60.0 kB]
  40. Get:25 http://security.ubuntu.com/ubuntu xenial-security/main DEP-11 64x64 Icons [53.2 kB]
  41. Get:26 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [156 kB]
  42. Get:27 http://security.ubuntu.com/ubuntu xenial-security/universe i386 Packages [137 kB]
  43. Get:28 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [48.7 kB]
  44. Get:29 http://security.ubuntu.com/ubuntu xenial-security/universe DEP-11 64x64 Icons [64.2 kB]
  45. Fetched 4,892 kB in 1s (3,438 kB/s)                            
  46. Reading package lists... Done
  47. + apt-get -y install ansible git
  48. Reading package lists... Done
  49. Building dependency tree      
  50. Reading state information... Done
  51. git is already the newest version (1:2.7.4-0ubuntu1.2).
  52. ansible is already the newest version (2.3.2.0-1ppa~trusty).
  53. The following packages were automatically installed and are no longer required:
  54.   libllvm3.8 libmircommon5 libpango1.0-0 libpangox-1.0-0 linux-headers-4.4.0-66
  55.   linux-headers-4.4.0-66-generic linux-headers-4.4.0-79 linux-headers-4.4.0-79-generic
  56.   linux-headers-4.4.0-81 linux-headers-4.4.0-81-generic linux-headers-4.4.0-83
  57.   linux-headers-4.4.0-83-generic linux-headers-4.4.0-87 linux-headers-4.4.0-87-generic
  58.   linux-image-4.4.0-66-generic linux-image-4.4.0-79-generic linux-image-4.4.0-81-generic
  59.   linux-image-4.4.0-83-generic linux-image-4.4.0-87-generic linux-image-extra-4.4.0-66-generic
  60.   linux-image-extra-4.4.0-79-generic linux-image-extra-4.4.0-81-generic
  61.   linux-image-extra-4.4.0-83-generic linux-image-extra-4.4.0-87-generic
  62. Use 'apt autoremove' to remove them.
  63. 0 upgraded, 0 newly installed, 0 to remove and 14 not upgraded.
  64. + ANSIBLE_NOCOWS=1
  65. + ansible-playbook iso.yml -e 'iso='\''/tmp/ubuntu-16.04.2-desktop-amd64.iso'\'''
  66.  [WARNING]: provided hosts list is empty, only localhost is available
  67.  
  68.  
  69. PLAY [localhost] ***********************************************************************************
  70.  
  71. TASK [Gathering Facts] *****************************************************************************
  72. ok: [localhost]
  73.  
  74. TASK [iso : install essential packages (this may take a while)] ************************************
  75. skipping: [localhost] => (item=[])
  76.  
  77. TASK [iso : install essential packages (this may take a while)] ************************************
  78. ok: [localhost] => (item=[u'dosfstools', u'squashfs-tools', u'xorriso'])
  79.  
  80. TASK [iso : install essential packages (this may take a while)] ************************************
  81. skipping: [localhost] => (item=[])
  82.  
  83. TASK [iso : set USE flags for packages] ************************************************************
  84. skipping: [localhost] => (item={u'flags': u'lz4 lzma lzo xz', u'package': u'sys-fs/squashfs-tools'})
  85.  
  86. TASK [iso : install essential packages (this may take a while)] ************************************
  87. skipping: [localhost] => (item=dev-libs/libisoburn)
  88. skipping: [localhost] => (item=sys-fs/dosfstools)
  89. skipping: [localhost] => (item=sys-fs/squashfs-tools)
  90.  
  91. TASK [iso : clean any leftover mounts from previous run] *******************************************
  92. changed: [localhost]
  93.  
  94. TASK [iso : remove working directory from previous run] ********************************************
  95. ok: [localhost]
  96.  
  97. TASK [iso : create working directory] **************************************************************
  98. changed: [localhost]
  99.  
  100. TASK [iso : check if iso file exists] **************************************************************
  101. ok: [localhost]
  102.  
  103. TASK [iso : fail if iso file does not exist] *******************************************************
  104. skipping: [localhost]
  105.  
  106. TASK [iso : extract iso to working directory] ******************************************************
  107. changed: [localhost]
  108.  
  109. TASK [iso : set facts for distro] ******************************************************************
  110. skipping: [localhost]
  111.  
  112. TASK [iso : set facts for distro] ******************************************************************
  113. ok: [localhost]
  114.  
  115. TASK [iso : set facts for distro] ******************************************************************
  116. skipping: [localhost]
  117.  
  118. TASK [iso : set facts for distro] ******************************************************************
  119. skipping: [localhost]
  120.  
  121. TASK [iso : find bootloader configs] ***************************************************************
  122. ok: [localhost]
  123.  
  124. TASK [iso : patch bootloader configs (debian)] *****************************************************
  125.  
  126. TASK [iso : patch bootloader configs (ubuntu)] *****************************************************
  127.  
  128. TASK [iso : find bootloader configs] ***************************************************************
  129. skipping: [localhost]
  130.  
  131. TASK [iso : patch bootloader configs] **************************************************************
  132. skipping: [localhost]
  133.  
  134. TASK [iso : find efi image] ************************************************************************
  135. ok: [localhost]
  136.  
  137. TASK [iso : find iso kernel images] ****************************************************************
  138. ok: [localhost]
  139.  
  140. TASK [iso : find iso initrd images] ****************************************************************
  141. ok: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1487194692.0, u'inode': 9329020, u'isgid': False, u'size': 7299224, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/casper/vmlinuz.efi', u'xusr': False, u'atime': 1487195052.0, u'isdir': False, u'ctime': 1503015295.098002, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False})
  142.  
  143. TASK [iso : find squashfs image] *******************************************************************
  144. ok: [localhost]
  145.  
  146. TASK [iso : extract squashfs image] ****************************************************************
  147. changed: [localhost]
  148.  
  149. TASK [iso : remove original squashfs image] ********************************************************
  150. changed: [localhost]
  151.  
  152. TASK [iso : bind mount squashfs to allow chroot (when rootfs does not exist)] **********************
  153. skipping: [localhost]
  154.  
  155. TASK [iso : bind mount squashfs to allow chroot (when rootfs does not exist)] **********************
  156. changed: [localhost]
  157.  
  158. TASK [iso : mount rootfs] **************************************************************************
  159. skipping: [localhost]
  160.  
  161. TASK [iso : bind mount squashfs to allow chroot (when rootfs does not exist)] **********************
  162. skipping: [localhost]
  163.  
  164. TASK [iso : backup guest resolv.conf] **************************************************************
  165. changed: [localhost]
  166.  
  167. TASK [iso : copy bootstrap resolv.conf to guest] ***************************************************
  168. changed: [localhost]
  169.  
  170. TASK [iso : mount essential devices to guest] ******************************************************
  171. changed: [localhost]
  172.  
  173. TASK [iso : copy bootstrap-system script to guest] *************************************************
  174. changed: [localhost]
  175.  
  176. TASK [iso : bootstrap guest (this may take a while)] ***********************************************
  177. changed: [localhost]
  178.  
  179. TASK [iso : print output (for issue resolution purposes)] ******************************************
  180. ok: [localhost] => {
  181.     "msg": [
  182.         "Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]",
  183.         "Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease",
  184.         "Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]",
  185.         "Get:4 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7,532 kB]",
  186.         "Get:5 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [344 kB]",
  187.         "Get:6 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [145 kB]",
  188.         "Get:7 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [60.0 kB]",
  189.         "Get:8 http://security.ubuntu.com/ubuntu xenial-security/main DEP-11 64x64 Icons [53.2 kB]",
  190.         "Get:9 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [7,420 B]",
  191.         "Get:10 http://security.ubuntu.com/ubuntu xenial-security/restricted Translation-en [2,428 B]",
  192.         "Get:11 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [156 kB]",
  193.         "Get:12 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [79.8 kB]",
  194.         "Get:13 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [48.7 kB]",
  195.         "Get:14 http://security.ubuntu.com/ubuntu xenial-security/universe DEP-11 64x64 Icons [64.2 kB]",
  196.         "Get:15 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [2,752 B]",
  197.         "Get:16 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en [1,232 B]",
  198.         "Get:17 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 DEP-11 Metadata [212 B]",
  199.         "Get:18 http://security.ubuntu.com/ubuntu xenial-security/multiverse DEP-11 64x64 Icons [29 B]",
  200.         "Get:19 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4,354 kB]",
  201.         "Get:20 http://archive.ubuntu.com/ubuntu xenial/universe amd64 DEP-11 Metadata [3,410 kB]",
  202.         "Get:21 http://archive.ubuntu.com/ubuntu xenial/universe DEP-11 64x64 Icons [7,448 kB]",
  203.         "Get:22 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 kB]",
  204.         "Get:23 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 kB]",
  205.         "Get:24 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 DEP-11 Metadata [63.8 kB]",
  206.         "Get:25 http://archive.ubuntu.com/ubuntu xenial/multiverse DEP-11 64x64 Icons [230 kB]",
  207.         "Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [620 kB]",
  208.         "Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [251 kB]",
  209.         "Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 DEP-11 Metadata [305 kB]",
  210.         "Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/main DEP-11 64x64 Icons [203 kB]",
  211.         "Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [7,804 B]",
  212.         "Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/restricted Translation-en [2,548 B]",
  213.         "Get:32 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [517 kB]",
  214.         "Get:33 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [202 kB]",
  215.         "Get:34 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 DEP-11 Metadata [171 kB]",
  216.         "Get:35 http://archive.ubuntu.com/ubuntu xenial-updates/universe DEP-11 64x64 Icons [226 kB]",
  217.         "Get:36 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [15.5 kB]",
  218.         "Get:37 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse Translation-en [7,540 B]",
  219.         "Get:38 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 DEP-11 Metadata [5,888 B]",
  220.         "Get:39 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse DEP-11 64x64 Icons [14.3 kB]",
  221.         "Fetched 27.0 MB in 4s (6,213 kB/s)",
  222.         "Reading package lists...",
  223.         "Reading package lists...",
  224.         "Building dependency tree...",
  225.         "Reading state information...",
  226.         "dirmngr is already the newest version (2.1.11-6ubuntu2).",
  227.         "0 upgraded, 0 newly installed, 0 to remove and 388 not upgraded.",
  228.         "Executing: /tmp/tmp.pgbvLMCOHD/gpg.1.sh --keyserver",
  229.         "keyserver.ubuntu.com",
  230.         "--recv-keys",
  231.         "93C4A3FD7BB9C367",
  232.         "Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease",
  233.         "Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease",
  234.         "Get:3 http://ppa.launchpad.net/ansible/ansible/ubuntu trusty InRelease [16.0 kB]",
  235.         "Hit:4 http://archive.ubuntu.com/ubuntu xenial-updates InRelease",
  236.         "Get:5 http://ppa.launchpad.net/ansible/ansible/ubuntu trusty/main amd64 Packages [514 B]",
  237.         "Get:6 http://ppa.launchpad.net/ansible/ansible/ubuntu trusty/main Translation-en [322 B]",
  238.         "Fetched 16.8 kB in 0s (24.3 kB/s)",
  239.         "Reading package lists...",
  240.         "Reading package lists...",
  241.         "Building dependency tree...",
  242.         "Reading state information...",
  243.         "The following additional packages will be installed:",
  244.         "  git-man liberror-perl python-ecdsa python-httplib2 python-jinja2",
  245.         "  python-markupsafe python-paramiko python-pkg-resources python-setuptools",
  246.         "  python-six python-yaml sshpass",
  247.         "Suggested packages:",
  248.         "  git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk",
  249.         "  gitweb git-arch git-cvs git-mediawiki git-svn python-jinja2-doc",
  250.         "  python-setuptools-doc",
  251.         "The following NEW packages will be installed:",
  252.         "  ansible git git-man liberror-perl python-ecdsa python-httplib2 python-jinja2",
  253.         "  python-markupsafe python-paramiko python-pkg-resources python-setuptools",
  254.         "  python-six python-yaml sshpass",
  255.         "0 upgraded, 14 newly installed, 0 to remove and 388 not upgraded.",
  256.         "Need to get 6,657 kB of archives.",
  257.         "After this operation, 44.9 MB of additional disk space will be used.",
  258.         "Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-markupsafe amd64 0.23-2build2 [15.5 kB]",
  259.         "Get:2 http://ppa.launchpad.net/ansible/ansible/ubuntu trusty/main amd64 ansible all 2.3.2.0-1ppa~trusty [2,035 kB]",
  260.         "Get:3 http://security.ubuntu.com/ubuntu xenial-security/main amd64 git-man all 1:2.7.4-0ubuntu1.2 [736 kB]",
  261.         "Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-jinja2 all 2.8-1 [109 kB]",
  262.         "Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-yaml amd64 3.11-3build1 [105 kB]",
  263.         "Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-six all 1.10.0-3 [10.9 kB]",
  264.         "Get:7 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-ecdsa all 0.13-2 [34.0 kB]",
  265.         "Get:8 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-paramiko all 1.16.0-1 [109 kB]",
  266.         "Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-httplib2 all 0.9.1+dfsg-1 [34.2 kB]",
  267.         "Get:10 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-pkg-resources all 20.7.0-1 [108 kB]",
  268.         "Get:11 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-setuptools all 20.7.0-1 [169 kB]",
  269.         "Get:12 http://archive.ubuntu.com/ubuntu xenial/universe amd64 sshpass amd64 1.05-1 [10.5 kB]",
  270.         "Get:13 http://archive.ubuntu.com/ubuntu xenial/main amd64 liberror-perl all 0.17-1.2 [19.6 kB]",
  271.         "Get:14 http://security.ubuntu.com/ubuntu xenial-security/main amd64 git amd64 1:2.7.4-0ubuntu1.2 [3,163 kB]",
  272.         "Fetched 6,657 kB in 2s (2,626 kB/s)",
  273.         "Selecting previously unselected package python-markupsafe.",
  274.         "(Reading database ... 193478 files and directories currently installed.)",
  275.         "Preparing to unpack .../python-markupsafe_0.23-2build2_amd64.deb ...",
  276.         "Unpacking python-markupsafe (0.23-2build2) ...",
  277.         "Selecting previously unselected package python-jinja2.",
  278.         "Preparing to unpack .../python-jinja2_2.8-1_all.deb ...",
  279.         "Unpacking python-jinja2 (2.8-1) ...",
  280.         "Selecting previously unselected package python-yaml.",
  281.         "Preparing to unpack .../python-yaml_3.11-3build1_amd64.deb ...",
  282.         "Unpacking python-yaml (3.11-3build1) ...",
  283.         "Selecting previously unselected package python-six.",
  284.         "Preparing to unpack .../python-six_1.10.0-3_all.deb ...",
  285.         "Unpacking python-six (1.10.0-3) ...",
  286.         "Selecting previously unselected package python-ecdsa.",
  287.         "Preparing to unpack .../python-ecdsa_0.13-2_all.deb ...",
  288.         "Unpacking python-ecdsa (0.13-2) ...",
  289.         "Selecting previously unselected package python-paramiko.",
  290.         "Preparing to unpack .../python-paramiko_1.16.0-1_all.deb ...",
  291.         "Unpacking python-paramiko (1.16.0-1) ...",
  292.         "Selecting previously unselected package python-httplib2.",
  293.         "Preparing to unpack .../python-httplib2_0.9.1+dfsg-1_all.deb ...",
  294.         "Unpacking python-httplib2 (0.9.1+dfsg-1) ...",
  295.         "Selecting previously unselected package python-pkg-resources.",
  296.         "Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ...",
  297.         "Unpacking python-pkg-resources (20.7.0-1) ...",
  298.         "Selecting previously unselected package python-setuptools.",
  299.         "Preparing to unpack .../python-setuptools_20.7.0-1_all.deb ...",
  300.         "Unpacking python-setuptools (20.7.0-1) ...",
  301.         "Selecting previously unselected package sshpass.",
  302.         "Preparing to unpack .../sshpass_1.05-1_amd64.deb ...",
  303.         "Unpacking sshpass (1.05-1) ...",
  304.         "Selecting previously unselected package ansible.",
  305.         "Preparing to unpack .../ansible_2.3.2.0-1ppa~trusty_all.deb ...",
  306.         "Unpacking ansible (2.3.2.0-1ppa~trusty) ...",
  307.         "Selecting previously unselected package liberror-perl.",
  308.         "Preparing to unpack .../liberror-perl_0.17-1.2_all.deb ...",
  309.         "Unpacking liberror-perl (0.17-1.2) ...",
  310.         "Selecting previously unselected package git-man.",
  311.         "Preparing to unpack .../git-man_1%3a2.7.4-0ubuntu1.2_all.deb ...",
  312.         "Unpacking git-man (1:2.7.4-0ubuntu1.2) ...",
  313.         "Selecting previously unselected package git.",
  314.         "Preparing to unpack .../git_1%3a2.7.4-0ubuntu1.2_amd64.deb ...",
  315.         "Unpacking git (1:2.7.4-0ubuntu1.2) ...",
  316.         "Processing triggers for man-db (2.7.5-1) ...",
  317.         "Setting up python-markupsafe (0.23-2build2) ...",
  318.         "Setting up python-jinja2 (2.8-1) ...",
  319.         "Setting up python-yaml (3.11-3build1) ...",
  320.         "Setting up python-six (1.10.0-3) ...",
  321.         "Setting up python-ecdsa (0.13-2) ...",
  322.         "Setting up python-paramiko (1.16.0-1) ...",
  323.         "Setting up python-httplib2 (0.9.1+dfsg-1) ...",
  324.         "Setting up python-pkg-resources (20.7.0-1) ...",
  325.         "Setting up python-setuptools (20.7.0-1) ...",
  326.         "Setting up sshpass (1.05-1) ...",
  327.         "Setting up ansible (2.3.2.0-1ppa~trusty) ...",
  328.         "Setting up liberror-perl (0.17-1.2) ...",
  329.         "Setting up git-man (1:2.7.4-0ubuntu1.2) ...",
  330.         "Setting up git (1:2.7.4-0ubuntu1.2) ...",
  331.         "Fetching origin",
  332.         "HEAD is now at 23557f2 added fix for gigantic resulting images (#63, #64, #68, etc.)",
  333.         "",
  334.         "PLAY [localhost] ***************************************************************",
  335.         "",
  336.         "TASK [Gathering Facts] *********************************************************",
  337.         "ok: [localhost]",
  338.         "",
  339.         "TASK [common : determine which directory to use for firmware] ******************",
  340.         "ok: [localhost]",
  341.         "",
  342.         "TASK [common : ensure brcm directory exists] ***********************************",
  343.         "ok: [localhost]",
  344.         "",
  345.         "TASK [common : copy wifi files] ************************************************",
  346.         "ok: [localhost] => (item=files/brcmfmac4356-pcie.bin)",
  347.         "changed: [localhost] => (item=files/brcmfmac4356-pcie.txt)",
  348.         "",
  349.         "TASK [common : remove obsolete files] ******************************************",
  350.         "ok: [localhost] => (item=/boot/config-4.12.0-custom)",
  351.         "ok: [localhost] => (item=/boot/config-4.12.0-gpdpocket)",
  352.         "ok: [localhost] => (item=/boot/initrd.img-4.12.0-custom)",
  353.         "ok: [localhost] => (item=/boot/initrd.img-4.12.0-gpdpocket)",
  354.         "ok: [localhost] => (item=/boot/system.map-4.12.0-custom)",
  355.         "ok: [localhost] => (item=/boot/system.map-4.12.0-gpdpocket)",
  356.         "ok: [localhost] => (item=/boot/vmlinuz-4.12.0-custom)",
  357.         "ok: [localhost] => (item=/boot/vmlinuz-4.12.0-gpdpocket)",
  358.         "ok: [localhost] => (item=/etc/dconf/db/gdm.d)",
  359.         "ok: [localhost] => (item=/etc/dconf/db/local.d/03-scaling)",
  360.         "ok: [localhost] => (item=/etc/dconf/db/local.d/03scaling)",
  361.         "ok: [localhost] => (item=/etc/gpdfand.conf)",
  362.         "ok: [localhost] => (item=/etc/systemd/system/gpdfand.service)",
  363.         "ok: [localhost] => (item=/etc/systemd/system/gpdrotate.service)",
  364.         "ok: [localhost] => (item=/etc/udev/rules.d/99-local-bluetooth.rules)",
  365.         "ok: [localhost] => (item=/etc/X11/xorg.conf.d/30-monitor.conf)",
  366.         "ok: [localhost] => (item=/etc/X11/xorg.conf.d/80-screen.conf)",
  367.         "ok: [localhost] => (item=/etc/X11/xorg.conf.d/89-screen.conf)",
  368.         "ok: [localhost] => (item=/etc/X11/xorg.conf.d/90-monitor.conf)",
  369.         "ok: [localhost] => (item=/etc/X11/xorg.conf.d/90-screen.conf)",
  370.         "ok: [localhost] => (item=/etc/X11/Xsession.d/01gpdrotate)",
  371.         "ok: [localhost] => (item=/etc/X11/Xsession.d/01touchscreen)",
  372.         "ok: [localhost] => (item=/etc/X11/Xsession.d/02gpdrotate)",
  373.         "ok: [localhost] => (item=/etc/X11/Xsession.d/02scale)",
  374.         "ok: [localhost] => (item=/etc/X11/Xsession.d/03scaling)",
  375.         "ok: [localhost] => (item=/etc/X11/Xsession.d/03scrolling)",
  376.         "ok: [localhost] => (item=/etc/X11/Xsession.d/04gpdrotate)",
  377.         "ok: [localhost] => (item=/etc/X11/Xsession.d/98gpdrotate)",
  378.         "ok: [localhost] => (item=/etc/X11/Xsession.d/98touchscreen)",
  379.         "ok: [localhost] => (item=/etc/X11/Xsession.d/99touchscreen)",
  380.         "ok: [localhost] => (item=/lib/firmware/brcmfmac4356-pcie.bin)",
  381.         "ok: [localhost] => (item=/lib/firmware/brcmfmac4356-pcie.txt)",
  382.         "ok: [localhost] => (item=/lib/modules/4.12.0-custom)",
  383.         "ok: [localhost] => (item=/lib/modules/4.12.0-gpdpocket)",
  384.         "ok: [localhost] => (item=/lib/systemd/system-sleep/gpdfand)",
  385.         "ok: [localhost] => (item=/root/ansible-gpdpocket)",
  386.         "ok: [localhost] => (item=/usr/lib/firmware/brcmfmac4356-pcie.bin)",
  387.         "ok: [localhost] => (item=/usr/lib/firmware/brcmfmac4356-pcie.txt)",
  388.         "ok: [localhost] => (item=/usr/local/bin/gpdfand)",
  389.         "ok: [localhost] => (item=/usr/local/bin/ansible-update)",
  390.         "ok: [localhost] => (item=/usr/local/sbin/gpdfand)",
  391.         "ok: [localhost] => (item=/usr/local/sbin/gpdrotate)",
  392.         "ok: [localhost] => (item=/usr/share/alsa/ucm/chtrt5645.conf)",
  393.         "ok: [localhost] => (item=/usr/share/alsa/ucm/HiFi.conf)",
  394.         "ok: [localhost] => (item=/usr/src/linux-gpdpocket)",
  395.         "ok: [localhost] => (item=/var/lib/gdm3/.config/monitors.xml)",
  396.         "ok: [localhost] => (item=/var/lib/lightdm/.config/monitors.xml)",
  397.         "ok: [localhost] => (item=/var/log/gpdfand)",
  398.         "",
  399.         "TASK [common : remove broken pulse config] *************************************",
  400.         "ok: [localhost] => (item=set-default-sink 1)",
  401.         "ok: [localhost] => (item=set-default-source 1)",
  402.         "ok: [localhost] => (item=set-default-sink = 1)",
  403.         "ok: [localhost] => (item=set-default-source = 1)",
  404.         "",
  405.         "TASK [common : remove old default audio config] ********************************",
  406.         "ok: [localhost] => (item=set-default-sink 1)",
  407.         "ok: [localhost] => (item=set-default-source 2)",
  408.         "",
  409.         "TASK [common : remove obsolete rc.local config] ********************************",
  410.         "ok: [localhost] => (item=^modprobe btusb)",
  411.         "ok: [localhost] => (item=^echo \"0000 0000\")",
  412.         "",
  413.         "TASK [common : remove disk line from grub (accidentically placed there)] *******",
  414.         "ok: [localhost]",
  415.         "",
  416.         "TASK [common : check if running in chroot (iso creation)] **********************",
  417.         "ok: [localhost]",
  418.         "",
  419.         "TASK [common : set chroot status as fact] **************************************",
  420.         "ok: [localhost]",
  421.         "",
  422.         "TASK [common : create gpd config directory] ************************************",
  423.         "changed: [localhost]",
  424.         "",
  425.         "TASK [common : install python-selinux] *****************************************",
  426.         "skipping: [localhost]",
  427.         "",
  428.         "TASK [common : install update script] ******************************************",
  429.         "changed: [localhost]",
  430.         "",
  431.         "TASK [audio : install essential packages (this may take a while)] **************",
  432.         "skipping: [localhost] => (item=gstreamer-vaapi) ",
  433.         "skipping: [localhost] => (item=pulseaudio) ",
  434.         "",
  435.         "TASK [audio : install essential packages (this may take a while)] **************",
  436.         "changed: [localhost] => (item=gstreamer1.0-vaapi)",
  437.         "ok: [localhost] => (item=pulseaudio)",
  438.         "",
  439.         "TASK [audio : install essential packages (this may take a while)] **************",
  440.         "skipping: [localhost] => (item=gstreamer1-vaapi) ",
  441.         "skipping: [localhost] => (item=pulseaudio) ",
  442.         "",
  443.         "TASK [audio : set USE flags for packages] **************************************",
  444.         "skipping: [localhost] => (item={u'flags': u'aac alsa cdda flac mp3 mpeg ogg pulseaudio vaapi', u'package': u'media-plugins/gst-plugins-meta'}) ",
  445.         "skipping: [localhost] => (item={u'flags': u'alsa alsa-plugin bluetooth dbus systemd udev', u'package': u'media-sound/pulseaudio'}) ",
  446.         "",
  447.         "TASK [audio : install essential packages (this may take a while)] **************",
  448.         "skipping: [localhost] => (item=media-plugins/gst-plugins-meta) ",
  449.         "skipping: [localhost] => (item=media-sound/pulseaudio) ",
  450.         "",
  451.         "TASK [audio : create chtrt5645 directory] **************************************",
  452.         "changed: [localhost]",
  453.         "",
  454.         "TASK [audio : copy audio config files to device] *******************************",
  455.         "changed: [localhost] => (item=files/chtrt5645.conf)",
  456.         "changed: [localhost] => (item=files/HiFi.conf)",
  457.         "",
  458.         "TASK [audio : set default sink and source in pulseaudio] ***********************",
  459.         "changed: [localhost] => (item={u'value': u'alsa_card.platform-cht-bsw-rt5645 HiFi', u'key': u'set-card-profile'})",
  460.         "changed: [localhost] => (item={u'value': u'alsa_output.platform-cht-bsw-rt5645.HiFi__hw_chtrt5645__sink', u'key': u'set-default-sink'})",
  461.         "changed: [localhost] => (item={u'value': u'alsa_output.platform-cht-bsw-rt5645.HiFi__hw_chtrt5645__sink [Out] Speaker', u'key': u'set-sink-port'})",
  462.         "",
  463.         "TASK [audio : disable pulse realtime scheduling] *******************************",
  464.         "changed: [localhost]",
  465.         "",
  466.         "TASK [audio : remove old realtime scheduling line (if present)] ****************",
  467.         "ok: [localhost]",
  468.         "",
  469.         "TASK [boot : install bootstrap kernel (/boot)] *********************************",
  470.         "changed: [localhost]",
  471.         "",
  472.         "TASK [boot : check if distro uses /lib or /usr/lib] ****************************",
  473.         "ok: [localhost]",
  474.         "",
  475.         "TASK [boot : install bootstrap kernel (/lib)] **********************************",
  476.         "changed: [localhost]",
  477.         "",
  478.         "TASK [boot : install bootstrap kernel (/usr/lib)] ******************************",
  479.         "skipping: [localhost]",
  480.         "",
  481.         "TASK [boot : fetch latest jwrdegoede kernel sources (this may take a while)] ***",
  482.         "skipping: [localhost]",
  483.         "",
  484.         "TASK [boot : build new kernel (this may take a while)] *************************",
  485.         "skipping: [localhost]",
  486.         "",
  487.         "TASK [boot : install kernel modules (this may take a while)] *******************",
  488.         "skipping: [localhost]",
  489.         "",
  490.         "TASK [boot : install new kernel] ***********************************************",
  491.         "skipping: [localhost]",
  492.         "",
  493.         "TASK [boot : clean up kernel build directory] **********************************",
  494.         "skipping: [localhost]",
  495.         "",
  496.         "TASK [boot : install base-devel package (breaks manjaro)] **********************",
  497.         "skipping: [localhost]",
  498.         "",
  499.         "TASK [boot : install essential packages (this may take a while)] ***************",
  500.         "skipping: [localhost] => (item=[]) ",
  501.         "",
  502.         "TASK [boot : remove unused kernels] ********************************************",
  503.         "skipping: [localhost] => (item=[]) ",
  504.         "",
  505.         "TASK [boot : set initrd modules] ***********************************************",
  506.         "skipping: [localhost]",
  507.         "",
  508.         "TASK [boot : set HOOKS for chrooted system (iso creation = yes)] ***************",
  509.         "skipping: [localhost]",
  510.         "",
  511.         "TASK [boot : set HOOKS for running system (iso creation = no)] *****************",
  512.         "skipping: [localhost]",
  513.         "",
  514.         "TASK [boot : install btrfs package (Ubuntu 16.04 or less)] *********************",
  515.         "ok: [localhost]",
  516.         "",
  517.         "TASK [boot : install btrfs package (Ubuntu 16.10 or above || Other Distribution)] ***",
  518.         "skipping: [localhost]",
  519.         "",
  520.         "TASK [boot : install essential packages (this may take a while)] ***************",
  521.         "changed: [localhost] => (item=[u'build-essential', u'debian-installer-launcher', u'libelf-dev', u'libncurses5-dev', u'libssl-dev', u'live-boot', u'unionfs-fuse'])",
  522.         "",
  523.         "TASK [boot : remove unused kernels] ********************************************",
  524.         "ok: [localhost]",
  525.         "",
  526.         "TASK [boot : install intel-microcode (iso creation = no)] **********************",
  527.         "skipping: [localhost]",
  528.         "",
  529.         "TASK [boot : remove intel-microcode (iso creation = yes)] **********************",
  530.         "ok: [localhost]",
  531.         "",
  532.         "TASK [boot : install ubuntu casper packages (iso creation = yes)] **************",
  533.         "ok: [localhost] => (item=[u'casper', u'lupin-casper'])",
  534.         "",
  535.         "TASK [boot : create loop module config (iso creation = yes)] *******************",
  536.         "changed: [localhost]",
  537.         "",
  538.         "TASK [boot : add modules to initramfs] *****************************************",
  539.         "changed: [localhost] => (item=btusb)",
  540.         "changed: [localhost] => (item=loop)",
  541.         "changed: [localhost] => (item=overlay)",
  542.         "changed: [localhost] => (item=pwm-lpss)",
  543.         "changed: [localhost] => (item=pwm-lpss-platform)",
  544.         "changed: [localhost] => (item=squashfs)",
  545.         "",
  546.         "TASK [boot : install development packages (workaround until ansible 2.3.2 arrives)] ***",
  547.         "skipping: [localhost]",
  548.         "",
  549.         "TASK [boot : install essential packages (this may take a while)] ***************",
  550.         "skipping: [localhost] => (item=bc) ",
  551.         "skipping: [localhost] => (item=btrfs-progs) ",
  552.         "skipping: [localhost] => (item=dracut) ",
  553.         "skipping: [localhost] => (item=efibootmgr) ",
  554.         "skipping: [localhost] => (item=elfutils-libelf-devel) ",
  555.         "skipping: [localhost] => (item=grub2) ",
  556.         "skipping: [localhost] => (item=openssl-libs) ",
  557.         "skipping: [localhost] => (item=os-prober) ",
  558.         "",
  559.         "TASK [boot : remove unused kernels] ********************************************",
  560.         "skipping: [localhost]",
  561.         "",
  562.         "TASK [boot : add dmsquash-live to dracut config (iso creation = yes)] **********",
  563.         "skipping: [localhost]",
  564.         "",
  565.         "TASK [boot : remove dmsquash-live from dracut config (iso creation = no)] ******",
  566.         "skipping: [localhost]",
  567.         "",
  568.         "TASK [boot : add modules to initramfs] *****************************************",
  569.         "skipping: [localhost] => (item=btusb) ",
  570.         "skipping: [localhost] => (item=pwm-lpss) ",
  571.         "skipping: [localhost] => (item=pwm-lpss-platform) ",
  572.         "",
  573.         "TASK [boot : set USE flags for packages] ***************************************",
  574.         "skipping: [localhost] => (item={u'flags': u'initramfs', u'package': u'sys-firmware/intel-microcode'}) ",
  575.         "",
  576.         "TASK [boot : install essential packages (this may take a while)] ***************",
  577.         "skipping: [localhost] => (item=dev-libs/libelf) ",
  578.         "skipping: [localhost] => (item=dev-libs/openssl) ",
  579.         "skipping: [localhost] => (item=sys-firmware/intel-microcode) ",
  580.         "skipping: [localhost] => (item=sys-fs/btrfs-progs) ",
  581.         "skipping: [localhost] => (item=sys-kernel/dracut) ",
  582.         "skipping: [localhost] => (item=sys-libs/ncurses) ",
  583.         "",
  584.         "TASK [boot : remove unused kernels] ********************************************",
  585.         "skipping: [localhost]",
  586.         "",
  587.         "TASK [boot : add dmsquash-live to dracut config (iso creation = yes)] **********",
  588.         "skipping: [localhost]",
  589.         "",
  590.         "TASK [boot : remove dmsquash-live from dracut config (iso creation = no)] ******",
  591.         "skipping: [localhost]",
  592.         "",
  593.         "TASK [boot : add modules to initramfs] *****************************************",
  594.         "skipping: [localhost] => (item=btusb) ",
  595.         "skipping: [localhost] => (item=pwm-lpss) ",
  596.         "skipping: [localhost] => (item=pwm-lpss-platform) ",
  597.         "",
  598.         "TASK [boot : determine path for swap] ******************************************",
  599.         "ok: [localhost]",
  600.         "",
  601.         "TASK [boot : set grub boot options] ********************************************",
  602.         "changed: [localhost] => (item={u'value': u'\"resume=/dev/sda5\"', u'key': u'GRUB_CMDLINE_LINUX_DEFAULT'})",
  603.         "changed: [localhost] => (item={u'value': u'saved', u'key': u'GRUB_DEFAULT'})",
  604.         "changed: [localhost] => (item={u'value': u'2', u'key': u'GRUB_TIMEOUT'})",
  605.         "",
  606.         "TASK [power : install essential packages (this may take a while)] **************",
  607.         "skipping: [localhost] => (item=i2c-tools) ",
  608.         "skipping: [localhost] => (item=thermald) ",
  609.         "skipping: [localhost] => (item=tlp) ",
  610.         "",
  611.         "TASK [power : install essential packages (this may take a while)] **************",
  612.         "changed: [localhost] => (item=lm-sensors)",
  613.         "ok: [localhost] => (item=thermald)",
  614.         "changed: [localhost] => (item=tlp)",
  615.         "",
  616.         "TASK [power : install essential packages (this may take a while)] **************",
  617.         "skipping: [localhost] => (item=i2c-tools) ",
  618.         "skipping: [localhost] => (item=thermald) ",
  619.         "skipping: [localhost] => (item=tlp) ",
  620.         "",
  621.         "TASK [power : set USE flags for packages] **************************************",
  622.         "skipping: [localhost] => (item={u'flags': u'tlp_suggests', u'package': u'app-laptop/tlp'}) ",
  623.         "skipping: [localhost] => (item={u'flags': u'git', u'package': u'app-portage/layman'}) ",
  624.         "",
  625.         "TASK [power : install essential packages (this may take a while)] **************",
  626.         "skipping: [localhost] => (item=app-portage/layman) ",
  627.         "skipping: [localhost] => (item=sys-power/thermald) ",
  628.         "",
  629.         "TASK [power : setup portage for layman] ****************************************",
  630.         "skipping: [localhost]",
  631.         "",
  632.         "TASK [power : install tlp repository] ******************************************",
  633.         "skipping: [localhost]",
  634.         "",
  635.         "TASK [power : install tlp] *****************************************************",
  636.         "skipping: [localhost]",
  637.         "",
  638.         "TASK [power : create systemd sleep directory] **********************************",
  639.         "ok: [localhost]",
  640.         "",
  641.         "TASK [power : copy gpd-fan files] **********************************************",
  642.         "changed: [localhost] => (item={u'dest': u'/etc/gpd/fan.conf', u'src': u'files/gpd-fan.conf', u'mode': u'0644'})",
  643.         "changed: [localhost] => (item={u'dest': u'/usr/local/sbin/gpd-fan', u'src': u'files/gpd-fan.py', u'mode': u'0777'})",
  644.         "changed: [localhost] => (item={u'dest': u'/etc/systemd/system/gpd-fan.service', u'src': u'files/gpd-fan.service', u'mode': u'0644'})",
  645.         "changed: [localhost] => (item={u'dest': u'/lib/systemd/system-sleep/gpd-fan', u'src': u'files/gpd-fan.sh', u'mode': u'0777'})",
  646.         "",
  647.         "TASK [power : set tlp options] *************************************************",
  648.         "changed: [localhost] => (item={u'value': u'mmcblk0', u'key': u'DISK_DEVICES'})",
  649.         "changed: [localhost] => (item={u'value': u'deadline', u'key': u'DISK_IOSCHED'})",
  650.         "",
  651.         "TASK [power : blacklist modules to prevent preemptive wake from suspend] *******",
  652.         "changed: [localhost]",
  653.         "",
  654.         "TASK [xorg : install essential packages (this may take a while)] ***************",
  655.         "skipping: [localhost] => (item=[]) ",
  656.         "",
  657.         "TASK [xorg : remove lightdm-webkit2-greeter if installed] **********************",
  658.         "skipping: [localhost]",
  659.         "",
  660.         "TASK [xorg : install lightdm-gtk-greeter as replacement] ***********************",
  661.         "skipping: [localhost]",
  662.         "",
  663.         "TASK [xorg : set lightdm-gtk-greeter as default lightdm greeter] ***************",
  664.         "skipping: [localhost]",
  665.         "",
  666.         "TASK [xorg : install essential packages (this may take a while)] ***************",
  667.         "changed: [localhost] => (item=[u'dconf-cli', u'dconf-editor', u'i965-va-driver', u'mesa-utils', u'va-driver-all', u'vainfo', u'x11-xserver-utils'])",
  668.         "",
  669.         "TASK [xorg : install essential packages (this may take a while)] ***************",
  670.         "skipping: [localhost] => (item=ibus) ",
  671.         "skipping: [localhost] => (item=libXrandr) ",
  672.         "skipping: [localhost] => (item=xinput_calibrator) ",
  673.         "skipping: [localhost] => (item=xorg-x11-drv-intel) ",
  674.         "",
  675.         "TASK [xorg : set USE flags for packages] ***************************************",
  676.         "skipping: [localhost] => (item={u'flags': u'vaapi', u'package': u'media-libs/mesa'}) ",
  677.         "",
  678.         "TASK [xorg : set make.conf values] *********************************************",
  679.         "skipping: [localhost] => (item={u'value': u'i965 intel', u'key': u'VIDEO_CARDS'}) ",
  680.         "",
  681.         "TASK [xorg : install essential packages (this may take a while)] ***************",
  682.         "skipping: [localhost] => (item=media-libs/mesa) ",
  683.         "skipping: [localhost] => (item=x11-apps/xrandr) ",
  684.         "skipping: [localhost] => (item=x11-apps/xinput) ",
  685.         "",
  686.         "TASK [xorg : create xorg directories] ******************************************",
  687.         "changed: [localhost] => (item=/etc/X11/xorg.conf.d)",
  688.         "ok: [localhost] => (item=/etc/X11/Xsession.d)",
  689.         "",
  690.         "TASK [xorg : copy xorg configs] ************************************************",
  691.         "changed: [localhost] => (item={u'dest': u'/etc/X11/xorg.conf.d/', u'src': u'files/config/20-intel.conf'})",
  692.         "",
  693.         "TASK [xorg : create dconf directories] *****************************************",
  694.         "changed: [localhost] => (item=/etc/dconf/db/local.d)",
  695.         "ok: [localhost] => (item=/etc/dconf/profile)",
  696.         "",
  697.         "TASK [xorg : set gnome interface scaling] **************************************",
  698.         "changed: [localhost] => (item={u'dest': u'/etc/dconf/db/local.d/', u'src': u'files/gnome/01scale'})",
  699.         "changed: [localhost] => (item={u'dest': u'/etc/dconf/db/local.d/', u'src': u'files/gnome/02subpixel'})",
  700.         "changed: [localhost] => (item={u'dest': u'/etc/dconf/profile/gdm', u'src': u'files/gnome/profile'})",
  701.         "changed: [localhost] => (item={u'dest': u'/etc/dconf/profile/user', u'src': u'files/gnome/profile'})",
  702.         "",
  703.         "TASK [xorg : check for gdm directory] ******************************************",
  704.         "ok: [localhost]",
  705.         "",
  706.         "TASK [xorg : check for gdm3-custom] ********************************************",
  707.         "ok: [localhost]",
  708.         "",
  709.         "TASK [xorg : check for gdm3-daemon] ********************************************",
  710.         "ok: [localhost]",
  711.         "",
  712.         "TASK [xorg : disable wayland on gdm] *******************************************",
  713.         "skipping: [localhost]",
  714.         "",
  715.         "TASK [xorg : disable wayland on gdm3-custom] ***********************************",
  716.         "skipping: [localhost]",
  717.         "",
  718.         "TASK [xorg : disable wayland on gdm3-daemon] ***********************************",
  719.         "skipping: [localhost]",
  720.         "",
  721.         "TASK [xorg : create gpd-rotate directories] ************************************",
  722.         "ok: [localhost] => (item=/etc/X11/Xsession.d)",
  723.         "ok: [localhost] => (item=/etc/X11/xinit/xinitrc.d)",
  724.         "",
  725.         "TASK [xorg : copy gpd-rotate files] ********************************************",
  726.         "changed: [localhost] => (item={u'dest': u'/etc/X11/Xsession.d/01gpd-rotate', u'src': u'files/rotate/01gpd-rotate', u'mode': u'0644'})",
  727.         "changed: [localhost] => (item={u'dest': u'/etc/X11/xinit/xinitrc.d/01gpd-rotate', u'src': u'files/rotate/01gpd-rotate', u'mode': u'0777'})",
  728.         "changed: [localhost] => (item={u'dest': u'/etc/gpd/rotate.conf', u'src': u'files/rotate/gpd-rotate.conf', u'mode': u'0644'})",
  729.         "changed: [localhost] => (item={u'dest': u'/usr/local/sbin/gpd-rotate', u'src': u'files/rotate/gpd-rotate.py', u'mode': u'0777'})",
  730.         "changed: [localhost] => (item={u'dest': u'/etc/systemd/system/gpd-rotate.service', u'src': u'files/rotate/gpd-rotate.service', u'mode': u'0644'})",
  731.         "",
  732.         "RUNNING HANDLER [boot : update boot] *******************************************",
  733.         "changed: [localhost]",
  734.         "",
  735.         "RUNNING HANDLER [power : enable gpd-fan] ***************************************",
  736.         "changed: [localhost]",
  737.         "",
  738.         "RUNNING HANDLER [power : enable thermal services] ******************************",
  739.         "ok: [localhost] => (item=thermald)",
  740.         "ok: [localhost] => (item=tlp)",
  741.         "",
  742.         "RUNNING HANDLER [xorg : enable gpd-rotate] *************************************",
  743.         "changed: [localhost]",
  744.         "",
  745.         "RUNNING HANDLER [xorg : update dconf] ******************************************",
  746.         "changed: [localhost]",
  747.         "",
  748.         "PLAY RECAP *********************************************************************",
  749.         "localhost                  : ok=51   changed=28   unreachable=0    failed=0   "
  750.     ]
  751. }
  752.  
  753. TASK [iso : find system kernel image] **************************************************************
  754. ok: [localhost]
  755.  
  756. TASK [iso : copy system kernel to iso] *************************************************************
  757. changed: [localhost] => (item={u'uid': 0, u'woth': False, u'mtime': 1487194692.0, u'inode': 9329020, u'isgid': False, u'size': 7299224, u'roth': True, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': False, u'xoth': False, u'rusr': True, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/var/tmp/bootstrap-iso/casper/vmlinuz.efi', u'xusr': False, u'atime': 1487195052.0, u'isdir': False, u'ctime': 1503015295.098002, u'wgrp': False, u'xgrp': False, u'dev': 2049, u'isblk': False, u'isfifo': False, u'mode': u'0444', u'islnk': False})
  758.  
  759. TASK [iso : find system initrd image] **************************************************************
  760. ok: [localhost]
  761.  
  762. TASK [iso : copy system initrd to iso (standard)] **************************************************
  763.  
  764. TASK [iso : copy system initrd to iso (install)] ***************************************************
  765.  
  766. TASK [iso : create efi directories] ****************************************************************
  767. skipping: [localhost] => (item=/var/tmp/bootstrap-iso/new-efi)
  768. skipping: [localhost] => (item=/var/tmp/bootstrap-iso/old-efi)
  769.  
  770. TASK [iso : mount old efi partition] ***************************************************************
  771. skipping: [localhost]
  772.  
  773. TASK [iso : create and mount new efi partition] ****************************************************
  774. skipping: [localhost]
  775.  
  776. TASK [iso : copy necessary content to new-efi] *****************************************************
  777. skipping: [localhost]
  778.  
  779. TASK [iso : umount efi partitions] *****************************************************************
  780. skipping: [localhost]
  781.  
  782. TASK [iso : replace old-efi with new-efi] **********************************************************
  783. skipping: [localhost]
  784.  
  785. TASK [iso : remove efi directories] ****************************************************************
  786. skipping: [localhost] => (item=/var/tmp/bootstrap-iso/new-efi)
  787. skipping: [localhost] => (item=/var/tmp/bootstrap-iso/old-efi)
  788.  
  789. TASK [iso : umount leftover partitions] ************************************************************
  790. changed: [localhost]
  791.  
  792. TASK [iso : restore resolv.conf backup on guest] ***************************************************
  793. changed: [localhost]
  794.  
  795. TASK [iso : remove leftover files from guest] ******************************************************
  796. changed: [localhost] => (item=/var/tmp/bootstrap-iso/squashfs/etc/resolv.conf.bak)
  797. changed: [localhost] => (item=/var/tmp/bootstrap-iso/squashfs/usr/src/ansible-gpdpocket)
  798. changed: [localhost] => (item=/var/tmp/bootstrap-iso/squashfs/tmp/bootstrap-system.sh)
  799.  
  800. TASK [iso : recompress squashfs image] *************************************************************
  801. changed: [localhost]
  802.  
  803. TASK [iso : add distro-specific checksums] *********************************************************
  804. skipping: [localhost]
  805.  
  806. TASK [iso : add distro-specific checksum] **********************************************************
  807. changed: [localhost]
  808.  
  809. TASK [iso : update filesystem.size] ****************************************************************
  810. changed: [localhost]
  811.  
  812. TASK [iso : determine iso label] *******************************************************************
  813. changed: [localhost]
  814.  
  815. TASK [iso : re-assemble iso] ***********************************************************************
  816. changed: [localhost]
  817.  
  818. TASK [iso : remove working directory] **************************************************************
  819. changed: [localhost]
  820.  
  821. PLAY RECAP *****************************************************************************************
  822. localhost                  : ok=34   changed=21   unreachable=0    failed=0  
  823.  
  824. + echo 'Your ISO has been successfully created and is at /root/bootstrap.iso'
  825. Your ISO has been successfully created and is at /root/bootstrap.iso
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement