eng
competition

Text Practice Mode

ANSIBLE CISCO

created Mar 25th 2020, 21:00 by gabriel silva de oliveira


0


Rating

23 words
2 completed
00:00
- hosts: RTS
    gather_facts: false
    connection: network_cli
 
    tasks:
        - name: Primeiro comando
            ios_config:
                lines:
                    - description configured by ansible
                parents: interface range g1-2

saving score / loading statistics ...