Skip to content

owenn/ansible-home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible setup scripts

Lets see how long I maintain these :)

Install ansible

apt install ansible sshpass -y
ansible-galaxy collection install community.crypto
ansible-galaxy collection install community.docker

first time running the ssh and sudo playbook, run with -k and -K so we get prompted for the passwords.

ansible-playbook  upload-sshkey.yaml -k -K
ansible-playbook  update-sudo.yaml -K

Will probably write something flash with DNS and inventory providers.

About

Ansible I use at home.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages