Skip to content

www.Dev4Devs.com

  • Linkedin
  • GitHub
  • Twitter

Solutions for developers

  • Home
  • Tags
    • ci
    • command line
    • devtools
    • docker
    • git
    • [Intellij IDEA]
    • macosx
    • operator-sdk
    • operator-framework
    • opensource
    • operators
    • regex
    • ssh
    • travis
    • utils
    • woman
    • kubernetes
  • Search
  • Categories
    • Algorithms
    • ansible
    • Books
    • CommandLine
    • DevOps
    • docker
    • English
    • Functional Programming
    • git
    • golang
    • Hibernate
    • Java
    • Javascript
    • NodeJS
    • MongoDB
    • kubernetes
    • operators
    • OpenShift
    • Tips
  • About

Tag: ansible

[Ansible] – How to work with errors? How to ignore and or create conditionals to fail?

Ignore errors To ignore errors use the attribute ignore_errors as the following example. – name: be sure ntp is installed yum: … More

ansible

[Ansible] – How to use tags?

Tags is an attribute which can be used to allow or not run some tasks when just some specific tag … More

ansible

[Ansible] – Understanding Handlers

Handlers are used to trigger actions when the tasks are executed. For example, in the case of being required to … More

ansible

[Ansible] – How to create conditionals? How to just run a task when and/or if?

Use the attribute when to define that some task can just be executed when some conditional be attended. Following an … More

ansible

[Ansible] – How to create loops?

Simple loop To create loops the attribute with_items is used to define that the action/task will be performed for all items … More

ansible

[Ansible] – How to include tasks and variables file definitions?

It is possible to create files with tasks and variables definitions to reuse in many playbooks. To use them in … More

ansible

[Ansible] – Understanding Ansible facts

What are Ansible Facts? Ansible facts are variables that automatically are obtained for example the hostname, the network interfaces, the version of the operating … More

ansible

[Ansible] – How to use variables?

Syntax variable names Spaces, and dots and special characters as for example ($) are not valid syntaxes for the variable names.  … More

ansible

[Ansible] – How to define a list of values in the YAML files?

The list can be informed like the following example. hosts: – servera.example.com – serverb.example.com – serverc.example.com Also, it can be … More

ansible

[Ansible] – How to create and use variable dictionaries in the YAML files?

The key-value pairs can be passed indented in the file like the following example. name: valuename key: value secondkey: 2 … More

ansible

Posts navigation

Older posts
Newer posts

Search

Follow www.Dev4Devs.com on WordPress.com

Category Cloud

Algorithms AngularJS ansible Architecture Books CommandLine container convection DevOps docker English Functional Programming git golang helm hibernate java javascript JavaServer Faces kubebuilder kubernetes layout maven meteor minikube mongoDB neo4j NodeJS OpenShift operators postgreSQL primefaces python regex shell SO think tips Uncategorized [Intellij IDEA]

Tags Cloud

5.0 2019 2020 aggregate ai Algorithms amazon android AngularJS annotations ansible anyMatch Architecture AtomicBoolean autocomplete automate aws beans best practices Books bootstrap bundle cache callable cdi centos ci Clojure code collections CommandLine command line configuration confirmation container contribution control-plane.io cool cordova course database datable date date component debugger debugging for chrome default methods Design design pattern DevOps devtools directions api docker email English estatistics events example exceptions faces factory Fedora filter findFirst fix foreach formatter Functional Programming genericConverter gi git golang good practices google gradle groupingBy grunt hibernate hyperkit ibm images install interceptors ios isse java java8 javascript javaserverfaces JAX-B jdk js jsf junit key kids kubebuilder kubernetes kubernets lambdas layout learn lint linux local env london macosx mandrill mapping maps Material Design math maven meteor Methods microservices minikube Minishift mobile mongoDB music neo4j node node.js nuaware oc tool olm OpenShift opensource operator-framework operator-sdk operatorhub operators optional parse performace pocs pool postgreSQL primafeces primefaces Process prometheus python reactivevar redhat redis reflection regex regular expressions remotework responsive rest rhel7 sax scalingo script sdk security sensitive shel shell socket sorted sound sp spin sponsored by spring ssh StAX STEM stream streams sum t tail recursion tdc think thread threads tip tips travis UI uk upstream utils vagrant validation form volatile webpack wildfly woman xml xpath xsd xsl XSLT [Intellij IDEA]
Create a website or blog at WordPress.com
  • Follow Following
    • www.Dev4Devs.com
    • Join 54 other followers
    • Already have a WordPress.com account? Log in now.
    • www.Dev4Devs.com
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...