Download:
child 227:64acb7b50eee
parent 225:877423729aec
226:13e7ce549cf4
Anton Shestakov <av6@dwimlabs.net>, Fri, 12 Aug 2016 21:48:47 +0800
pipelines: skip ufw

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Fri Aug 12 21:24:05 2016 +0800
+++ b/bitbucket-pipelines.yml Fri Aug 12 21:48:47 2016 +0800
@@ -27,6 +27,6 @@
- pgrep nginx
- pgrep reTurnServer
- ./venv/bin/ansible-playbook contrib/provision/playbook.yml
- -i inventory --connection=local
+ -i inventory --connection=local --skip-tags=ufw
-t certs,nginx,prosody,turnserver,tram-im
-e 'user=alice dir=/home/alice/files'