Skip to content

Commit e399e17

Browse files
committed
fix: pr comments
1 parent a4ea64a commit e399e17

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

infra/ansible/playbooks/rust.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
url: https://sh.rustup.rs
2222
dest: /tmp/sh.rustup.rs
2323
mode: '0755'
24-
# force: 'yes'
2524
tags:
2625
- rust
2726

infra/ansible/playbooks/setup.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,3 @@
5252
shell: sudo loginctl enable-linger {{ ansible_user }}
5353
vars:
5454
ansible_ssh_user: "{{ admin_user }}"
55-
56-
57-
# Clone Aligned repository
58-
# - name: Clone Aligned repository
59-
# ansible.builtin.git:
60-
# repo: https://github.com/yetanotherco/aligned_layer.git
61-
# dest: /home/{{ ansible_user }}/repos/aligned_layer
62-
# version: main
63-
# become_user: '{{ ansible_user }}'

infra/ansible/playbooks/webserver.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
#sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https curl
2-
#curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg
3-
#curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list
4-
#sudo apt update
5-
#sudo apt install caddy
1+
# Reference https://caddyserver.com/docs/install#debian-ubuntu-raspbian
62
- hosts: "{{ host }}"
73

84
tasks:

0 commit comments

Comments
 (0)