This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-apache
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
new ansible style
master
Markus Katharina Brechtel
5 years ago
parent
bfb71ae6f8
commit
cb605b4589
2 changed files
with
4 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/main.yml
+3
-5
tasks/setup_Debian.yml
+ 1
- 1
tasks/main.yml
View File
@@ -1,6 +1,6 @@
---
- i
nclude
: setup_Debian.yml
- i
mport_tasks
: setup_Debian.yml
- name: enable modules
apache2_module:
+ 3
- 5
tasks/setup_Debian.yml
View File
@@ -1,11 +1,9 @@
---
- name: in
stall apt
packages
- name:
deb
i
a
n packages
apt:
pkg: "{{item}}"
state: present
with_items:
- apache2
pkg:
- apache2
- name: remove default page
file:
Write
Preview
Loading…
Cancel
Save