File tree Expand file tree Collapse file tree 3 files changed +1
-15
lines changed
Expand file tree Collapse file tree 3 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 2121 url : https://sh.rustup.rs
2222 dest : /tmp/sh.rustup.rs
2323 mode : ' 0755'
24- # force: 'yes'
2524 tags :
2625 - rust
2726
Original file line number Diff line number Diff line change 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 }}'
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments