Most answered questions in DevOps & Agile

0 votes
1 answer

Apply module to puppet client.

Add this to site.pp: node 'fqdn of client' ...READ MORE

Mar 12, 2019 in Puppet by Yesha
419 views
0 votes
1 answer

What are puppet manifests?

Puppet manifest files are the files where ...READ MORE

Mar 11, 2019 in Puppet by Shalaka
557 views
0 votes
1 answer

How does Puppet master and node communicate?

Puppet master communicates with puppet agent via ...READ MORE

Mar 11, 2019 in Puppet by Kim
787 views
0 votes
1 answer

Purpose of node block in Puppet

A node block allows you to specify ...READ MORE

Mar 11, 2019 in Puppet by Shalaka
445 views
0 votes
1 answer

Install LAMP Stack by creating a new module - Puppet

Hey @Ruth, yes you can set up ...READ MORE

Mar 11, 2019 in Puppet by Shalaka
815 views
0 votes
1 answer

Check if my Lamp stack installation was successful using Puppet

If there were no errors, you should ...READ MORE

Mar 11, 2019 in Puppet by Bob
347 views
0 votes
1 answer

Resource declaration for installing LAMP Stack using Puppet

First create manifest, like this: sudo vi /etc/puppet/manifests/lamp.pp Add ...READ MORE

Mar 11, 2019 in DevOps & Agile by Bob
437 views
0 votes
1 answer

What is resource declaration in Puppet?

Puppet code is composed primarily of resource declarations. ...READ MORE

Mar 11, 2019 in Puppet by Bob
523 views
0 votes
1 answer

What are modules in puppet?

A module can be defined as a ...READ MORE

Mar 8, 2019 in Puppet by Vivek
423 views
0 votes
1 answer

Is nested class supported in Puppet?

Puppet supports the concept of nesting of ...READ MORE

Mar 8, 2019 in Puppet by Devika
1,818 views
0 votes
1 answer

What are classes in Puppet?

Classes in Puppet are introduced using the ...READ MORE

Mar 8, 2019 in Puppet by Haider
369 views
0 votes
1 answer

confirm r10k installation and configuration

Hey @Nisha, to confirm the installation and ...READ MORE

Mar 8, 2019 in Puppet by Barbara
594 views
0 votes
1 answer

How does puppet communicate with agent nodes?

Hey @Nisha, Puppet server manages the client's ...READ MORE

Mar 8, 2019 in Puppet by Vignesh
514 views
0 votes
1 answer

How do I install Puppet directly from the source?

Hey @Laksha,  First, install the Puppet tarball from ...READ MORE

Mar 8, 2019 in Puppet by Yesha
538 views
0 votes
1 answer

How do I install factor and puppet using Ruby Gem?

Hey @Kiara, execute these commands to install ...READ MORE

Mar 8, 2019 in Puppet by Yogesh
1,821 views
0 votes
1 answer

What are the key components of Puppet?

These are the following key components of ...READ MORE

Mar 8, 2019 in Puppet by Veena
1,753 views
0 votes
1 answer

How does Puppet apply configuration to agent nodes?

Puppet follows this workflow: There is a factor ...READ MORE

Mar 8, 2019 in Puppet by Veena
980 views
0 votes
1 answer

How does Puppet use Resource Abstraction Layer(RAL)?

Resource Abstraction Layer uses puppet resources and ...READ MORE

Mar 8, 2019 in Puppet by Veena
790 views
0 votes
1 answer

How does idempotency make puppet special?

idempotency helps in managing a particular machine ...READ MORE

Mar 8, 2019 in Puppet by Veena
729 views
0 votes
1 answer

Prerequisites for learning puppet

You should have an understanding of the ...READ MORE

Mar 8, 2019 in Puppet by Amish
641 views
0 votes
1 answer

Encrypting few variables and embedding them in playbook

Hey @Camron, you can just encrypt those ...READ MORE

Mar 7, 2019 in Ansible by Fez
676 views
0 votes
1 answer

What is vault id?

A vault id is an identifier for ...READ MORE

Mar 7, 2019 in Ansible by William
868 views
0 votes
1 answer

Python script to decrypt while running the playbook - Ansible Vault

Ansible provides a feature where you can ...READ MORE

Mar 7, 2019 in Ansible by William
3,057 views
0 votes
1 answer

Password prompt everytime I run a playbook is annoying

So Ansible provides a feature called vault ...READ MORE

Mar 7, 2019 in Ansible by William
1,575 views
0 votes
1 answer

Pass multiple password files while running ansible playbook

Hey @Neha, you can pass your password ...READ MORE

Mar 6, 2019 in Ansible by Yesha
1,764 views
0 votes
1 answer

View the encrypted file without decrypting - Ansible Vault

