[ansible-project] RE: Starting with Ansible Containers

2017-08-07 Thread ManiGandan T
Hi Team, I am a beginner to Ansible tool. I have been asked to work on Ansible Containers in my project. Is it easy to work with Ansible Containers without having experience in Ansible. Please advise me on this. BR Manigandan.T -- You received this message because you are subscribed to the Go

[ansible-project] Ansible-container build is failing with Permissions error

2017-08-24 Thread ManiGandan T
Hi Team, I have been working on nodejs application installation through ansible-container. I have configured all the code in container and main.yml. While i test run the ansible-container --debug build command , i am facing the below error. Please help me on resolving the error : File "/app/

[ansible-project] Commands needed for NPM Set registry, NPM set proxy and untar a tgz file in ansible

2017-09-05 Thread ManiGandan T
Hi Team, I am logically creating a code in ansible-container with reference of a nodejs application container code written using docker. I am not able to find the exact syntax to change the below docker code. Could someone help me on this. RUN npm config set registry http://registry.npmjs.org/

[ansible-project] Failed to validate the SSL certificate for github.com:443 while executing ansible-container build

2017-11-09 Thread ManiGandan T
My main.yml is executing a task called dumb-init and we are getting "msg": "Failed to validate the SSL certificate for github.com:443. Make sure your managed systems have a valid CA certificate installed " error STEPS TO REPRODUCE Command used : sudo ansible-container --debug build Main.yml

[ansible-project] Facing OSError: [Errno 30] Read-only file system: '/usr/bin/dumb-init'\n", while running dumb-init task in Ansible-Container Build

2017-11-10 Thread ManiGandan T
Container.yml : version: '2' settings: conductor_base: alpine:3.4 services: ansible.node-container: from: "node:alpine" roles: - node_container ports: - '3001:3001' user: node Command Used : sudo ansible-container --debug build Main.yml Main.yml - name: Install dumb init get_url: url:

[ansible-project] Seeing glibc is not defined error when running ansible-container build

2017-11-30 Thread ManiGandan T
- Bug Report container.yml version: '2' settings: conductor_base: centos:7 services: ansible.play_container: from: "play:8_jre_security" roles: - play_container ports: - "9000:9000" user: play command: ['app/xxx/docker-entrypoint.sh'] registries: {} OS / ENVIRONMENT Ansible Container, ve

[ansible-project] Ansible-container build on setting up nginx_container is getting terminated with module error

2017-12-26 Thread ManiGandan T
ISSUE TYPE - Bug Report container.yml version: '2' settings: conductor: base: centos:7 services: ansible.nginx-container: from: "nginx:base" roles: - nginx_container ports: - "80:3000" user: root command: [nginx,-g,'daemon off'] registries: {} OS / ENV