$ docker exec -it awx_task /bin/ls -hal /var/lib/awx/projects/helloworld/total 4.0Kdrwxr-xr-x 3 root root 102 Sep 19 18:49 .drwxr-xr-x 3 root root 102 Sep 19 18:49 ..-rw-r--r-- 1 root root 116 Sep 19 18:38 helloworld.yml
WARNING: There are no available playbook directories in /var/lib/awx/projects. Either that directory is empty, or all of the contents are already assigned to other projects. Create a new directory there and make sure the playbook files can be read by the "awx" system user, or have AWX directly retrieve your playbooks from source control using the SCM Type option above.
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project+unsubscribe@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/dbc64ab7-87fd-496f-a3b6-34aa0735549d%40googlegroups.com.
$ docker exec -it awx_task /bin/bash
[root@awx awx]# ll /var/lib/awx/projects/
ls: cannot access /var/lib/awx/projects/: No such file or directory
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project+unsubscribe@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/2cba9ba2-76fe-4b52-b4f6-7ea74b3e6738%40googlegroups.com.
[root@awx projects]# id awx
id: awx: no such user
[root@awx projects]# ls -ahl /var/lib/awx/projects/
total 16K
drwxrwxrwx 4 root root 4.0K Sep 20 14:01 .
drwxrwxr-x 8 root root 4.0K Sep 20 13:47 ..
drwxr-xr-x 7 root root 4.0K Sep 20 13:44 _12__mikeb_test
drwxrwxrwx 2 root root 4.0K Sep 20 13:23 helloworld
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project+unsubscribe@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/47e5582d-ee70-4890-aa9e-26615dd4c22d%40googlegroups.com.
So something you might not realize is that if you have a manual project that projects needs to be put on the web *and* task nodes... it sounds like you are only putting it on one.
On Wed, Sep 20, 2017 at 10:16 AM, Mike Biancaniello <chep...@gmail.com> wrote:
I've maxed the perms and it's the same user as the projects that I've imported through the UI. Also, there is no 'awx' user in the container:[root@awx projects]# id awx
id: awx: no such user
[root@awx projects]# ls -ahl /var/lib/awx/projects/
total 16K
drwxrwxrwx 4 root root 4.0K Sep 20 14:01 .
drwxrwxr-x 8 root root 4.0K Sep 20 13:47 ..
drwxr-xr-x 7 root root 4.0K Sep 20 13:44 _12__mikeb_test
drwxrwxrwx 2 root root 4.0K Sep 20 13:23 helloworld
Fwiw, this isn't a must-have because I don't want to be managing these by hand directly on the system. In production, I want every playbook to be behind git control, in which case, I can install through the GUI. This is more for quick testing and debugging.
I might have an idea, though....I'm going to try this:1. install my global roles on the host machine2. mount the global roles as a volume: /opt/myroles/3. add an ansible.cfg file to each playbook that specifies role_path=/opt/myroles.I will report back what happens.
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project...@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/47e5582d-ee70-4890-aa9e-26615dd4c22d%40googlegroups.com.
Same contents?
--
You received this message because you are subscribed to the Google Groups "AWX Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to awx-project+unsubscribe@googlegroups.com.
To post to this group, send email to awx-p...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/awx-project/dca8c084-9373-4775-b9f2-6d142f00af71%40googlegroups.com.