Compare commits
No commits in common. "f656324cec91f08ed270350c9b5f7d7ff08f98aa" and "b463bb9ea481f8e548d99792148ef0152c54876a" have entirely different histories.
f656324cec
...
b463bb9ea4
2
Makefile
2
Makefile
@ -1,7 +1,5 @@
|
|||||||
apply:
|
apply:
|
||||||
ansible-playbook debian.yml -u root -i "127.0.0.1,"
|
ansible-playbook debian.yml -u root -i "127.0.0.1,"
|
||||||
apply-all:
|
|
||||||
ansible-playbook debian.yml -u root -i "andraia,"
|
|
||||||
init:
|
init:
|
||||||
ssh root@127.0.0.1 mkdir -p .ssh
|
ssh root@127.0.0.1 mkdir -p .ssh
|
||||||
cat ~/.ssh/id_rsa.pub | ssh root@127.0.0.1 "cat >> .ssh/authorized_key"
|
cat ~/.ssh/id_rsa.pub | ssh root@127.0.0.1 "cat >> .ssh/authorized_key"
|
||||||
|
@ -191,11 +191,6 @@
|
|||||||
# name: steam
|
# name: steam
|
||||||
# state: latest
|
# state: latest
|
||||||
|
|
||||||
- name: Install sshfs
|
|
||||||
apt:
|
|
||||||
name: sshfs
|
|
||||||
state: latest
|
|
||||||
|
|
||||||
- name: Install sudo
|
- name: Install sudo
|
||||||
apt:
|
apt:
|
||||||
name: sudo
|
name: sudo
|
||||||
|
Reference in New Issue
Block a user