mabn17 / ansible

Install scripts for work and personal setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible

A collection to setup my personal and work infrastructure on your local machine.

Install command

Install prerequieistes and run the playbook.

./install
ansible-playbook local.yml --ask-vault-pass --ask-become-pass --tags {ENV}

Substitute {ENV} your enviroment. Currently supports:

  • wsl
  • ubuntu
  • mac (Not yet supported)

Commands

To encrypt your own file: ansible-vault encrypt --ask-vault-password --output=output-file input-file

About

Install scripts for work and personal setup


Languages

Language:Shell 100.0%