Compare commits

..

No commits in common. "02d4d676ec2b75a8a9b95350c80c5e9048965c26" and "16c70dc614f384e8b5f7ded5d3a501d67c7bc424" have entirely different histories.

4 changed files with 2 additions and 41 deletions

View File

@ -1,12 +1,12 @@
---
- name: Bedrock Linux Desktop Setup - designed to setup EVERYTHING other than the minimal desktop base
- name: Bedrock Linux Desktop Setup
description: Installs my bedrock linux desktop setup (designed to setup EVERYTHING other than the minimal desktop base)
hosts: localhost
connection: local
become: True
roles:
- { role: fetch-stratum}
# - { role: network, tags: ['network'] }
# - { role: kernel, tags: ['kernel'] }
# - { role: base, tags: ['base'] }

View File

@ -1,19 +0,0 @@
---
- name: Find if backup {{strata}} strata exists
stat:
path: /bedrock/strata/{{ strata }}.backup
register: strata_backup
- name: Delete previous backup {{ strata }} strata
ansible.builtin.shell:
cmd: brl remove {{ strata }}.backup
when: strata_backup.stat.exists
- name: Backup old {{ strata }} strata
ansible.builtin.shell: |
brl disable {{ strata }}
brl rename {{ strata }} {{ strata }}.backup
brl hide {{ strata }}.backup

View File

@ -1,9 +0,0 @@
- name: Backup and remove old {{ strata }} strata
include_role:
name: backup-remove-strata
- name: Fetch {{ strata }} strata
ansible.builtin.shell:
cmd: brl fetch {{ strata }}

View File

@ -1,11 +0,0 @@
- name: Fetch new alpine strata
include_role:
name: fetch-strata
vars:
strata: alpine
- name: Fetch new arch linux
include_role:
name: fetch-strata
vars:
strata: arch