Questions tagged [automation]
the field of converting any manual process into one that can be run mostly, or entirely, "hands-free"
646 questions
0
votes
1
answer
134
views
Should I store domain admin passwords and user passwords in separate files? [closed]
In an Ansible based email server automation project, random passwords are created for domain admins and users mailboxes, and stored in a JSON file.
In addition to using them in the automation process, ...
2
votes
0
answers
132
views
How to scan multiple devices using OpenSCAP [closed]
I am new to OpenSCAP and have been testing it on a few devices in our network.
My goal is to automate running OpenSCAP scans across multiple devices and generate reports that can be reviewed centrally....
0
votes
0
answers
71
views
Cloud Build Trigger Creation Fails with INVALID_ARGUMENT Despite Valid GitHub Integration
📋 Description:
We're unable to create any triggers in Cloud Build for project aardvark-linkedin-grepper using either CLI, REST API, or webhook trigger formats. All attempts return INVALID_ARGUMENT, ...
0
votes
0
answers
106
views
Cloudbase init update automation
I manage several Windows templates built by Cloudbase init. Currently, I update the templates manually by cloning the template to a new VM, doing the Windows updates, reinstalling the Cloudbase init ...
1
vote
0
answers
518
views
iDRAC stop executing some RACADM commands after a while
I'm using racadm raid get pdisks -o command to get server physical disk information and I noticed that this command is working after iDRAC(iDRAC9 Enterprise) reboot but stop working(racadm ERROR: ...
0
votes
1
answer
139
views
script to print dhcpd.leases info to syslog/file
So i'm running dhcpd on a server and to my knowledge the logs from dhcpd are not adjustable, if they are i'm dying to know how...
Anyways, i need something to check the dhcpd.leases-file which is ...
2
votes
1
answer
2k
views
Ansible compare two value from two dictionnaries
I have a simple problem, i have two dictionaries, one being static with some data, and an other being the result of the stat command stored in a variable (with register).
The goal is simply to compare ...
0
votes
1
answer
1k
views
Jenkins Multiple Agent and Git
I have been using Jenkins for many years, but I have never needed more than one agent for my tasks. Just recently, I found the need to add another agent, which is not Linux but Windows. Now, this node ...
0
votes
1
answer
205
views
.NET application cannot connect to ServiceController when executed through PsExec
I am trying to automate an installation of an application with Packer and Ansible.
At some point the installer of the software, which we have automated using Selenium, checks whether certain Windows ...
0
votes
0
answers
135
views
Seeking Expert Advice on Terraform Deployment Cleanup
I've been successfully using Terraform for various deployments, managing to create multiple environments for different clients using a single Jenkins job. However, I've hit a roadblock when it comes ...
0
votes
1
answer
353
views
Troubleshooting Wake-on-Lan on Dell Microplex
I am trying to get WOL working, but it simply does not help to power on my devices. Here's what I have tried:
I have a 2 PCs of different make/models connected to a Cisco Switch. Both them do not work,...
0
votes
2
answers
4k
views
Execute synchronize module in Ansible automation platform results in file not found
Recently we switched to Ansible automation platform 2.3. My execution environment is ee-supported-rhel8 which contains the Ansible.posix.synchronize module.
When I execute a synchronize module it is ...
-2
votes
2
answers
2k
views
How to delete files automatically from a NAS
There is a CP Plus NVR at my organisation which records data from the cameras and stores them in a dedicated QSAN XCubeNAS Server.
Our NAS has limited storage, is there a way to automatically delete ...
0
votes
1
answer
867
views
Where does Packer look for scripts?
I have a packer template that I'm trying to run. It generally does what I want it to do in that it creates an Azure VM, generalizes it and uploads it to a compute gallery. I'm now trying to expand it ...
0
votes
1
answer
367
views
Load balancer on Ansible Automation Platform
Need one help with Load balancers for Ansible Automation Platform.
Actually I ve upgraded from Anisble Tower 1.2 to Ansible Automation platform 2.3.
Now I am not sure which IP's should I expose to ...