Make our roles directory cleaner and nicer

This commit is contained in:
Salt 2020-10-28 22:14:30 -05:00
parent 92f81f8010
commit 76c99e5e6e
2 changed files with 11 additions and 0 deletions

8
roles/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Match everything in this directory
/*
# Except for obvious important stuff:
!.gitignore
!requirements.yml
# And local roles:
!ansible-pull/
!common/

View File

@ -8,9 +8,12 @@
# DB Server stuff
# Docs: https://github.com/geerlingguy/ansible-role-postgresql
- src: geerlingguy.postgresql
version: 2.2.1
# Webserver stuff
# Docs: https://github.com/geerlingguy/ansible-role-apache
- src: geerlingguy.apache
version: 3.1.0
# Docs: https://github.com/geerlingguy/ansible-role-php
- src: geerlingguy.php
version: 4.5.1