Ver código fonte

current

master
pai
commit
1a361d46dc
2 arquivos alterados com 15 adições e 0 exclusões
  1. +1
    -0
      tasks/main.yml
  2. +14
    -0
      tasks/setup_Debian.yml

+ 1
- 0
tasks/main.yml Ver arquivo

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

+ 14
- 0
tasks/setup_Debian.yml Ver arquivo

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

Carregando…
Cancelar
Salvar