Questions tagged [configuration-management]

Configuration Management refers to establishing and maintaining standardized system configurations within an organization. This tag encompasses the process of defining the configuration profiles, and the software used to manage and deploy it.

Configuration Management refers to establishing and maintaining standardized system configurations within an organization.

This tag encompasses the process of defining the configuration profiles, and the software used to manage and deploy it, such as , , and .

370 questions
0
votes
1 answer

Consul as service discovery and configuration server in on premises local network

We are developing a product that will work as a set of services deployed on-premises (e.g. in the local network of an office, factory, etc.). Since there can be lots of deployment targets for each customer and we want to minimize the configuration…
0
votes
2 answers

Docker remote administration tool for non-clustered workers

I am looking to scale a docker application used to perform periodic performance tests on equipment at several remote locations. This application requires running the same performance tests- using the same underlying images- on each of the remote…
enpaul
  • 202
  • 2
  • 13
0
votes
1 answer

Kubernetes nifi application deployment with configuration management

I have deployed my Ni-Fi application using Kubernetes on-prem setup. Now the image which i am using to spin up the docker container is from docker private registry, which i can see when i deployed using Daemon sets service because my requirement is…
0
votes
2 answers

Ansible: how to manage hosts if they are not always online?

My apologies if this question has been asked before, but I may not be using the correct terminology in my searches... In my spare time I'm managing a limited amount of hosts (desktops and laptops running Debian Stretch) with Ansible. My 'installer…
zenlord
  • 197
  • 1
  • 8
0
votes
1 answer

Ansible cloud stack module nested loop for security groups and ports

I'm trying to set multiple security groups at once using the ansible cloud stack module. The yaml file currently looks like this: - name: add inbound tcp rules to security group web cs_securitygroup_rule: security_group: web start_port: "{{…
0
votes
1 answer

rudder / plugin datasources

After having successfully compiled, installed and tested the rudder data sources plugin, I deleted some datasources values in datasources plugin, but they are still present into node properties, is it normal ? Trying to delete them manually (with…
Luc
  • 11
  • 1
0
votes
1 answer

Microsoft Intune conflict resolution

I have a number of devices enrolled in Microsoft Intune. Currently, they all share a single set of Intune configuration profiles and compliance policies; our "all employees" group has the profiles/policies assigned to it. I want to set up a new…
0
votes
0 answers

How do you keep track of how a certain software installation impacts your system?

I would like to get some advice on how you approach a new software installation on Windows to be able to extract the impact that software makes on your system and attack surface. I need to know what changes the software makes on the system such as…
0siris
  • 13
  • 1
  • 7
0
votes
0 answers

Best way to keep the list of servers, OSs, Databases and so on

I have a Microsoft Visio file in which I list the list of sever my organization has, but not only that, also wich OS they have, Databases, and so on. The problem with the Visio file is that is something static and very graphic oriented. I would like…
0
votes
1 answer

What does Puppet indicate with notice "altered - with untracked files"

I receive the following notice from a puppet agent -t run that does (or at least should) not effect any changes: Info: Applying configuration version ' - altered - with untracked files' What is the meaning of the clause altered - with untracked…
rookie09
  • 573
  • 1
  • 5
  • 14
0
votes
2 answers

Where does dependency User[root] (has failures) arise in Puppet manifest

The following Puppet manifest is meant for installing a binary and a systemd service description file, for starting the binary as a service, and for restarting the service when either the binary or the service description changes. class…
rookie09
  • 573
  • 1
  • 5
  • 14
0
votes
1 answer

ANSIBLE set tags per item in with_items loop

I have this playbook to create ec2 instances and will like to target each ec2 creation by tags but not working...when i run playbook i do not get any errors but notting gets created. --- - name: Build or Check environment hosts: localhost …
0
votes
1 answer

Environment specific configuration in puppet

I have a custom puppet module for setting up Apache web server and I use templates to copy the configurations. We have different environments like production, Quality Assurance, Integration testing. Each environment has one or more servers. The…
0
votes
0 answers

configuration mistake on direct zone in bind9 on ubuntu 16.04.2 LTS

I am trying to configure a server with bind9 on ubuntu 16.4.2 LTS. I configured the DNS direct zone like this: ; ; BIND data file for local loopback interface ; $TTL 604800 @ IN SOA asirrafaas.edu. server.asirrafaas.edu. ( …
0
votes
1 answer

Solaris Nags About "process.max-stack-size" while running "Java Processes"

I have a server running Solaris 10. It reports using 10% of total memory using prstat. I 've ran process using Java 1.7.0_80 in 64-bit mode. The problem is that System always nags about process.max-stack-size no matter how much I change the stack…