File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed
Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 11extra-scripts /
22
3- # Ignoring Ansible Ad-Hoc files from https://github.com/fititnt/ansible-ad-hoc
3+ # Ignoring Ansible Ad-Hoc files from https://github.com/fititnt/ansible-ad-hoc
44ad-hoc
55ad-hoc-alb
6+ ad-hoc-alb-tests
Original file line number Diff line number Diff line change @@ -26,9 +26,13 @@ Check the [ASCIInema demo](#asciinema-demo).
2626
2727## ASCIInema demo
2828
29- _ TODO: fix last minute issue about luarocks path of lua-resty-auto-ssl on CentOS 7 (fititnt, 2019-12-17 20:34) _ .
29+ [ ![ asciicast ] ( https://asciinema.org/a/TKWVLoK0tISoZF05Q7FYZ7CcQ.svg )] ( https://asciinema.org/a/TKWVLoK0tISoZF05Q7FYZ7CcQ )
3030
31- [ ![ asciicast] ( https://asciinema.org/a/cstOUXeVk5RvxLegKAlLjIXTM.svg )] ( https://asciinema.org/a/cstOUXeVk5RvxLegKAlLjIXTM )
31+ > _ TODO: fix AP-ALB 0.8.7-beta still requiring manual changes on CentOS 7 (fititnt, 2019-12-31 02:21)_ .
32+ >
33+ > Note: on this play, the external role ` githubixx.ansible_role_wireguard ` used
34+ > on the cross-platform demo failed on Centos 8 (but weeks ago worked fine out
35+ > of the box)
3236
3337When reading the source codes or watching the ASCIInema demos, the
3438sufix of hosts give a hint. So ` rocha_basalto_freebsd12 ` means FreeBSD version
@@ -38,13 +42,15 @@ sufix of hosts give a hint. So `rocha_basalto_freebsd12` means FreeBSD version
3842<!--
3943Demo:
4044
41- asciinema rec ansible-linux-ha-cluster-002 --idle-time-limit 5 --title "ansible-linux-ha-cluster-002 (AP-ALB v0.8-6-alpha )"
45+ asciinema rec ansible-linux-ha-cluster-003~v0.8-7-beta --idle-time-limit 5 --title "ansible-linux-ha-cluster-003 (AP-ALB v0.8-7-beta )"
4246
4347 cat main-infra.yml && sleep 4 && cat infra-wireguard.yml && sleep 4 && cat infra-consul.yml && sleep 4 && cat infra-alb.yml && sleep 6 && cat hosts.yml
4448
4549 ansible-playbook -i hosts.yml main-infra.yml
4650
47- asciinema upload ansible-linux-ha-cluster-002
51+ py.test ad-hoc-alb-tests/test_alb-standard-node.py -p no:pytest-ansible --hosts='ansible://cross_platform_test_2?ansible_inventory=hosts.yml'
52+
53+ asciinema upload ansible-linux-ha-cluster-003~v0.8-7-beta
4854
4955-->
5056
Original file line number Diff line number Diff line change 99
1010- src : https://github.com/fititnt/ap-application-load-balancer
1111 name : ap-application-load-balancer
12- version : " v0.8.6-alpha "
12+ version : " v0.8.7-beta "
1313
1414# from galaxy
1515- src : brianshumate.consul
You can’t perform that action at this time.
0 commit comments