Seth-Miller / 12c-rac-docker

Multiple node Oracle RAC cluster running in Docker containers
40 stars 20 forks source link

prepare_host fail #3

Closed TheFausap closed 7 years ago

TheFausap commented 7 years ago

Hello, I'm trying to install 12c-rac using ANSIBLE. When I lanuch:

ansible-playbook prepare_host.yml --tags=asm

I got

[WARNING]: provided hosts list is empty, only localhost is available

ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.

The error appears to have been in '/home/ubuntu/12c-rac-docker/ansible/roles/prepare_host/tasks/main.yml': line 77, column 7, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

    - name: Create Docker networks
      ^ here

The error appears to have been in '/home/ubuntu/12c-rac-docker/ansible/roles/prepare_host/tasks/main.yml': line 77, column 7, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

    - name: Create Docker networks
      ^ here

Am I missing something ?

I'm running under Ubuntu 16.10 with docker installed and running.

thanks, Fausto

TheFausap commented 7 years ago

Sorry ... I'm missing a docker_network module, because I'm using ansible 2.1 That modules is available only in ansible 2.2