Coder Social home page Coder Social logo

ansible-avahi's Introduction

Hi there ๐Ÿ‘‹

ansible-avahi's People

Contributors

dependabot[bot] avatar frankgiesecke avatar mrlesmithjr avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

frankgiesecke

ansible-avahi's Issues

๐Ÿšจ Renaming the role breaks every usage

@mrlesmithjr you have renamed the role on galaxy from mrlesmithjr.avahi to mrlesmithjr.ansible_avahi.
This breaks every project that is using your role ๐Ÿ˜ข .

In my case, I've a requirements file which is used in the CI to install all necessary roles and collections.
Now this is breaking because of:

- downloading role 'avahi', owned by mrlesmithjr
[WARNING]: - mrlesmithjr.avahi was NOT installed successfully: - sorry,
mrlesmithjr.avahi was not found on https://galaxy.ansible.com/api/.

support for txt-records in service definition

Is your feature request related to a problem? Please describe.
I need the ability to add/configure one or multiple TXT-records for services.

Describe the solution you'd like
It would great configure theTXT-records as a list in the avahi_services object.

Deprecation warning

Using ansible 2.9.6, I got this warning:

[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items and specifying `name: "{{ item }}"`, please use `name: '{{ avahi_debian_packages }}'` 
and remove the loop. This feature will be removed in version 2.11. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.

It seems like the role should be fixed or it won't work anymore in ansible version 2.11.

Ansible Galaxy GitHub Actions Workflow fails

ERROR! Unexpected Exception, this is probably a bug: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
5
the full traceback was:
6

7
Traceback (most recent call last):
8
  File "/home/runner/.local/bin/ansible-galaxy", line 104, in <module>
9
    mycli = getattr(__import__("ansible.cli.%s" % sub, fromlist=[myclass]), myclass)
10
  File "/home/runner/.local/lib/python3.8/site-packages/ansible/cli/galaxy.py", line 25, in <module>
11
    from ansible.galaxy.api import GalaxyAPI
12
  File "/home/runner/.local/lib/python3.8/site-packages/ansible/galaxy/api.py", line 28, in <module>
13
    from ansible.module_utils.urls import open_url, prepare_multipart
14
  File "/home/runner/.local/lib/python3.8/site-packages/ansible/module_utils/urls.py", line 115, in <module>
15
    from urllib3.contrib.pyopenssl import PyOpenSSLContext
16
  File "/home/runner/.local/lib/python3.8/site-packages/urllib3/contrib/pyopenssl.py", line 50, in <module>
17
    import OpenSSL.SSL
18
  File "/usr/lib/python3/dist-packages/OpenSSL/__init__.py", line 8, in <module>
19
    from OpenSSL import crypto, SSL
20
  File "/usr/lib/python3/dist-packages/OpenSSL/crypto.py", line 1553, in <module>
21
    class X509StoreFlags(object):
22
  File "/usr/lib/python3/dist-packages/OpenSSL/crypto.py", line 1573, in X509StoreFlags
23
    CB_ISSUER_CHECK = _lib.X509_V_FLAG_CB_ISSUER_CHECK
24
AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.