tiagodolphine / ansible-sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://docs.ansible.com/ansible/latest/getting_started/index.html#

cat hosts.bkp [myvirtualmachines] my_host ansible_host=localhost ansible_user=user1 ansible_port=2222

ansible host

docker run -d -p 2222:22 --name node_1 ansible-host

use inventory

ansible virtualmachines -m ping -i inventory.yaml

run playbook:

ansible-playbook -i inventory.yaml playbook.yaml

##run plugin (ansible local) ansible-playbook -i inventory.yaml testmod.yaml

##roda via execution environment em um novo container ansible-navigator run testmod.yaml -i inventory-ee.yaml -m stdout

About


Languages

Language:Python 80.9%Language:Dockerfile 16.1%Language:Shell 3.0%