Skip to content

alantanlc/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible

IT Automation

Commands

Test connection to servers:

ansible -i ./inventory/hosts servers -m ping --user <username> --private-key <private-key-file>

Execute playbook:

ansible-playbook ./playbooks/<yml_file> --user <username> --private-key <private-key-file> -i ./inventory/hosts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages