Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 330 Bytes

File metadata and controls

19 lines (12 loc) · 330 Bytes

Ansible Role: Ansible node

Setup Ansible on Debian and Ubuntu servers.

Role Variables

Available variables can be found in defaults/main.yml

Example Playbook

    - hosts: all

      vars:
        ansible_node_ansible_version: 11.1

      roles:
        - alphanodes.setup.ansible_node