mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 13:40:17 +00:00
finished re-aranging roles, for now
This commit is contained in:
@@ -4,4 +4,5 @@
|
||||
- include: packages.yml
|
||||
- include: users.yml
|
||||
- include: apache.yml
|
||||
- include: codedeploy.yml
|
||||
- include: codedeploy.yml
|
||||
|
||||
|
||||
@@ -3,9 +3,6 @@
|
||||
- name: Install wwww packages
|
||||
apt: name={{ item }} state=present
|
||||
with_items:
|
||||
- aptitude
|
||||
- git
|
||||
- man
|
||||
- apache2
|
||||
- mariadb-server
|
||||
- mariadb-client
|
||||
@@ -25,4 +22,4 @@
|
||||
- php7.0-sqlite3
|
||||
- php7.0-tidy
|
||||
- php7.0-xmlrpc
|
||||
- php7.0-xsl
|
||||
- php7.0-xsl
|
||||
|
||||
Reference in New Issue
Block a user