-
-
Save Caustic/7192447 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: localhost | |
sudo: True | |
tasks: | |
- apt: pkg={{ item }} state=latest update_cache=yes | |
with_items: | |
- binutils | |
- build-essential | |
- curl | |
- htop | |
- git | |
- pandoc | |
- python | |
- python-dev | |
- python-pip | |
- ssh | |
- tmux | |
- vim | |
- zsh | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
run with
ansible-playbook -i <(echo localhost) -c local playbook.yml