Skip to content

khorsmann/ansible-desktop

Repository files navigation

ansible-desktop

little helper to setup my desktop enviroment

vars.yml changes needed

change your local_user in vars.yml to your username.

Setup Ansible from pip with pyenv (if needed)

run

bash setup-my-ansible.sh

Automatic sudo without ansible-playbook -K

put the path to your ANSIBLE_VAULT_PASSWORD_FILE in your .bashrc

export ANSIBLE_VAULT_PASSWORD_FILE=/path/to/vault_password_file.txt

create an vault.yml with your ANSIBLE_BECOME_PASS

ansible-vault create vault.yml

Content of vault.yml

---
ansible_become_pass: "YOUR-SUDO-PASSWORD-HERE"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages