Giter Site home page Giter Site logo

Comments (8)

Freekers avatar Freekers commented on July 21, 2024

Which OS are you running on the Oracle Cloud VM?

from ansible-adguard.

bruvv avatar bruvv commented on July 21, 2024

Ubuntu 20.04 LTS (GNU/Linux 5.4.0-1019-oracle x86_64)

from ansible-adguard.

Freekers avatar Freekers commented on July 21, 2024

Which version of Ansible is installed on the host machine, i.e. the one from which you initiate the playbook?

And does the Oracle Cloud VM have an IPv6 address?

from ansible-adguard.

bruvv avatar bruvv commented on July 21, 2024

Updated the ubuntu version.

The only ipv6 address there is:
IPv6 address for docker0: fd00::1
other than that I do not have a ipv6 address

ansible 2.9.6
python version = 3.8.2 (default, Apr 27 2020, 15:53:34) [GCC 9.3.0]

from ansible-adguard.

t-abraham avatar t-abraham commented on July 21, 2024

I found out that ignoring the ip6 check fail allows the rest of the playbook to run. Reference to issue #4

adding this like in the task where ipv6 check is done helps
ignore_errors: yes

from ansible-adguard.

t-abraham avatar t-abraham commented on July 21, 2024

I also found out that Ubuntu 18.04 can install ansible version 2.5 from its default repo. with ansible 2.5 the current playbook does work and fails at line 216. To upgrade to ansible 2.9 one needs to add the lauchpad ppa from ansible n then upgrade to the latest ansible inorder to work. I think it is worth mentioning this in the readme file.

$ sudo apt install software-properties-common
$ sudo apt-add-repository --yes --update ppa:ansible/ansible
$ sudo apt update
$ sudo apt install ansible

from ansible-adguard.

bruvv avatar bruvv commented on July 21, 2024

#5 should fix this issue @t-abraham thanks.

from ansible-adguard.

Freekers avatar Freekers commented on July 21, 2024

#5 Is more of a workaround than a fix. I will look if I can get Ansible to reliably detect if IPv6 is available yes or not.

from ansible-adguard.

Related Issues (8)

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.