sudo apt update && sudo apt upgrade
sudo apt install curl
sudo curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo python get-pip.py
sudo pip install --upgrade pip
sudo pip install ansible
sudo ssh-keygen
sudo su -
cat ~/.ssh/id_rsa.pub >> /root/.ssh/authorized_keys
exit
sudo mkdir /etc/ansible
cd /etc/ansible
sudo apt install git
sudo git clone https://github.com/morihaya/my-ansible-playbooks.git
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
morihaya/my-ansible-playbooks
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published