Compare commits
No commits in common. "02d4d676ec2b75a8a9b95350c80c5e9048965c26" and "16c70dc614f384e8b5f7ded5d3a501d67c7bc424" have entirely different histories.
02d4d676ec
...
16c70dc614
@ -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
|
hosts: localhost
|
||||||
connection: local
|
connection: local
|
||||||
become: True
|
become: True
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- { role: fetch-stratum}
|
|
||||||
# - { role: network, tags: ['network'] }
|
# - { role: network, tags: ['network'] }
|
||||||
# - { role: kernel, tags: ['kernel'] }
|
# - { role: kernel, tags: ['kernel'] }
|
||||||
# - { role: base, tags: ['base'] }
|
# - { role: base, tags: ['base'] }
|
||||||
|
@ -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
|
|
@ -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 }}
|
|
||||||
|
|
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user