UNPKG

@installdoc/ansible-gas-station

Version:

An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤

110 lines (103 loc) 4.2 kB
--- # When set to true, ssh-keyscan will be performed on all the other clients add_known_hosts: true default_browser: brave homebrew_packages: - name: automake - name: carthage - name: findutils - name: ideviceinstaller - name: libimobiledevice nodejs_npm_global_packages: - name: '@angular/cli' - name: '@ionic/cli' - name: '@nestjs/cli' - name: add-gitignore - name: auto-install - name: bitly-cli-client - name: caniuse-cmd - name: carbon-now-cli # Creates beautiful code snippet images (https://github.com/carbon-app/carbon) - name: commitizen - name: cordova - name: deviceframe - name: electron - name: empty-trash-cli - name: eslint - name: firebase-tools - name: fkill-cli - name: gistup - name: git-standup - name: gtop - name: gulp - name: imgur-uploader-cli # Source: https://github.com/kevva/imgur-uploader-cli - name: ios-deploy when: "{{ ansible_os_family == 'Darwin' }}" - name: is-up-cli - name: localtunnel - name: mjml - name: mklicense - name: navi - name: np - name: pageres-cli # Source: https://github.com/sindresorhus/pageres-cli - name: pkg - name: serve # Source: https://github.com/vercel/serve - name: share-cli # Source: https://github.com/marionebl/share-cli - name: speed-test # Source: https://github.com/sindresorhus/speed-test - name: stegcloak # Allows you to add an encrypted, hidden phrase in any text string (works by using invisible characters) - name: surge - name: terminalizer # Record terminal as an animated GIF (https://github.com/faressoft/terminalizer) - name: tldr - name: typescript - name: wifi-password-cli pip_packages: - name: ansible-lint # Recommends coding style changes for Ansible - name: aws-shell # CLI for AWS CLI that includes auto-completion (https://github.com/awslabs/aws-shell) - name: iredis # CLI for Redis which includes auto-completion and syntax highlighting (https://github.com/laixintao/iredis) - name: kube-shell # CLI for kubectl that includes auto-completion and syntax highlighting (https://github.com/cloudnativelabs/kube-shell) - name: litecli # CLI for SQLite that includes auto-completion and syntax highlighting (https://github.com/dbcli/litecli) - name: locust # Web performance benchmarking tool with UI - name: netaddr # Used for ipaddr filter on Ansible - name: molecule # Used for testing Ansible roles - name: mycli # CLI for MySQL that includes auto-completion and syntax highlighting (https://github.com/dbcli/mycli) - name: pre-commit # Runs tasks before committing changes - name: virtualenv # Provides capability to install folder-isolated dependencies - name: yamllint # Lints .yml files ruby_gems: - name: chef # Configuration management software - name: cocoapods # Dependency manager for Swift and Objective-C Cocoa projects - name: mdl # Markdown file linter - Source: https://github.com/markdownlint/markdownlint - name: t # Twitter CLI vscode_extensions: - attilabuti.vscode-mjml - CoenraadS.bracket-pair-colorizer - dbaeumer.vscode-eslint - eamodio.gitlens - EditorConfig.EditorConfig - esbenp.prettier-vscode - ericadamski.carbon-now-sh - firefox-devtools.vscode-firefox-debug - foxundermoon.shell-format # Missing from code server - googlecloudtools.cloudcode # Missing from code server - golang.Go - HashiCorp.terraform - IBM.output-colorizer - msjsdiag.debugger-for-chrome - msjsdiag.debugger-for-edge - ms-azuretools.vscode-docker - ms-kubernetes-tools.vscode-kubernetes-tools - ms-vscode-remote.remote-containers # Missing from code server - ms-vscode-remote.remote-ssh # Missing from code server - ms-vscode-remote.remote-wsl # Missing from code server - ms-python.python - ms-vscode.PowerShell - ms-vscode.vscode-typescript-tslint-plugin - MS-vsliveshare.vsliveshare # Missing from code server - pnp.polacode - redhat.vscode-yaml # New - richie5um2.vscode-sort-json # New - streetsidesoftware.code-spell-checker # New - tyriar.sort-lines # New - VisualStudioExptTeam.vscodeintellicode # Missing from code server - vscode-icons-team.vscode-icons - vsciot-vscode.vscode-arduino - vscoss.vscode-ansible