rodič
revize
1a361d46dc
2 změnil soubory, kde provedl 15 přidání a 0 odebrání
  1. +1
    -0
      tasks/main.yml
  2. +14
    -0
      tasks/setup_Debian.yml

+ 1
- 0
tasks/main.yml Zobrazit soubor

@@ -0,0 +1 @@
---

+ 14
- 0
tasks/setup_Debian.yml Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit