Skip to content

Instantly share code, notes, and snippets.

View sbilque's full-sized avatar

Stéphane Bilqué sbilque

View GitHub Profile

Ansible: Run Playbooks From Other Teams

Some companies put the onnus of installing and setting up an application, onto the application teams themselves. This means they can leverage the power of the existing automation to stand up their application and reduce the time it takes to get up and running. They'll need to write the ansible playbooks to cover off all of their application requirements, but once that code exists, it's a simple matter to make small updates and tweaks manage that application going forward.

This demo will cover

  • Set-up a basic playbook to make a few simple updates on a remote server.
  • Create a couple of Ansible roles in a new GitHub repo (pre-perpared).
  • Create the requirements.yml file correctly andin the right place to pull down the new ansible roles from a different

Ansible: Create Local / Custom facts on Windows Servers

This demo follows on from Ansible: How to manage Windows servers using winrm

Subscribe To Me On YouTube: https://bit.ly/lon_sub

Go through that video first to setup your environment.

Please consider Subscribing to support my channel.

If you manage a groups of servers, be they Linux or Windows using Ansible, sometimes you need to get a specific piece of information