Added a common role
This commit is contained in:
14
roles/common/vars/main.yml
Normal file
14
roles/common/vars/main.yml
Normal file
@ -0,0 +1,14 @@
|
||||
banner: |
|
||||
Welcome to the party switch :)
|
||||
|
||||
dns_servers:
|
||||
- 8.8.8.8
|
||||
- 8.8.4.4
|
||||
|
||||
users:
|
||||
- name: martijn
|
||||
configured_password: martijn
|
||||
privilege: 15
|
||||
- name: ansible
|
||||
configured_password: ansible
|
||||
privilege: 15
|
||||
Reference in New Issue
Block a user