Skip to content

An Ansible boilerplate project to setup deployements automation scripts

Notifications You must be signed in to change notification settings

syskin/ansible-boilerplate-deployements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible roles boilerplate

ci badge GitHub version Sync Vulnerabilities Status

An easy Ansible boilerplate to manage your VPS/Server set up through Ansible roles.

Install Vagrant locally for test purpose

  • Set up a test VM vagrant up

  • Destroy your VM vagrant destroy

All docs about Vagrant could be found on the doc : https://www.vagrantup.com/docs/cli

Execute Ansible playbook example

Examples :

  • Execute entire production script to the production environnement ansible-playbook projects/test/3_production.yml -i ./inventories/prod.yaml

  • Execute only the cronjobs steps of the install script in the dev environnement ansible-playbook projects/test/2_install.yml -i ./inventories/test.yaml --tags="cronjobs"

Ansible galaxy roles

Only from geerlingguy

About

An Ansible boilerplate project to setup deployements automation scripts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages