Move all shared into this new repo
This commit is contained in:
7
web/apache/tasks/main.yml
Normal file
7
web/apache/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
# Install Apache (2.4 with Debian 9)
|
||||
- name: Installing apache
|
||||
apt:
|
||||
update_cache: yes
|
||||
state: present
|
||||
name:
|
||||
- apache2
|
||||
Reference in New Issue
Block a user