Externalize role
This commit is contained in:
commit
e80c8b4d53
6 changed files with 420 additions and 0 deletions
7
vars/Debian.yml
Normal file
7
vars/Debian.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
httpd_packages:
|
||||
- apache
|
||||
httpd_user: www
|
||||
httpd_group: "{{ httpd_user }}"
|
||||
httpd_service: apache
|
||||
|
||||
7
vars/RedHat.yml
Normal file
7
vars/RedHat.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
httpd_packages:
|
||||
- httpd
|
||||
httpd_user: apache
|
||||
httpd_group: "{{ httpd_user }}"
|
||||
httpd_service: httpd
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue