Compare commits
No commits in common. "1959f108666c211412d5c915e0698646cb1c8205" and "5ab682ada7a4d9f6bfb30960126d99953a1cf0f7" have entirely different histories.
1959f10866
...
5ab682ada7
6
Makefile
6
Makefile
@ -1,11 +1,7 @@
|
||||
apply:
|
||||
ansible-playbook debian.yml -u root -i "127.0.0.1,"
|
||||
apply-all:
|
||||
ansible-playbook debian.yml -u root -i 'andraia,'
|
||||
apply-local:
|
||||
su -c "ansible-playbook debian.yml -u root -i '127.0.0.1,' --connection=local"
|
||||
init-local:
|
||||
su -c "mkdir -p /root/.ssh/ && cat ~gary/.ssh/id_rsa.pub >> /root/.ssh/authorized_key"
|
||||
ansible-playbook debian.yml -u root -i "andraia,"
|
||||
init:
|
||||
ssh root@127.0.0.1 mkdir -p .ssh
|
||||
cat ~/.ssh/id_rsa.pub | ssh root@127.0.0.1 "cat >> .ssh/authorized_key"
|
||||
|
Reference in New Issue
Block a user