It appears that my embedded ansible playbooks are not running.
I turned on the role for Embedded ansible on both of my app servers.
When I check out the troubleshooting chapter in @pemcg’s book, I see notes indicating that Embedded Ansible should be logging in the following places, but I find no such log files:
/var/log/supervisor/
/var/log/tower/
The chapter also indicates that up to 3 .out
files are created in /var/lib/awx/job_status
. I find no such dir.
It also suggests that one can check the health of awx (embedded ansible) with the following commands:
irb(main):001:0> EmbeddedAnsible.new.running?
=> true
When I run this command, i get :
NameError (uninitialized constant EmbeddedAnsible)
Clearly something is off.
In Introduction To embedded Ansible it speaks of enabling the server role. That’s all I see to do.
What am I missing?