changed all filtypes to 'yml' instead of 'yaml'
This commit is contained in:
@ -1,4 +0,0 @@
|
||||
switches:
|
||||
hosts:
|
||||
sw01:
|
||||
ansible_host: 192.168.1.149
|
||||
6
inventory.yml
Normal file
6
inventory.yml
Normal file
@ -0,0 +1,6 @@
|
||||
all:
|
||||
children:
|
||||
switches:
|
||||
hosts:
|
||||
sw01:
|
||||
ansible_host: 192.168.1.149
|
||||
10
site.yaml
10
site.yaml
@ -1,10 +0,0 @@
|
||||
- hosts: switches
|
||||
|
||||
tasks:
|
||||
- name: set a banner
|
||||
ios_banner:
|
||||
banner: login
|
||||
text: |
|
||||
Hallo jongens
|
||||
Kom je doen jong
|
||||
state: present
|
||||
Reference in New Issue
Block a user