Questions tagged [ansible-tower]

For questions regarding Ansible Tower - a visual dashboard, role-based access control, and job scheduling system for Ansible deployments.

Ansible Tower allows users to control access to who can access what, even allowing sharing of SSH credentials without someone being able to transfer those credentials. Inventory can be graphically managed or synced with a wide variety of cloud sources.

Ansible Tower logs jobs, integrates with LDAP, and provides a browsable REST API. Command line tools are available for easy integration with Jenkins. Provisioning callbacks provide support for autoscaling topologies.

69 questions
0
votes
0 answers

Why does AWX expect to see files in /etc/tower when inventory file specifies docker_compose_dir=/tmp/awxcompose?

I have been using the official install guide for AWX found at github The web interface says only "Internal Server Error". The docker log contains, Traceback (most recent call last): File "/usr/bin/awx-manage", line 11, in
mr.zog
  • 923
  • 3
  • 20
  • 39
0
votes
1 answer

Difference behaviour between ansible engine and ansible tower

- name: Verification de l'espace disponible dans le VG shell: /sbin/vgs --unit g --noheadings "{{ vg_name }}"| awk '{print $7}' | sed -e "s/^
pnakache
  • 11
  • 1
  • 2
  • 3
0
votes
1 answer

AWX Cannot find KDC for REALM

Cannot find KDC for REALM I have an issue with Kerberos and AWX. If I create a ticket manually with kinit testeruser@TEST.PUBLIC.COM, it works without any problem. But if I will use AWX (Credential was set via UI), I get the following error…
Steffen
  • 11
  • 4
0
votes
1 answer

Ansible + AWX Run playbook/tasks against machines needs minor changes from the standard role

I'm learning ansible awx and I have a situation that will come up that I want to address during testing so I'm looking for ideas and possible solutions. The file structure is from here, Best Practices — Ansible Documentation > "Directory…
David
  • 1
  • 2
0
votes
1 answer

Restrict user providing asterisk * on the prompt ansible awx

I am trying to create a self service job template for our users through Ansible AWX , and want to restrict the users to mention the exact host detail where they want to run the job. During testing I have noticed , If on the limit ( I have enabled…
0
votes
2 answers

ansible replace module is not working as expected

my ansible play book is working for me to uncomment certain lines in a .conf file, but its failing for one particular line its not making any change. below is my .conf file part. # #SSLEnable #Header always set…
0
votes
1 answer

AWS credentials not being picked up by AWX template

I've got a new Ansible AWX server running and one of the things I'd like to do with it is to create an AMI of AWS instances before then installing regular updates to the instances. I've got the playbooks working well with regards to installing…
shaneoh
  • 414
  • 3
  • 7
  • 19
0
votes
1 answer

Install AWX (OSS version of Tower) through Katello

I want to install AWX for testing purposes in our organization. I would like to use the Katello server we already have deployed and we use daily. Is there any guideline about it? The "official" site was the installation instructions for manual…
Peter
  • 822
  • 2
  • 10
  • 23
0
votes
1 answer

Ansible Tower: How to launch multiple jobs from same template parallel

I have a project in Ansible Tower, and a template derived from the project. I am running a job with this template against a host (Say a.example.com) . Now I want to run a job with this template at the same time against another (Say…
0
votes
1 answer

Download private_key.pem when using ansible os_keypair

I'm using ansible os_keypair module towards Openstack, through AWX, to create a new keypair: - hosts: localhost tasks: - name: Create new keypair, ask for the name in survey os_keypair: cloud: rhosp state: present name:…
0
votes
2 answers

ansible tower reports : stdout capture is missing

How to fix the error of stdout capture being missing. I am scheduling couple of tasks, initially they are running fine after couple of iteration it is throwing this error.
Naveen Vijay
  • 390
  • 6
  • 18
0
votes
0 answers

Where is the /runner/artifacts directory in awx on kubernetes cluster?

I've setup a basic awx instance on kubernetes named awx-demo. All runs smooth so far, I can run templates with projects and inventories sourced from a git repository. In the successful job log of a playbook run I can see at line 0: Identity added:…
0
votes
0 answers

Passing variable to next playbook in awx workflow

I'm having difficulties with the following setup: AWX deployed in a self hosted k8s cluster Playbooks are using the AWX-EE Playbooks are executed in a workflow template as follows: START -> 1. EC2 Inventory Sync -> 2. Playbook Repo Sync -> 3.…
Marc
  • 26
  • 2
0
votes
0 answers

How to import all projects defined in a metadata.yml file?

This is my first foray into anything AWX/Ansible, so please be gentle :) I've set up a new AWX instance in Kubernetes (using the AWX Operator), and am trying to import our existing job-templates from an old instance (that I did not set up, nor have…
Sagar
  • 534
  • 3
  • 7
  • 21
0
votes
0 answers

How to validate ssh keys in AWX running in Kubernetes?

Background We use Ansible/AWX running in Kubernetes (awx-operator) to manage workstations with dynamic hostnames. Authentication is handled by Red Hat IDM (FreeIPA) and the same credentials are used to log in to each workstation. The…
ebarrere
  • 330
  • 1
  • 3
  • 15