indentation
parent
c54cd719e9
commit
dc1f5d0323
|
@ -6,7 +6,6 @@ Clone & execute the main playbook locally: `ansible-playbook run.yml -K`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo setenforce 0
|
sudo setenforce 0
|
||||||
sh <(curl -L https://nixos.org/nix/install)
|
|
||||||
sudo dnf install -y --refresh ansible
|
sudo dnf install -y --refresh ansible
|
||||||
./ensure.sh
|
./ensure.sh
|
||||||
```
|
```
|
||||||
|
@ -26,3 +25,4 @@ TODO(earne): Remove this/ update
|
||||||
- Secrets (GPG, wakatime)
|
- Secrets (GPG, wakatime)
|
||||||
- Generate SSH key and add to services
|
- Generate SSH key and add to services
|
||||||
- Tailscale (`sudo tailscale up --ssh`)
|
- Tailscale (`sudo tailscale up --ssh`)
|
||||||
|
- Restart!
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
# - VirtualBox
|
# - VirtualBox
|
||||||
# - xrandr
|
# - xrandr
|
||||||
state: present
|
state: present
|
||||||
when: ansible_facts['hostname'] == "tycho"
|
when: ansible_facts['hostname'] == "tycho"
|
||||||
|
|
||||||
|
|
||||||
#- name: Install zoom
|
#- name: Install zoom
|
||||||
|
|
Loading…
Reference in New Issue