sahil-ahlawat / ansipleplaybooks

these are some sample and test ansible playbooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansipleplaybooks

these are some sample and test ansible playbooks

sample ansible command with ssh key and host

ansible-playbook --private-key=${SSH_KEY} -i targets -e "@deployment_vars.yaml" -e "useDatabase=${useDatabase}" -u psuk-automation main.yaml

About

these are some sample and test ansible playbooks


Languages

Language:Shell 78.5%Language:Jinja 21.5%