Initial commit
This commit is contained in:
0
roles/anyrole/handlers/.gitkeep
Normal file
0
roles/anyrole/handlers/.gitkeep
Normal file
8
roles/anyrole/tasks/main.yml
Normal file
8
roles/anyrole/tasks/main.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
#
|
||||
# Tasks to be applied to some servers
|
||||
#
|
||||
|
||||
# Add tasks for a specific role to this playbook...
|
||||
|
||||
...
|
0
roles/anyrole/templates/.gitkeep
Normal file
0
roles/anyrole/templates/.gitkeep
Normal file
0
roles/common/handlers/.gitkeep
Normal file
0
roles/common/handlers/.gitkeep
Normal file
12
roles/common/tasks/main.yml
Normal file
12
roles/common/tasks/main.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
#
|
||||
# Tasks to be applied to all servers
|
||||
#
|
||||
|
||||
- name: Check connectivity
|
||||
ping: data=alive
|
||||
tags: check
|
||||
|
||||
# Add further tasks for the common role (applied to all servers) to this playbook...
|
||||
|
||||
...
|
0
roles/common/templates/.gitkeep
Normal file
0
roles/common/templates/.gitkeep
Normal file
Reference in New Issue
Block a user