sorry, groups... I mean just multiple groups in the organization
Neutrally stored (in GitHub).
The project actually has a variable associated to them. In addition, there
is also an ENVIRONMENT variable getting set in the playbook.
On Tuesday, August 23, 2022 at 4:26:32 PM UTC-4 Antony Ston
Good afternoon -
I am attempting to add a collection for awx.awx
I want to leverage the tower_label functionality to give some division to
playbooks that are being executed under the same job template for multiple
projects.
I added a requirements.yml to the collections directory. Contents of
Hi All,
We are getting the floating issue in ansible.
Failed to create temporary directory.In some cases, you may have been able
to authenticate and did not have permissions on the target directory.
Consider changing the remote tmp path in ansible.cfg to a path rooted in
\"/tmp\", for more error
Objective:
- Create a file under a common format (yml, json)
- Create a PostgreSQL role for each user un file
Description:
I'm trying to create alot of users and inserting them into their respective
groups, the structure isn't very complicated, but my current issue, is
trying to find documentati
Spaces are everything, Mr Rowe. Thanks for the hint for my vars.yml issue,
(application list in a separate vars.yml file) which is now working as
expected. Still takes forever (relatively speaking) to install the apps,
but It's helping me make the actual playbook more readable.
I wish there was
vars files look like other yml files.
---
my_var1: my_value
my_var2:
- my_list_of_values
Hope that helps.
Walter
--
Walter Rowe, Division Chief
Infrastructure Services, OISM
Mobile: 202.355.4123
On Aug 29, 2022, at 10:02 AM, Kevin Shumaker
mailto:kevin.shuma...@gmail.com>> wrote:
Many thank
Many thanks for rapid responses.
re: need of a 'state: present' parameter
- It does not seem to need that line, and even if included, does not
make a difference in the amount of time taken.
re: vars files vs vars in playbook
- I have not been able to resolve issues with using any ver
Your last apt task .. does it need a 'state: present' parameter?
- name: install standard stuff
apt:
name: "{{ applications }}"
state: present
Do you support other families of Linux? If so you may want to consider storing
your vars in family-specific vars files and incl