Make our roles directory cleaner and nicer
This commit is contained in:
parent
92f81f8010
commit
76c99e5e6e
8
roles/.gitignore
vendored
Normal file
8
roles/.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Match everything in this directory
|
||||||
|
/*
|
||||||
|
# Except for obvious important stuff:
|
||||||
|
!.gitignore
|
||||||
|
!requirements.yml
|
||||||
|
# And local roles:
|
||||||
|
!ansible-pull/
|
||||||
|
!common/
|
@ -8,9 +8,12 @@
|
|||||||
# DB Server stuff
|
# DB Server stuff
|
||||||
# Docs: https://github.com/geerlingguy/ansible-role-postgresql
|
# Docs: https://github.com/geerlingguy/ansible-role-postgresql
|
||||||
- src: geerlingguy.postgresql
|
- src: geerlingguy.postgresql
|
||||||
|
version: 2.2.1
|
||||||
|
|
||||||
# Webserver stuff
|
# Webserver stuff
|
||||||
# Docs: https://github.com/geerlingguy/ansible-role-apache
|
# Docs: https://github.com/geerlingguy/ansible-role-apache
|
||||||
- src: geerlingguy.apache
|
- src: geerlingguy.apache
|
||||||
|
version: 3.1.0
|
||||||
# Docs: https://github.com/geerlingguy/ansible-role-php
|
# Docs: https://github.com/geerlingguy/ansible-role-php
|
||||||
- src: geerlingguy.php
|
- src: geerlingguy.php
|
||||||
|
version: 4.5.1
|
||||||
|
Loading…
Reference in New Issue
Block a user