Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

dan-v/pelican-blog-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is no longer maintained.

  • Simple ansible playbook for deploying my blog on Debian 7.x
ssh-keygen
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
git clone https://github.com/dan-v/pelican-blog-ansible
# copy over missing ssl certificate files at roles/common/files
apt-get update
apt-get install python-pip python-dev git -y
pip install PyYAML jinja2 paramiko ansible
cd pelican-blog-ansible
ansible-playbook -i hosts site.yml

About

Deploy my blog with ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published