Markus Katharina Brechtel 4 лет назад
Родитель
Сommit
0f321759c7
4 измененных файлов: 7 добавлений и 12 удалений
  1. +0
    -7
      tasks/debian.yml
  2. +1
    -5
      tasks/main.yaml
  3. +6
    -0
      tasks/setup_Debian.yaml
  4. +0
    -0
      tasks/setup_Gentoo.yaml

+ 0
- 7
tasks/debian.yml Просмотреть файл

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

- name: debian packages installed
apt:
pkg: "{{item}}"
with_items:
- debootstrap

tasks/main.yml → tasks/main.yaml Просмотреть файл

@@ -1,10 +1,6 @@
---

- include: debian.yml
when: ansible_os_family == "Debian"

- include: gentoo.yml
when: ansible_os_family == "Gentoo"
- include: setup_{{ansible_os_family}}.yaml

#- name: debootstrap download
# command:

+ 6
- 0
tasks/setup_Debian.yaml Просмотреть файл

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

- name: debian packages installed
apt:
pkg:
- debootstrap

tasks/gentoo.yml → tasks/setup_Gentoo.yaml Просмотреть файл


Загрузка…
Отмена
Сохранить