Skip to content

Lean and simple Ansible playbooks for deploying Debian servers

Notifications You must be signed in to change notification settings

n0p/debian-playbooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible playbooks

Playbooks for debian server

Roles

(Check for more on the roles directory)

Launch ansible :

ansible-playbook playbook.yml -i hosts --user username --ask-pass --ask-sudo-pass

Launch specific role in a host:

  ansible-playbook run_role.yml  -i 'hostname1,[hostname2, ...]' -e "ROLE={rolename}" --user {username} [--ask-pass] [--become] [--ask-become-pass]

Please note that at least one comma is required inside the -i arg. Example: -i '192.168.1.10,'

About

Lean and simple Ansible playbooks for deploying Debian servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published