Added testing Ansible configurations
This commit is contained in:
8
group_vars/ios.yml
Normal file
8
group_vars/ios.yml
Normal file
@ -0,0 +1,8 @@
|
||||
ansible_connection: network_cli
|
||||
ansible_network_os: ios
|
||||
ansible_user: ansible
|
||||
ansible_password: ansible
|
||||
ansible_become: yes
|
||||
ansible_become_method: enable
|
||||
ansible_become_password: ansible
|
||||
# ansible_ssh_common_args: '-o ProxyCommand="ssh -W %h:%p -q bastion01"'
|
||||
4
inventory.yaml
Normal file
4
inventory.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
switches:
|
||||
hosts:
|
||||
sw01:
|
||||
ansible_host: 192.168.1.149
|
||||
0
playbook.yaml
Normal file
0
playbook.yaml
Normal file
Reference in New Issue
Block a user