Hey @Laksha, you can view the file ...READ MORE

Mar 6, 2019 in Ansible by William
1,221 views
0 votes
1 answer

Disadvantages of using Ansible Vault

There are two main disadvantages: If you lose ...READ MORE

Mar 6, 2019 in Ansible by William
1,337 views
0 votes
1 answer

How do I enable sudo privileges in the playbook?

Hey @Kiran, to set enable mode for ...READ MORE

Mar 6, 2019 in Ansible by Yogesh
547 views
0 votes
1 answer

Error saying "Invalid input (privileged mode required)" - Ansible

The task that generated this error requires to enable mode ...READ MORE

Mar 6, 2019 in Ansible by Yogesh
1,572 views
0 votes
1 answer

Check status of an operation running in the background - Ansible

Hey @Neel, According to the documentation, Long running ...READ MORE

Mar 6, 2019 in Ansible by Yesha
1,544 views
0 votes
1 answer

Ensure the package is latest version - Ansible

Ensure a package is at the latest ...READ MORE

Mar 6, 2019 in Ansible by Yogesh
499 views
0 votes
1 answer

Check for certain package with specific version exists - Ansible

Hey @Kavya, to check if a package ...READ MORE

Mar 6, 2019 in Ansible by Devika
2,650 views
0 votes
1 answer

copy multiple files to multiple systems - Ansible

You can use /usr/bin/ansible command line. Ansible can SCP ...READ MORE

Mar 6, 2019 in Ansible by Yogesh
4,229 views
0 votes
1 answer

reboot all web servers in Canada, 15 at a time. is that possible in Ansible?

Of course, that is possible @Neel, just ...READ MORE

Mar 6, 2019 in Ansible by Yogesh
408 views
0 votes
1 answer

What are Ad-Hoc commands?

Ad-Hoc command is something that you would ...READ MORE

Mar 6, 2019 in Ansible by Yogesh
568 views
0 votes
1 answer

How to scale a particular service to ‘x' containers?

I think I can help you with ...READ MORE

Mar 6, 2019 in DevOps & Agile by Damon Salvatore
• 5,980 points
609 views
0 votes
1 answer

Change Ansible Vault editor from vi to nano

By default, the editor used by the ...READ MORE

Mar 5, 2019 in Ansible by Yogesh
15,305 views
0 votes
1 answer

Configure Puppet Enterprise

In the console, click Nodes > Classification, and select the ...READ MORE

Mar 5, 2019 in Puppet by Kyraa
359 views
0 votes
1 answer

Is using Puppet class Inheritance even useful?

Building a service from reusable Puppet modules ...READ MORE

Mar 5, 2019 in Puppet by Kyraa
343 views
0 votes
1 answer

What is class inheritance in Puppet?

What is class Inheritance? Node groups inherent properties ...READ MORE

Mar 5, 2019 in Puppet by Yogesh
1,602 views
0 votes
1 answer

What is configuration management?

A Configuration Item is any service component, ...READ MORE

Mar 5, 2019 in Puppet by Saurab
519 views
0 votes
1 answer

What are the problems that are overcome by using Puppet?

I've used puppet for configuration management the ...READ MORE

Mar 5, 2019 in Puppet by Yesha
532 views
0 votes
1 answer

How is puppet used as a Configuration Management tool?

System Administrators usually perform repetitive tasks such ...READ MORE

Mar 5, 2019 in Puppet by Saurab
415 views
0 votes
1 answer

All commands in Vagrant are giving me errors

Hey @Isha, the problem is with your ...READ MORE

Mar 5, 2019 in DevOps Tools by Kyraa
1,446 views
0 votes
1 answer

Error while automating performance testing using Bamboo

Hey @Nisha, the command you're using is ...READ MORE

Mar 5, 2019 in DevOps Tools by Yesha
577 views
0 votes
1 answer

How do I copy files from my system desktop to my EC2 instance?

One of the ways is to upload ...READ MORE

Mar 5, 2019 in Ansible by Kyraa
644 views
0 votes
1 answer

Monitor IMAP service using Nagios

Hey @Kailash, you can use the check_imap ...READ MORE

Mar 1, 2019 in Nagios by Kiran
459 views
0 votes
1 answer

Monitor POP3 services on my email servers

Hey @Jake, you can use the check_pop ...READ MORE

Mar 1, 2019 in Nagios by Layla
481 views
0 votes
1 answer

Monitor SMTP services on a host system using Nagios

The check_smtp plugin can be used for monitoring your ...READ MORE

Mar 1, 2019 in Nagios by Kavya
989 views
0 votes
1 answer

Monitor SSH services using nagios

Hey @Thomas, you can use the check_ssh ...READ MORE

Mar 1, 2019 in Nagios by Jake
702 views