Introduction to Ansible Playbooks (and demonstration)

44
25



In this video, we will discuss key playbook concepts and build upon our Ad-Hoc demonstration by creating a basic playbook.

Learn more: https://www.redhat.com/rhtapps/promo-do007/?sc_cid=7016000000126GeAAI

source

Previous articleAnsible Roles may save your life!
Next articleHardening Access to Your Server | Linux Security Tutorial

25 COMMENTS

  1. Hello Red Hat Video.

    when execute in mode verbose feature error:

    fatal: [192.168.1.12]: FAILED! => {
    "changed": false,
    "invocation": {
    "module_args": {
    "chat_id": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
    "msg": "Tarefa Ansible Terminada",
    "msg_format": "plain",
    "token": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER"
    }
    },
    "msg": "failed to send message, return status=404",
    "telegram_error": "Not Found"
    }

  2. Hello Michelle Perz.

    i need of help for integration Ansbile more Telegram for send notifications
    I'm open one new archive example: Send_Notification.yml

    -name: Send Notification
    telegram:
    token: "bot+id"
    chat_id: id chat or group
    msg: " Notification Infraestructure

    Running application as Send_Notifications.yml –syntax-check

    [Warning] Ignoring invalid attribute ….

    Go verify link https://docs.ansible.com/ansible/2.4/telegram_module.html
    Version Installed – 2.5.5.1.e17.noarch