Skip to content

angelopaolosantos/ceph-proxmox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Terraform Collection for Ansible

ansible-galaxy collection install cloud.terraform

Print Terraform Inventory

ansible-inventory -i ./ansible/inventory.yaml --graph --vars

Run Ansible Playbook

ansible-playbook -i ./ansible/inventory.yaml ./ansible/playbook.yaml

export ANSIBLE_HOST_KEY_CHECKING=False

ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i .ssh/myKey.pem ubuntu@192.168.254.101

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages