From 341b15b7f00cd077d14a074060487dc048eb3129 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Wed, 26 Jan 2022 17:59:05 -0500 Subject: [PATCH] Cleanup! --- README.md | 21 ++++----------------- tasks/essential.yml | 8 -------- vars/ataraxia.yml | 1 - 3 files changed, 4 insertions(+), 26 deletions(-) delete mode 100644 tasks/essential.yml delete mode 100644 vars/ataraxia.yml diff --git a/README.md b/README.md index c8fc8dd..b79e65a 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,9 @@ # ansible -Currently Ansible configurations for `ataraxia`, although if this goes well I'll bring it to Tycho/future devices. Please don't use :/ +Currently Ansible configurations for `ataraxia`, although if this goes well I'll bring it to Tycho/future devices. Please don't use :/ I may merge these into my [dotfiles repo](https://git.earne.link/earnestma/dotfiles). ## Start -`sudo dnf install -y ansible` - -- inventory: hosts file -- tasks: what playbook is going to do -- variables - - group_vars: groups of hosts - - host_vars: individual hosts - - `ansible-vault create/edit secret.yml` -- playbook: list of all tasks/roles Ansible must execute - - execute: `ansible-playbook run.yml -K --ask-vault-pass` - -## S - -```bash -ansible-galaxy collection install ansible.posix -``` +- `sudo dnf install -y ansible` +- Execute main: `ansible-playbook run.yml -K` +- Development: `git config core.hooksPath .git-hooks` diff --git a/tasks/essential.yml b/tasks/essential.yml deleted file mode 100644 index 340f106..0000000 --- a/tasks/essential.yml +++ /dev/null @@ -1,8 +0,0 @@ - -- name: Install essential packages - package: - name: "{{ packages }}" - state: latest - -# extra conf -- include: hosts/{{ ansible_hostname }}.yaml diff --git a/vars/ataraxia.yml b/vars/ataraxia.yml deleted file mode 100644 index 7b6d4ad..0000000 --- a/vars/ataraxia.yml +++ /dev/null @@ -1 +0,0 @@ -use_zoom: true