#!/usr/bin/env ansible-playbook # vim:ft=ansible: --- - hosts: home roles: - role: desktop vars: mopidy_spotify_username: !vault | $ANSIBLE_VAULT;1.1;AES256 62383664346563343663636261386261383865393535646465386435663535653036636665393133 3732653236663632633863346463346164663938396137370a326535633966343430633464653437 36646134393764313338323235356634353433623731336231626238653064633332306533343966 3362303836363065610a383362313738346534313435393537343931383465623466336632323632 65656663316561333462303761613963383236363532383866313038633232373132 mopidy_spotify_password: !vault | $ANSIBLE_VAULT;1.1;AES256 33303165663833663839323230643036363962393164373638333334643663626235353936343861 3834633461343533353366373330323264393361323433330a623837613037346633633065613761 63303234323734623938373134333932343965336665323939306336323836613130343866343838 3633383138646233330a366634303739643237333331613436623737663463316133666230366165 36306233336134636532383232303035343533373262373431353966656561633336 mopidy_spotify_client_id: !vault | $ANSIBLE_VAULT;1.1;AES256 32366664323864383162663963343438643930356531653064393135383364623162626533613433 6462633637396265373238383461623665393730396139320a626537353761323132386131616338 62323033666231326363616363343530333239303638626137613237393135613961613362313662 6233336234306466640a383834353935636138323837343765373966353365323634343439663435 39646138616533656361653765633161616238633335306363383030383832636330356162616264 3739646162313739646538306137623231313037386239343563 mopidy_spotify_client_secret: !vault | $ANSIBLE_VAULT;1.1;AES256 34666538353333303865623932653237313465653363356665333336343832356530666666343266 6637653137643431346562333465323862356465303766630a336531653033393133396238326134 32393033643261373764663963353130626331646266363430353536326135663239363539613530 6265366565363862610a366561373362656637623863336665336562323838643665323461653937 38306234316364306134396138376230626630633733306432626637616239373838646433343761 3436643661633766616564663937346232353666386531363438 tags: [ desktop ]