Explorar el Código

current

master
padre
commit
1a361d46dc
Se han modificado 2 ficheros con 15 adiciones y 0 borrados
  1. +1
    -0
      tasks/main.yml
  2. +14
    -0
      tasks/setup_Debian.yml

+ 1
- 0
tasks/main.yml Ver fichero

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

+ 14
- 0
tasks/setup_Debian.yml Ver fichero

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

Cargando…
Cancelar
Guardar