Skip to content

iknite/ansible-spotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotify

DRY motto 1: I don't have enough memory nor time to search this again

DRY motto 2: I want to test the full cycle of ansible-galaxy with something interesting

Usage

wget -qO- https://raw.github.com/iknite/ansible-spotify/master/install.sh | sudo bash

that does the following:

#!/usr/bin/env bash
ansible-galaxy install iknite.spotify

cat <<EOF > /tmp/spoty-role.yml
---
- hosts: 127.0.0.1
  connection: local
  roles:
	- iknite.spotify
EOF

ansible-playbook /tmp/spoty-role.yml

rm /tmp/spoty-role.yml

ansible-galaxy remove iknite.spotify

Prerequisites

ansible sudo pip install ansible

Contributing

git clone git@github.com:iknite/ansible-spotify


3-clause BSD license. Copyright © 2014, Enrique Paredes

About

Install spotify in Ubuntu with ansible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages