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

UI to managing specific applicationhost.config

I'm doing some work with IIS Express and it has it's own applicationhost.config. Is there any UI that I could use to manage that config file without editing the XML directly? I downloaded IIS Manager for Remote Administration but that still connect…
Keivan
  • 173
  • 1
  • 1
  • 6
2
votes
1 answer

web based admin management for nginx?

is there any web base management tool for nginx?
Radek
  • 1,133
  • 4
  • 26
  • 38
2
votes
3 answers

Find all files with an undefined GID (A group without an entry in /etc/group)

On several of our CentOS 5 systems, the /etc/group file was munged by an automated script. As a result, there are some files on the system which have an undefined GID-- the GID is not defined in /etc/group. For example, the following file is owned…
Stefan Lasiewski
  • 22,949
  • 38
  • 129
  • 184
2
votes
2 answers

rpm-based system configuration management

Scenario: I've got a network with a few score RPM-based machines, and need to standardize and sometimes en masse update some predictable *NIX configuration files: nsswitch.conf, ntp.conf, ldap.conf, syslog.conf, etc. (I control what settings I can…
pilcrow
  • 449
  • 5
  • 19
2
votes
2 answers

Installing Zend Server via Puppet, on RHEL and Ubuntu?

I'm learning Puppet by example and writing some modules to manage our current RHEL and Ubuntu servers. My first serious attempt is a Zend Server module. Since Puppet has a Yumrepo, but no Aptrepo resource how would you structure a module to add the…
Martijn Heemels
  • 7,438
  • 6
  • 39
  • 62
2
votes
2 answers

Parse/Edit Apache conf files with Ruby?

I need to write some scripts to make changes to Apache conf files, namely to add/update VirtualHosts. I plan on doing this in Ruby. before I write my own, are there any scripts/rubygems which allow Ruby to parse/modify Apache conf files,…
Josh
  • 9,001
  • 27
  • 78
  • 124
2
votes
2 answers

How to document configuration changes from incidents

how do you document changes to your configuration which were made during an incident? In ITIL incident- and configuration-management are two different processes but they are related at this point. My ideas are: The information will be manually…
Christian
  • 4,645
  • 2
  • 23
  • 27
2
votes
1 answer

Set sysfs network option before interface is up

I want to set /sys/class/net/wwan0/qmi/raw_ip, and I don't want to do it by writing a shell script to take wwan0 down set it, then put wwan0 back up as a systemd unit. I'm trying this on Raspbian Stretch, but I doubt the distribution matters much…
1
vote
1 answer

How to fingerprint (euclidian distance) a filesystem on linux?

I have a large number of systems (100s) managed by a small group of people which has changed over time. Each system is installed using a base image (which has its own version which is different depending on the age of the installation) which is…
1
vote
1 answer

System Center Configuration Manager using 'Run Script' feature on devices with AllSigned Execution Policy

We have System Center Configuration Manager version 1902 managing our devices. I would like to use the nice feature "Run Script", which runs PowerShell scripts on an entire collection of devices, but all our devices have the ExecutionPolicy set to…
esserafael
  • 329
  • 2
  • 9
  • 20
1
vote
2 answers

Push default settings to clients from print management

We have installed 30 printers to some 500 clients in our company using print management in Windows 2012 Server. Now we changed the default settings to the printers in print management (changed from default color to b&w). How can i push these…
Alex E.
  • 49
  • 5
1
vote
1 answer

Adding firewalld to existing infrastructure with minimal downtime

I have a mixed Ubuntu 16.04/Ubuntu 18.04 based infrastructure and would like to set up and configure firewalld on hosts. I am going to use an Ansible role for that (I have a Vagrant-based setup to test the Ansible role). When I run Ansible playbooks…
Alex
  • 7,789
  • 4
  • 36
  • 51
1
vote
1 answer

Rudder plugins compilation

I need to get rudder plugins, I git cloned it but I need to compile it on another machine which does not have access to the internet. I folllowed the instructions to compile the plugin in rudder-plugin directory,but it fails trying to download…
Luc
  • 11
  • 1
1
vote
1 answer

AWS auto-scale shared Wordpress web server - AMI vs user scripts

I have a shared Wordpress hosting server with approximately 50 sites on it, which is fully configured via Ansible. I'm trying to find a good boundary between a) updating AMIs every time a site is added or configuration is changed, for example this…
1
vote
0 answers

Can't find jetty config file on Fedora 28

I installed jetty8 on fedora 28, but I do not know where is the configuration file for the server. In Ubuntu the jetty8 configuration file is /etc/default/jetty8. To install jetty I've used: dnf install jetty8
jeugenio
  • 11
  • 2