Users Guide

Table Of Contents
8.
$ vim playbook.yaml
- hosts: OS10switch-1 OS10switch-2
connection: network_cli
roles:
- dell-networking.dellos-logging
- dell-networking.dellos-users
- dell-networking.dellos-ntp
ansible-playbook --syntax-check 使
9. ansible-playbook
$ ansible-playbook -i inventory.yaml playbook.yaml
...
...
...
PLAY RECAP
***************************************************************
OS10switch-1: ok=7 changed=6 unreachable=0 failed=0
OS10switch-2: ok=7 changed=6 unreachable=0 failed=0
102 OS10