mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
try ovh... failing
This commit is contained in:
parent
a4216af68a
commit
63e5a7666c
3 changed files with 28 additions and 25 deletions
|
@ -1,25 +1,23 @@
|
||||||
$ANSIBLE_VAULT;1.1;AES256
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
63313530303662653132303930613030333362666333666135636464333566353764376161393630
|
62613765666135373939316631313662393339353338346238363761656666633237376331326639
|
||||||
3836373733303538316362643363633764613265613662340a323231396234323230643435303834
|
3330353839623764393331643934613130373530623430320a633363373231623837653764326464
|
||||||
63336437633036336664363231343835306432633938353031343264333831623863303136346464
|
35353639303337326231356638666539356233343835303132383431616435643130373134623061
|
||||||
6535666335316364390a333632336433303139373861316537336431643637346433613865353430
|
3130346331323066660a363032306539323339313863323863346430666437356335633466323233
|
||||||
62316661323831353663393334346535386461623236323733306562306639363866316263616134
|
34313333663166333330306435663337613733346262306131613439306535656531306234353035
|
||||||
65663162313333666131366130333762653239636663383661366336363063306238646531663864
|
36623332613033323633316161623663653461383061346539643138313032306366656264363263
|
||||||
39656638306461316564396564633864353833353063646130316663303566316530323335643361
|
37636432333830313663353866326632353336306439656131306463626239333535353961383461
|
||||||
32663063373431363034323937343236303061666139323361656562646566313339313462323662
|
64666365623963616366336162353830623062326165666361393964636334313362396531373166
|
||||||
61646566633437333932653065636562616463316262626637386632343832303264366566633437
|
32386562376132653061336136356232353432653431323038646566626230366162363338386264
|
||||||
32663230313233656337333031343131353861393565356561613965343239343430366435613331
|
33353566383865393438386139653237643639363630316662646363313666316362353537326635
|
||||||
61623434333437323430303937373137633761313431343163666239306234653961666232353131
|
30643366653636663837653833653538626535363061356665303463343963643932653530656430
|
||||||
31383262393637393737383533633939353765353233616537656461396438623633336434366437
|
35663830383562643832353564633536313430646138393937386132663639643766356631386562
|
||||||
31346132343839346534396163623366333462656433666263376633646131343466303937666236
|
38626538653137653837623131336531333064613231323362333962623563663261336138373130
|
||||||
62316337366637333936626139336530336537633438333738323934626536353631626137333138
|
61613666383664333332393561333662646136636432613666653365353236663835336361386230
|
||||||
66363766363434643235303934396461636662373831633238356363306163306339613737396531
|
38663865633437343630623366646461613034616565396136623361633361306639623131386530
|
||||||
33323536636639623663623332623831353731306439636334356638656238316562613539353165
|
34386535383034323233356663313339393065396435396431363137306361613466623337326366
|
||||||
65643935316232343639306537313532343361393163383266363066633634626433376533323138
|
38316638336563373232626137323563393136373462313262313039363230623564373464653532
|
||||||
63356162313739373239363736633761303738366439393833353865393338396364383135653535
|
31393961653435336532376565323335656530663661626462366538363966366632356565396565
|
||||||
35373938643062303263306361633830353931313636633537643665333637376530306363366431
|
30333633626638623937333066383533633337323331343234393438316362333930396137663633
|
||||||
38316463386532356639356434636131633762326166656236353564653165333537316339663035
|
62363939396530333733613265376230613937636661383234326365313864373635623432663634
|
||||||
64386365666138386537666464616632363534613764326632363762633230623134346330636232
|
39623963316638343961343161336666653563656639323362656639616539626365616161653535
|
||||||
31656161353565666165343363396333333665303233326464653235376338666235353762363839
|
6365313839613032383930343831396130353663343738336333
|
||||||
39396262323065306135303334623738653933346463346639666331393563393036306263323733
|
|
||||||
38376232343266623734
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit ec235dd84615554a03fd4103051e78490c9e8e2e
|
Subproject commit c334d86448702b3d8a0b9c61afd6072c90221fcf
|
5
site.yml
5
site.yml
|
@ -51,3 +51,8 @@
|
||||||
- {role: postfix, tags: [mail, postfix]}
|
- {role: postfix, tags: [mail, postfix]}
|
||||||
- {role: do1jlr.rspamd, tags: [mail, rspamd]}
|
- {role: do1jlr.rspamd, tags: [mail, rspamd]}
|
||||||
- {role: do1jlr.weechat, tags: [irc, weechat]}
|
- {role: do1jlr.weechat, tags: [irc, weechat]}
|
||||||
|
|
||||||
|
- name: setup luna.l3d.ch host
|
||||||
|
hosts: luna.l3d.ch
|
||||||
|
roles: []
|
||||||
|
# - {role: do1jlr.ovh_dyndns, tags: [ovh, dns, dyndns]}
|
||||||
|
|
Loading…
Reference in a new issue