Many updates over time
This commit is contained in:
@@ -1,19 +1,9 @@
|
||||
---
|
||||
# Debian server
|
||||
# Run first to install base software required for agnostic/main.yml
|
||||
# ------------------------------------------------------------------------------
|
||||
- name: Configure debian/ubuntu server
|
||||
include_tasks: debian/main.yml
|
||||
when: ansible_os_family == "Debian"
|
||||
|
||||
# Manjaro server
|
||||
# Run first to install base software required for agnostic/main.yml
|
||||
# ------------------------------------------------------------------------------
|
||||
- name: Configure Manjaro server
|
||||
include_tasks: manjaro/main.yml
|
||||
when: ansible_os_family == "Archlinux" and ansible_lsb.id == "ManjaroLinux"
|
||||
# OS Specific main.yml
|
||||
- name: "Configuring {{ ansible_distribution }} System"
|
||||
include_tasks: "{{ ansible_distribution }}/main.yml"
|
||||
|
||||
# Any server (OS agnostic)
|
||||
# ------------------------------------------------------------------------------
|
||||
- name: Configure any server (OS agnostic)
|
||||
include_tasks: agnostic/main.yml
|
||||
- name: Configuring OS Agnostic System
|
||||
include_tasks: Agnostic/main.yml
|
||||
|
||||
Reference in New Issue
Block a user