Stoeps' Links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
page 1 / 2
33 results tagged ansible  ✕
Ansible Callback-Plugins https://rndmh3ro.github.io/
Thu 21 Jan 2021 11:16:53 PM CET wallabag

Ansibles Callback plugins control most of the output you see when running the command line programs, but can also be used to add additional output, integrate with other tools and marshall the events to a storage backend

ansible
Use Ansible's YAML callback plugin for a better CLI experience | Jeff Geerling https://www.jeffgeerling.com/blog/2018/use-ansibles-yaml-callback-plugin-better-cli-experience
Thu 21 Jan 2021 09:42:25 PM CET wallabag

Ansible is a great tool for automating IT workflows, and I use it to manage hundreds of servers and cloud services on a daily basis. One of my small annoyances with Ansible, though, is it's default CLI output—whenever there's a command that fails, or a command or task that succeeds and dumps a bunch of output to the CLI, the default visible output is not very human-friendly.

ansible plugin
How to develop Ansible roles w/ unit test and CI (Example) https://coderwall.com/p/8yfuva/how-to-develop-ansible-roles-w-unit-test-and-ci
Wed 20 Jan 2021 06:59:16 AM CET wallabag
thumbnail

How to develop Ansible roles w/ unit test and continuous integration services.

ansible testing unittest
Using Molecule to Test Ansible Roles https://digitalis.io/blog/technology/using-molecule-to-test-ansible-roles/
Sun 17 Jan 2021 09:44:05 AM CET wallabag
thumbnail
ansible molecule
Testen von Ansible Rollen mittels Molecule – axxeo https://www.axxeo.de/blog/testen-von-ansible-rollen-mittels-molecule/
Sun 17 Jan 2021 09:43:41 AM CET wallabag
ansible molecule
Testing Ansible Roles Using Molecule | by Martin Chrobot | The Startup | Medium https://medium.com/swlh/testing-ansible-roles-using-molecule-1dd00765cef6
Sun 17 Jan 2021 09:42:38 AM CET wallabag
thumbnail
ansible molecule
Developing and Testing Ansible Roles with Molecule and Podman - Part 1 https://www.ansible.com/blog/developing-and-testing-ansible-roles-with-molecule-and-podman-part-1
Sun 17 Jan 2021 09:42:04 AM CET wallabag
thumbnail
ansible molecule
Testing your Ansible roles with Molecule | Jeff Geerling https://www.jeffgeerling.com/blog/2018/testing-your-ansible-roles-molecule
Sun 17 Jan 2021 09:41:32 AM CET wallabag
ansible molecule
GitHub - ansible-community/molecule: Molecule aids in the development and testing of Ansible roles https://github.com/ansible-community/molecule
Sun 17 Jan 2021 09:41:04 AM CET wallabag
thumbnail
ansible molecule
Ansible Molecule — Molecule 3.2.2.dev5 documentation https://molecule.readthedocs.io/en/latest/
Sun 17 Jan 2021 09:40:39 AM CET wallabag
ansible molecule
Ansible Watch / Research ?EuMGgQ
Sat 16 Jan 2021 05:40:58 AM CET wallabag
  • Molecule
  • Callback Plugins (yaml), format error messages
  • Plugins
2read ansible todo
Propagating the plugin-cfg.xml file to web servers https://www.ibm.com/support/knowledgecenter/en/SS7K4U_8.5.5/com.ibm.websphere.zseries.doc/ae/twve_propplugcfgweb.html
Sun 10 Jan 2021 12:25:12 AM CET wallabag

https://www.ibm.com/support/knowledgecenter/en/SS7K4U_8.5.5/com.ibm.websphere.zseries.doc/ae/twve_propplugcfgweb.html

ansible websphere
Migrating Roles to Roles in Collections on Galaxy — Ansible Documentation https://docs.ansible.com/ansible/latest/dev_guide/migrating_roles.html
Fri 08 Jan 2021 03:57:06 PM CET wallabag

You can migrate any existing standalone role into a collection and host the collection on Galaxy. With Ansible collections, you can distribute many roles in a single cohesive unit of re-usable automation. Inside a collection, you can share custom plugins across all roles in the collection instead of duplicating them in each role’s library/` directory.

You must migrate roles to collections if you want to distribute them as certified Ansible content.

ansible collections roles
Handlers: running operations on change — Ansible Documentation https://docs.ansible.com/ansible/latest/user_guide/playbooks_handlers.html
Fri 08 Jan 2021 03:56:18 PM CET wallabag

Sometimes you want a task to run only when a change is made on a machine. For example, you may want to restart a service if a task updates the configuration of that service, but not if the configuration is unchanged. Ansible uses handlers to address this use case. Handlers are tasks that only run when notified. Each handler should have a globally unique name.

ansible handlers
Creating Roles — Ansible Documentation https://galaxy.ansible.com/docs/contributing/creating_role.html
Fri 08 Jan 2021 03:54:54 PM CET wallabag

This topic describes how to create Ansible roles that can be imported into Galaxy.

ansible galaxy roles
Developing collections — Ansible Documentation https://docs.ansible.com/ansible/latest/dev_guide/developing_collections.html#developing-collections
Fri 08 Jan 2021 03:54:28 PM CET wallabag

Collections are a distribution format for Ansible content. You can use collections to package and distribute playbooks, roles, modules, and plugins. You can publish and use collections through Ansible Galaxy.

ansible collections
Ansible Tutorial | A Quick Guide to IT Automation Software https://www.educba.com/software-development/software-development-tutorials/ansible-tutorial/
Fri 08 Jan 2021 03:51:28 PM CET wallabag

Ansible is an open-source IT automation software that automates the IT infrastructure. It creates an automated and consistent IT environment which makes IT task much easier and faster. Such an environment is self-regulating that can manage all the IT services without using any additional agent. It set up an automated environment for server, OS, Application and other IT services and configures them for better access. It also manages the deployment of any application on the system. Ansible uses to configure a variety of IT materials such as network devices, servers, database storage, cloud infrastructure, firewall, and any other virtual/physical platform. It automates the administrator’s task and allows fast access to various IT services. Ansible uses YAML language that describes system configuration to manage the IT services.

ansible tutorial
Ansible 101 by Jeff Geerling - YouTube streaming series | Jeff Geerling https://www.jeffgeerling.com/blog/2020/ansible-101-jeff-geerling-youtube-streaming-series
Fri 08 Jan 2021 03:50:39 PM CET wallabag
ansible tutorial
geerlingguy/ansible-collection-k8s: Collection of Kubernetes automation tools for Ansible https://github.com/geerlingguy/ansible-collection-k8s
Fri 08 Jan 2021 03:48:27 PM CET wallabag
thumbnail

Ansible Kubernetes Collection as example

ansible
geerlingguy/ansible-role-kubernetes: Ansible Role - Kubernetes https://github.com/geerlingguy/ansible-role-kubernetes
Fri 08 Jan 2021 03:46:58 PM CET wallabag
thumbnail

Ansible collections as example

ansible role
page 1 / 2
413 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn
Impressum