This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-nextcloud
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
current
master
Markus Katharina Brechtel
7 years ago
parent
2bb4f469b4
commit
1a361d46dc
2 changed files
with
15 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tasks/main.yml
+14
-0
tasks/setup_Debian.yml
+ 1
- 0
tasks/main.yml
View File
@@ -0,0 +1 @@
---
+ 14
- 0
tasks/setup_Debian.yml
View File
@@ -0,0 +1,14 @@
---
- name: install apt packages
apt:
pkg: "{{item}}"
state: present
with_items:
- nginx
- nginx-full
- name: remove default page
file:
path: /var/www/html/index.nginx-debian.html
state: absent
Write
Preview
Loading…
Cancel
Save