Skip to content

ga-lep/install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install

Lint

Ansible playbooks to setup initial configurations, install various utilities, and security tools to localhost.

Playbooks

I needed something to install tools quickly after a new fresh OS install.

Dependencies

Packages to be installed prior to running the playbooks.

$ apt update
$ apt -y install python-apt ansible

Examples

Perform a dry run:

$ sudo ansible-playbook playbook.yml --check

List tasks or tags:

$ sudo ansible-playbook playbook.yml --list-tasks

Install or skip specific tasks:

$ sudo ansible-playbook playbook.yml --tags "deb-utils,rust"
$ sudo ansible-playbook playbook.yml --skip-tags "kitty"

Run playbook and all install tools to localhost:

$ sudo ansible-playbook playbook.yml

Todo

  • Use inventory file
  • Dynamically get go latest version/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published