Skip to content

Adriein/home-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inside your master ansible node

ssh-keygen -t ed25519 -C "ansible"

ssh-copy-id -i ~/.ssh/ansible.pub [server-ip]

Execute the playbook

ansible-playbook playbook.yml -i inventory.yml --key-file ~/.ssh/ansible --ask-become-pass --vault-password-file ansible_vault_password.txt

To encrypt the ansible vault file:

ansible-vault encrypt ansible_vault.enc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published