[mythtv-users] macosx

John Hoyt john.hoyt at gmail.com
Mon May 2 23:44:44 UTC 2022


>
> The -i hosts (short for --inventory hosts) then uses that file.  If it
> works and John agrees,
>

running with the -i hosts flag doesn't seem to hurt on my systems, but has
been uneeded to date.

I've just run the following and here is a trimmed output when working (it
should install 21 ports)::

ansible-playbook-3.10
--extra-vars="ansible_python_interpreter=/opt/local/bin/python3.10
install_qtwebkit=true database_version=mysql8"  qt5.yml --ask-become-pass
-i hosts

NOTE: I also tested without "database_version=mysql8" and it worked up
through mariadb installation where I cancelled the compile

BECOME password:

[WARNING]: No inventory was parsed, only implicit localhost is available

[WARNING]: provided hosts list is empty, only localhost is available. Note
that the implicit localhost does not match 'all'

[DEPRECATION WARNING]: "include" is deprecated, use
include_tasks/import_tasks instead. This feature will be removed in version
2.16. Deprecation warnings can

be disabled by setting deprecation_warnings=False in ansible.cfg.


PLAY [localhost]
***********************************************************************************************************************************************


TASK [Gathering Facts]
*****************************************************************************************************************************************

ok: [localhost]

<snip>

TASK [mythtv-macports : print final list of ports]
************************************************************
*************************************************

ok: [localhost] => {

    "msg":
"ccache,nasm,autoconf,automake,pkgconfig,libxml2,taglib,exiv2,libbluray,lzo2,libsamplerate,libzip,openssl,libvpx,x264,x265,XviD,libvorbis,flac,faac,freetype,libxml2,fftw-3,libass,x264,x265,libvpx,minizip,apache-ant,hdhomerun,xorg-libX11,liberation-fonts,dejavu-fonts,soundtouch,mysql8,python310,py310-future,py310-requests,py310-requests-cache,py310-lxml,py310-oauthlib,py310-curl,py310-simplejson,py310-wheel,py310-pymysql,py310-pip,perl5,p5-date-manip,p5-datetime-format-iso8601,p5-dbi,p5-image-size,p5-io-socket-inet6,p5-json,p5-libwww-perl,p5-http-request-ascgi,p5-net-upnp,p5-soap-lite,p5-xml-xpath,p5-xml-simple,gmake,libtool,lame,gnutls"

}


TASK [mythtv-macports : install packages]
**********************************************************************************************************************

ok: [localhost]


TASK [mythtv-macports : install p5-dbd-mysql for previously specified
mariadb/mysql version]
*******************************************************************

ok: [localhost]


TASK [mythtv-macports : select the installed version of mariadb/mysql and
python]
******************************************************************************

changed: [localhost] => (item={'group': 'mysql', 'version': 'mysql8'})

changed: [localhost] => (item={'group': 'python', 'version': 'python310'})

changed: [localhost] => (item={'group': 'python3', 'version': 'python310'})


<snip>


TASK [qt5 : print final qt5 list of ports]
*********************************************************************************************************************

ok: [localhost] => {

    "msg": "qt5,qt5-qtscript,qt5-qtwebkit"

}


TASK [qt5 : install port qt5 packages]
*************************************************************************************************************************

ok: [localhost]


TASK [qt5 : install qt5-mysql-plugin for previously specified mariadb/mysql
version]
***************************************************************************

ok: [localhost]


<snip>


PLAY RECAP
*****************************************************************************************************************************************************

localhost                  : ok=21   changed=1    unreachable=0
  failed=0    skipped=135  rescued=0    ignored=0

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20220502/cba00732/attachment-0001.htm>


More information about the mythtv-users mailing list