Code Monkey home page Code Monkey logo

ansible-role-docker-collabora's People

Contributors

donvipre avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ansible-role-docker-collabora's Issues

Module requirements not in README

Type of Report

bug

Actual behaviour

two modules are used:

  • docker_container
  • docker_image

but only docker_container is in the README

Expected behaviour

let README reflect both modules

image not updated if already present

Type of Report

bug

Actual behaviour

if the image is already present, no updated image will be downloaded from docker hub.

Expected behaviour

download the latest image from docker hub if there is a newer image
make the parameter optional

Lefovers from old naming

Type of Report

Bug Report

Actual behaviour

  1. There are some leftovers like variable naming in the role.
  2. meta does not reflect correct ansible version.
  3. broken links in readme

Expected behaviour

  1. leftovers renamed to wtd_docker_collabora_
  2. meta does correct 2.1 version
  3. links fixed

domain env variable empty on container

Type of Report

bug

Actual behaviour

below example works:

- name: Start container
  docker_container:
    name: "{{ wtd_docker_collabora_name }}"
    image: "{{ wtd_docker_collabora_image }}"
    state: started
    restart_policy: always
    ports:
      - "{{ wtd_docker_collabora_ports }}"
    env:
      domain: "cloud\\.example\\.com"
    capabilities:
      - "{{ wtd_docker_collabora_capabilities }}"

below example does not work with

wtd_docker_collabora_domains: "cloud\\.example\\.com"
- name: Start container
  docker_container:
    name: "{{ wtd_docker_collabora_name }}"
    image: "{{ wtd_docker_collabora_image }}"
    state: started
    restart_policy: always
    ports:
      - "{{ wtd_docker_collabora_ports }}"
    env:
      domain: "{{ wtd_docker_collabora_domains }}"
    capabilities:
      - "{{ wtd_docker_collabora_capabilities }}"

Expected behaviour

docker exec <container-id> env
..
domain=cloud\.example\.com
..

Specifications

Attachments

add restart_policy to docker container

Type of Report

bug

Actual behaviour

container does not start after system reboot

Expected behaviour

container should be automatically started on system reboot

linting test fails

Type of Report

bug

Actual behaviour

playbook: tests/test.yml
*** Linting ***
Examining test.yml of type playbook
WARNING: Couldn't open test.yml - No such file or directory

Expected behaviour

Path to tests.yml should be correct.

LICENSE file broken

Type of Report

bug

Actual behaviour

license not parsed by github

Expected behaviour

license should work with github

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.