Compare commits

..

No commits in common. "f656324cec91f08ed270350c9b5f7d7ff08f98aa" and "b463bb9ea481f8e548d99792148ef0152c54876a" have entirely different histories.

2 changed files with 0 additions and 7 deletions

View File

@ -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"

View File

@ -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