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
1 answer

How does everyone manage a multi server environment and their credentials with ansible?

I'm trying to figure out the cleanest and/or most secure way to manage a multi server (linux) environment in AWX/Tower/Ansible. I've seen a few posts around this topic, but there doesn't seem to be a clear answer on which approach is the most…
0
votes
1 answer

dependency loop : to deploy gitlab using awx ansible i need a repository

I want to deploy gitlab using awx and ansible ( or with puppet and rundeck ) and to do it i need a repository ( SCM : gitlab ) , the thing is i want to deploy gitlab but i need a gitlab , i can't find a documentation that give a soluyion , is there…
0
votes
1 answer

Unable to get part of a play to run locally on AWX

This is all running within AWX which is hosted on-prem. I'm trying to manage some EC2 instances within AWS. I've setup the bastion jump and can get all my other plays to work correctly. However there is one simple job template I want to provide to a…
jsjw
  • 43
  • 3
0
votes
0 answers

How to check if network is available from a AWX running container to a LDAP server?

I want to connect to a LDAP server from an AWX installed server. Used docker-compose installed AWX. So it's running inside container. I can ping LDAP server IP from the server running AWX container. But can't ping LDAP server inside the AWX…
rawmain
  • 291
  • 1
  • 7
  • 17
0
votes
1 answer

How to send password with special characters from ansible to Python script?

I am invoking a python script from ansible playbook. While invoking I am passing the credentials to the python script as arguments. The password has some special characters. But in Python script, I am receiving the password without the special…
saffron
  • 143
  • 1
  • 3
  • 12
-1
votes
1 answer

Run playbook periodically

we want to do backup using ansible and we want it to run periodically. I think its possible using os crontab to running playbook, but we want to have more neatly solution Is there any feature in ansible to do this? Thanks.
Ilham Sulaksono
  • 593
  • 1
  • 10
  • 19
-1
votes
1 answer

why my tasks is skipping when i run ansible playbook

- name: get user list from centOs ansible.builtin.shell: cmd: cat /etc/passwd when: ansible_distribution == "CentOs" register: command_output - debug: var:…
-2
votes
1 answer

How to write Ansible playbook to commit and push my new updates on gitlab repository

How to write Ansible playbook to commit and push a gitlab repository? I have Ansible tower template to launch my playbook, then playbook must do commit and push on different git repo. This git repo on successful push will trigger jenkins pipeline.
-5
votes
1 answer

ansible tower causing nginx problems

The ansible tower uses port 40 and 443. Nginx also listens on port 80. Now, the servers which I have hosted behind nginx, like netdata. I accessed them earlier by http://xx.xx.xx.xx/netdata. Now that ansible tower is running on port 80. Whenever I…
Luv33preet
  • 206
  • 1
  • 11
1 2 3 4
5