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