Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

morihaya/my-ansible-playbooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my ansible playbooks

Setup commands

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published