This repository has been archived on 2017-06-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ansible-fedora-workstation/Makefile

6 lines
173 B
Makefile

apply:
ansible-playbook debian.yml -u root -i "127.0.0.1,"
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"