Skip to content

qdriven/ansible-playbook-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Playbook Template

Script to init Ansible Playbook Projects.

  • Init Workspace
sh init_workspace.sh
  • Create Role
sh create_role.sh

Using SSH agent

Start the ssh-agent in the background.

eval "$(ssh-agent -s)"

Add private key to ssh agent

ssh-add ~/.ssh/id_rsa

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages