Go to file
= 9d7505b21b lint: spacing 2023-09-09 21:53:42 -04:00
.github/workflows Update ansible-lint.yml 2022-05-24 10:12:16 -04:00
elementary lint: permissions 2023-09-09 21:51:07 -04:00
ubuntu lint: spacing 2023-09-09 21:53:42 -04:00
.ansible-lint ansible-lint corrections 2023-02-05 12:46:54 -05:00
.gitignore Fedora setup using Ansible 2021-07-27 16:21:49 -04:00
LICENSE initial commit 2021-07-22 15:41:56 -04:00
README.md Update README.md 2022-06-10 19:09:56 -04:00
ansible.cfg modified escalation 2021-08-05 15:54:03 -04:00
bootstrap.sh Update 'bootstrap.sh' 2023-07-29 03:13:38 +00:00
bootstrap.yml lint: eof 2023-09-09 21:50:55 -04:00
default.config.yml re-org/cleanup and centos addition 2021-07-28 14:37:47 -04:00
facts.yml re-org/cleanup and centos addition 2021-07-28 14:37:47 -04:00
inventory re-org/cleanup and centos addition 2021-07-28 14:37:47 -04:00

README.md

Ansible Lint

Linux Setup Scripts

Various Linux workstation setup scripts.

Ubuntu and Elementary do not come with Curl pre-installed so the following will take care of that

sudo apt update -y && sudo apt install curl -y

Bootstrap

curl https://raw.githubusercontent.com/cbrookins/linux-setups/main/bootstrap.sh | sh

Move to Ansible was inspired by
https://github.com/charlesrocket/freebsd-playbook