Code Monkey home page Code Monkey logo

ansible-keepalived's People

Contributors

cloudnull avatar dependabot[bot] avatar dwerder avatar eifelmicha avatar elcomtik avatar evrardjp avatar gurubert avatar jacekkow avatar jardleex avatar kariton avatar logan2211 avatar lorf avatar magnusbe avatar major avatar martinverges avatar maxkochubey avatar mgariepy avatar olivierlm avatar pugnacity avatar ray76 avatar retr0h avatar rlex avatar sdhardy avatar sherwind avatar sigbjornaib avatar stenh0use avatar thehawkes avatar timl avatar touchardv avatar zerwes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ansible-keepalived's Issues

Weekly Digest (2 June, 2019 - 9 June, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (3 February, 2019 - 10 February, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (11 August, 2019 - 18 August, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there was 1 stargazer.
โญ j0ton
You are the star! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (28 April, 2019 - 5 May, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (23 June, 2019 - 30 June, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (19 May, 2019 - 26 May, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

check_mode failure when python-apt is not installed

TASK [keepalived : Check if keepalived is already installed] *******************
Friday 02 March 2018  14:36:40 +0000 (0:00:00.087)       0:14:11.299 ********** 
fatal: [lsn-mc1016_haproxy_container-ed468697]: FAILED! => {"changed": false, "failed": true, "msg": "python-apt must be installed to use check mode. If run normally this module can auto-install it."}
fatal: [lsn-mc1023_haproxy_container-99ffe655]: FAILED! => {"changed": false, "failed": true, "msg": "python-apt must be installed to use check mode. If run normally this module can auto-install it."}
fatal: [lsn-mc1022_haproxy_container-30f7bfde]: FAILED! => {"changed": false, "failed": true, "msg": "python-apt must be installed to use check mode. If run normally this module can auto-install it."}

- name: Check if keepalived is already installed
package:
name: "{{ keepalived_package_name }}"
state: present
register: check_if_present
check_mode: yes

A run of ansible haproxy -m apt -a 'name=python-apt state=present' and then re-run the role fixes the issue:

TASK [keepalived : Check if keepalived is already installed] ***************************************************************************************
Friday 02 March 2018  15:07:37 +0000 (0:00:00.080)       0:00:06.621 **********
changed: [lsn-mc1016_haproxy_container-ed468697]
changed: [lsn-mc1023_haproxy_container-99ffe655]
changed: [lsn-mc1022_haproxy_container-30f7bfde]

Weekly Digest (28 July, 2019 - 4 August, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (14 July, 2019 - 21 July, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

MERGED PULL REQUEST

Last week, 1 pull request was merged.
๐Ÿ’œ #102 Pre-commit fixups, by retr0h


COMMITS

Last week there was 1 commit.
๐Ÿ› ๏ธ Merge pull request #102 from retr0h/pre-commit-fixup Pre-commit fixups by evrardjp


CONTRIBUTORS

Last week there was 1 contributor.
๐Ÿ‘ค evrardjp


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there was 1 release.
๐Ÿš€ 3.4.1


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (8 September, 2019 - 15 September, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

MERGED PULL REQUEST

Last week, 1 pull request was merged.
๐Ÿ’œ #111 Add virtual_rules to template, by miloaec


COMMITS

Last week there was 1 commit.
๐Ÿ› ๏ธ Merge pull request #111 from miloaec/master Add virtual_rules to template by evrardjp


CONTRIBUTORS

Last week there was 1 contributor.
๐Ÿ‘ค evrardjp


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there was 1 release.
๐Ÿš€ 3.5.0 Add virtual_rules feature


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

virtual IP not coming up

Hi,

i have been testing stable/newton and one thing I find is that the vip does not come up (I test on 3 controllers). This makes the repo build fail during setup-infrastructure , and the solution is to manually login to all the 3 controllers and do a keepalive restart. This makes one of them working and can continue with the rest of the process.

Weekly Digest (30 December, 2018 - 6 January, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Old version on Ansible Galaxy

Hi,

Is there a reason why the latest versions of this role aren't available in Ansible Galaxy? I noticed that versions stopped at v2.6.2.

The option I'm taking right now is to clone this repository via Git to the roles/ folder in my playbook folder and checkout to the latest tag (3.0.3). I was wondering whether there's a better option available?

Thanks :)

Change keepalived_service_name for Ubuntu 16

Hello,

I just noticed that the roles does not enable the autostart of the keeplaived service on Ubuntu 16.

When:

keepalived_service_name: "keepalived.service"
# instead of
keepalived_service_name: "keepalived"

is set then it works. Can you verify this and maybe change keepalived_service_name in vars/ubuntu-16.04.yml?

Thank you in advance

Best regards
Jard

'haproxy_keepalived_internal_vip_cidr' is undefined

As seen in http://logs.openstack.org/27/383927/1/gate/gate-openstack-ansible-openstack-ansible-aio-ubuntu-trusty/c07c0a4/console.html#_2016-10-10_02_25_32_475971 it looks like there could be better fencing for the variables used to resolve the deprecation warnings.

2016-10-10 02:25:32.475971 | TASK [keepalived : Dropping the general notification scripts (instances)] ******
2016-10-10 02:25:32.490222 | [DEPRECATION WARNING]: Skipping task due to undefined Error, in the future this
2016-10-10 02:25:32.490260 |  will be a fatal error.: {u'internal': {u'vips': [u'{{ 
2016-10-10 02:25:32.490278 | haproxy_keepalived_internal_vip_cidr }} dev {{ 
2016-10-10 02:25:32.490299 | haproxy_keepalived_internal_interface | default(management_bridge) }}'], 
2016-10-10 02:25:32.490319 | u'track_scripts': [u'haproxy_check_script', u'pingable_check_script'], 
2016-10-10 02:25:32.490332 | u'priority': u'{{ ((play_hosts|length-
2016-10-10 02:25:32.490389 | play_hosts.index(inventory_hostname))*100)-((play_hosts|length-
2016-10-10 02:25:32.490410 | play_hosts.index(inventory_hostname))*50) }}', u'state': u"{{ 
2016-10-10 02:25:32.490431 | (play_hosts.index(inventory_hostname) == 0) | ternary('MASTER', 'BACKUP') }}", 
2016-10-10 02:25:32.490453 | u'authentication_password': u'{{ haproxy_keepalived_authentication_password 
2016-10-10 02:25:32.490474 | }}', u'virtual_router_id': u"{{ haproxy_keepalived_internal_virtual_router_id |
2016-10-10 02:25:32.490495 |  default ('11') }}", u'interface': u'{{ haproxy_keepalived_internal_interface |
2016-10-10 02:25:32.490513 |  default(management_bridge) }}'}, u'external': {u'vips': [u'{{ 
2016-10-10 02:25:32.490528 | haproxy_keepalived_external_vip_cidr }} dev {{ 
2016-10-10 02:25:32.490548 | haproxy_keepalived_external_interface | default(management_bridge) }}'], 
2016-10-10 02:25:32.490568 | u'track_scripts': [u'haproxy_check_script', u'pingable_check_script'], 
2016-10-10 02:25:32.490581 | u'priority': u'{{ ((play_hosts|length-
2016-10-10 02:25:32.490599 | play_hosts.index(inventory_hostname))*100)-((play_hosts|length-
2016-10-10 02:25:32.490616 | play_hosts.index(inventory_hostname))*50) }}', u'state': u"{{ 
2016-10-10 02:25:32.490637 | (play_hosts.index(inventory_hostname) == 0) | ternary('MASTER', 'BACKUP') }}", 
2016-10-10 02:25:32.490671 | u'authentication_password': u'{{ haproxy_keepalived_authentication_password 
2016-10-10 02:25:32.490694 | }}', u'virtual_router_id': u"{{ haproxy_keepalived_external_virtual_router_id |
2016-10-10 02:25:32.490715 |  default ('10') }}", u'interface': u'{{ haproxy_keepalived_external_interface |
2016-10-10 02:25:32.490736 |  default(management_bridge) }}'}}: 'haproxy_keepalived_internal_vip_cidr' is 
2016-10-10 02:25:32.490743 | undefined.
2016-10-10 02:25:32.490761 | This feature will be removed in a future release. Deprecation 
2016-10-10 02:25:32.490782 | warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
2016-10-10 02:25:32.505323 | skipping: [aio1]
2016-10-10 02:25:32.519873 | 
2016-10-10 02:25:32.519922 | TASK [keepalived : Dropping the notification scripts for switching to master (instances)] ***
2016-10-10 02:25:32.531888 | [DEPRECATION WARNING]: Skipping task due to undefined Error, in the future this
2016-10-10 02:25:32.531936 |  will be a fatal error.: {u'internal': {u'vips': [u'{{ 
2016-10-10 02:25:32.531954 | haproxy_keepalived_internal_vip_cidr }} dev {{ 
2016-10-10 02:25:32.531975 | haproxy_keepalived_internal_interface | default(management_bridge) }}'], 
2016-10-10 02:25:32.531995 | u'track_scripts': [u'haproxy_check_script', u'pingable_check_script'], 
2016-10-10 02:25:32.532008 | u'priority': u'{{ ((play_hosts|length-
2016-10-10 02:25:32.532027 | play_hosts.index(inventory_hostname))*100)-((play_hosts|length-
2016-10-10 02:25:32.532046 | play_hosts.index(inventory_hostname))*50) }}', u'state': u"{{ 
2016-10-10 02:25:32.532067 | (play_hosts.index(inventory_hostname) == 0) | ternary('MASTER', 'BACKUP') }}", 
2016-10-10 02:25:32.532089 | u'authentication_password': u'{{ haproxy_keepalived_authentication_password 
2016-10-10 02:25:32.532110 | }}', u'virtual_router_id': u"{{ haproxy_keepalived_internal_virtual_router_id |
2016-10-10 02:25:32.532131 |  default ('11') }}", u'interface': u'{{ haproxy_keepalived_internal_interface |
2016-10-10 02:25:32.532150 |  default(management_bridge) }}'}, u'external': {u'vips': [u'{{ 
2016-10-10 02:25:32.532164 | haproxy_keepalived_external_vip_cidr }} dev {{ 
2016-10-10 02:25:32.532184 | haproxy_keepalived_external_interface | default(management_bridge) }}'], 
2016-10-10 02:25:32.532216 | u'track_scripts': [u'haproxy_check_script', u'pingable_check_script'], 
2016-10-10 02:25:32.532230 | u'priority': u'{{ ((play_hosts|length-
2016-10-10 02:25:32.532248 | play_hosts.index(inventory_hostname))*100)-((play_hosts|length-
2016-10-10 02:25:32.532267 | play_hosts.index(inventory_hostname))*50) }}', u'state': u"{{ 
2016-10-10 02:25:32.532289 | (play_hosts.index(inventory_hostname) == 0) | ternary('MASTER', 'BACKUP') }}", 
2016-10-10 02:25:32.532310 | u'authentication_password': u'{{ haproxy_keepalived_authentication_password 
2016-10-10 02:25:32.532332 | }}', u'virtual_router_id': u"{{ haproxy_keepalived_external_virtual_router_id |
2016-10-10 02:25:32.532354 |  default ('10') }}", u'interface': u'{{ haproxy_keepalived_external_interface |
2016-10-10 02:25:32.532376 |  default(management_bridge) }}'}}: 'haproxy_keepalived_internal_vip_cidr' is 
2016-10-10 02:25:32.532383 | undefined.
2016-10-10 02:25:32.532402 | This feature will be removed in a future release. Deprecation 
2016-10-10 02:25:32.532424 | warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
2016-10-10 02:25:32.549992 | skipping: [aio1]
2016-10-10 02:25:32.560731 | 
2016-10-10 02:25:32.560772 | TASK [keepalived : Dropping the notification scripts for switching to backup (instances)] ***
2016-10-10 02:25:32.573563 | [DEPRECATION WARNING]: Skipping task due to undefined Error, in the future this
2016-10-10 02:25:32.573599 |  will be a fatal error.: {u'internal': {u'vips': [u'{{ 
2016-10-10 02:25:32.573615 | haproxy_keepalived_internal_vip_cidr }} dev {{ 
2016-10-10 02:25:32.573634 | haproxy_keepalived_internal_interface | default(management_bridge) }}'], 
2016-10-10 02:25:32.573661 | u'track_scripts': [u'haproxy_check_script', u'pingable_check_script'], 
2016-10-10 02:25:32.573674 | u'priority': u'{{ ((play_hosts|length-
2016-10-10 02:25:32.573692 | play_hosts.index(inventory_hostname))*100)-((play_hosts|length-
2016-10-10 02:25:32.573709 | play_hosts.index(inventory_hostname))*50) }}', u'state': u"{{ 
2016-10-10 02:25:32.573729 | (play_hosts.index(inventory_hostname) == 0) | ternary('MASTER', 'BACKUP') }}", 
2016-10-10 02:25:32.573748 | u'authentication_password': u'{{ haproxy_keepalived_authentication_password 
2016-10-10 02:25:32.573768 | }}', u'virtual_router_id': u"{{ haproxy_keepalived_internal_virtual_router_id |
2016-10-10 02:25:32.573788 |  default ('11') }}", u'interface': u'{{ haproxy_keepalived_internal_interface |
2016-10-10 02:25:32.573805 |  default(management_bridge) }}'}, u'external': {u'vips': [u'{{ 
2016-10-10 02:25:32.573819 | haproxy_keepalived_external_vip_cidr }} dev {{ 
2016-10-10 02:25:32.573838 | haproxy_keepalived_external_interface | default(management_bridge) }}'], 
2016-10-10 02:25:32.573856 | u'track_scripts': [u'haproxy_check_script', u'pingable_check_script'], 
2016-10-10 02:25:32.573868 | u'priority': u'{{ ((play_hosts|length-
2016-10-10 02:25:32.573885 | play_hosts.index(inventory_hostname))*100)-((play_hosts|length-
2016-10-10 02:25:32.573902 | play_hosts.index(inventory_hostname))*50) }}', u'state': u"{{ 
2016-10-10 02:25:32.573922 | (play_hosts.index(inventory_hostname) == 0) | ternary('MASTER', 'BACKUP') }}", 
2016-10-10 02:25:32.573941 | u'authentication_password': u'{{ haproxy_keepalived_authentication_password 
2016-10-10 02:25:32.573961 | }}', u'virtual_router_id': u"{{ haproxy_keepalived_external_virtual_router_id |
2016-10-10 02:25:32.573981 |  default ('10') }}", u'interface': u'{{ haproxy_keepalived_external_interface |
2016-10-10 02:25:32.574001 |  default(management_bridge) }}'}}: 'haproxy_keepalived_internal_vip_cidr' is 
2016-10-10 02:25:32.574008 | undefined.
2016-10-10 02:25:32.574025 | This feature will be removed in a future release. Deprecation 
2016-10-10 02:25:32.574045 | warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
2016-10-10 02:25:32.587136 | skipping: [aio1]
2016-10-10 02:25:32.599938 | 
2016-10-10 02:25:32.599979 | TASK [keepalived : Dropping the notification scripts for stopping vrrp (instances)] ***
2016-10-10 02:25:32.612090 | [DEPRECATION WARNING]: Skipping task due to undefined Error, in the future this
2016-10-10 02:25:32.612127 |  will be a fatal error.: {u'internal': {u'vips': [u'{{ 
2016-10-10 02:25:32.612144 | haproxy_keepalived_internal_vip_cidr }} dev {{ 
2016-10-10 02:25:32.612165 | haproxy_keepalived_internal_interface | default(management_bridge) }}'], 
2016-10-10 02:25:32.612185 | u'track_scripts': [u'haproxy_check_script', u'pingable_check_script'], 
2016-10-10 02:25:32.612198 | u'priority': u'{{ ((play_hosts|length-
2016-10-10 02:25:32.612217 | play_hosts.index(inventory_hostname))*100)-((play_hosts|length-
2016-10-10 02:25:32.612235 | play_hosts.index(inventory_hostname))*50) }}', u'state': u"{{ 
2016-10-10 02:25:32.612256 | (play_hosts.index(inventory_hostname) == 0) | ternary('MASTER', 'BACKUP') }}", 
2016-10-10 02:25:32.612289 | u'authentication_password': u'{{ haproxy_keepalived_authentication_password 
2016-10-10 02:25:32.612311 | }}', u'virtual_router_id': u"{{ haproxy_keepalived_internal_virtual_router_id |
2016-10-10 02:25:32.612333 |  default ('11') }}", u'interface': u'{{ haproxy_keepalived_internal_interface |
2016-10-10 02:25:32.612352 |  default(management_bridge) }}'}, u'external': {u'vips': [u'{{ 
2016-10-10 02:25:32.612368 | haproxy_keepalived_external_vip_cidr }} dev {{ 
2016-10-10 02:25:32.612388 | haproxy_keepalived_external_interface | default(management_bridge) }}'], 
2016-10-10 02:25:32.612409 | u'track_scripts': [u'haproxy_check_script', u'pingable_check_script'], 
2016-10-10 02:25:32.612422 | u'priority': u'{{ ((play_hosts|length-
2016-10-10 02:25:32.612441 | play_hosts.index(inventory_hostname))*100)-((play_hosts|length-
2016-10-10 02:25:32.612469 | play_hosts.index(inventory_hostname))*50) }}', u'state': u"{{ 
2016-10-10 02:25:32.612492 | (play_hosts.index(inventory_hostname) == 0) | ternary('MASTER', 'BACKUP') }}", 
2016-10-10 02:25:32.612513 | u'authentication_password': u'{{ haproxy_keepalived_authentication_password 
2016-10-10 02:25:32.612535 | }}', u'virtual_router_id': u"{{ haproxy_keepalived_external_virtual_router_id |
2016-10-10 02:25:32.612557 |  default ('10') }}", u'interface': u'{{ haproxy_keepalived_external_interface |
2016-10-10 02:25:32.612578 |  default(management_bridge) }}'}}: 'haproxy_keepalived_internal_vip_cidr' is 
2016-10-10 02:25:32.612596 | undefined.
2016-10-10 02:25:32.612614 | This feature will be removed in a future release. Deprecation 
2016-10-10 02:25:32.612635 | warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
2016-10-10 02:25:32.625601 | skipping: [aio1]
2016-10-10 02:25:32.638430 | 
2016-10-10 02:25:32.638472 | TASK [keepalived : Dropping the notification scripts for failures (instances)] *
2016-10-10 02:25:32.650444 | [DEPRECATION WARNING]: Skipping task due to undefined Error, in the future this
2016-10-10 02:25:32.650481 |  will be a fatal error.: {u'internal': {u'vips': [u'{{ 
2016-10-10 02:25:32.650498 | haproxy_keepalived_internal_vip_cidr }} dev {{ 
2016-10-10 02:25:32.650519 | haproxy_keepalived_internal_interface | default(management_bridge) }}'], 
2016-10-10 02:25:32.650538 | u'track_scripts': [u'haproxy_check_script', u'pingable_check_script'], 
2016-10-10 02:25:32.650552 | u'priority': u'{{ ((play_hosts|length-
2016-10-10 02:25:32.650571 | play_hosts.index(inventory_hostname))*100)-((play_hosts|length-
2016-10-10 02:25:32.650589 | play_hosts.index(inventory_hostname))*50) }}', u'state': u"{{ 
2016-10-10 02:25:32.650610 | (play_hosts.index(inventory_hostname) == 0) | ternary('MASTER', 'BACKUP') }}", 
2016-10-10 02:25:32.650631 | u'authentication_password': u'{{ haproxy_keepalived_authentication_password 
2016-10-10 02:25:32.650652 | }}', u'virtual_router_id': u"{{ haproxy_keepalived_internal_virtual_router_id |
2016-10-10 02:25:32.650674 |  default ('11') }}", u'interface': u'{{ haproxy_keepalived_internal_interface |
2016-10-10 02:25:32.650692 |  default(management_bridge) }}'}, u'external': {u'vips': [u'{{ 
2016-10-10 02:25:32.650707 | haproxy_keepalived_external_vip_cidr }} dev {{ 
2016-10-10 02:25:32.650727 | haproxy_keepalived_external_interface | default(management_bridge) }}'], 
2016-10-10 02:25:32.650746 | u'track_scripts': [u'haproxy_check_script', u'pingable_check_script'], 
2016-10-10 02:25:32.650759 | u'priority': u'{{ ((play_hosts|length-
2016-10-10 02:25:32.650777 | play_hosts.index(inventory_hostname))*100)-((play_hosts|length-
2016-10-10 02:25:32.650795 | play_hosts.index(inventory_hostname))*50) }}', u'state': u"{{ 
2016-10-10 02:25:32.650816 | (play_hosts.index(inventory_hostname) == 0) | ternary('MASTER', 'BACKUP') }}", 
2016-10-10 02:25:32.650837 | u'authentication_password': u'{{ haproxy_keepalived_authentication_password 
2016-10-10 02:25:32.650858 | }}', u'virtual_router_id': u"{{ haproxy_keepalived_external_virtual_router_id |
2016-10-10 02:25:32.650879 |  default ('10') }}", u'interface': u'{{ haproxy_keepalived_external_interface |
2016-10-10 02:25:32.650900 |  default(management_bridge) }}'}}: 'haproxy_keepalived_internal_vip_cidr' is 
2016-10-10 02:25:32.650908 | undefined.
2016-10-10 02:25:32.650925 | This feature will be removed in a future release. Deprecation 
2016-10-10 02:25:32.650947 | warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
2016-10-10 02:25:32.668635 | skipping: [aio1]

Weekly Digest (7 April, 2019 - 14 April, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:

ISSUES

This week 1 issue is created.

OPEN ISSUES

๐Ÿ’š #88 Added weight to the template to make adjustment of priority possible, by styleart

NOISY ISSUE

The issue most discussed this week has been:
๐Ÿ”ˆ #88 Added weight to the template to make adjustment of priority possible, by styleart
It received 1 comments.

PULL REQUESTS

This week, 1 pull request has been proposed, which is still open.

OPEN PRs

๐Ÿ’š #88 Added weight to the template to make adjustment of priority possible, by styleart

CONTRIBUTORS

This week, styleart has contributed in the repository.

STARGAZERS

This week, no user has starred this repository.

COMMITS

This week, there have been no commits.

RELEASES

This week, no releases were published.

That's all for this week, please watch ๐Ÿ‘€ and star โญ evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

Do not start keepalived after installation

I want to propose to not start the keepavlied service after the installation.

When using this role at the moment I have 3 additional addresses assigned to eth0 after the installation. Those 3 addresses are used in the default keepalived.conf configuration file of Ubuntu.

    inet 192.168.200.16/32 scope global eth0
       valid_lft forever preferred_lft forever
    inet 192.168.200.17/32 scope global eth0
       valid_lft forever preferred_lft forever
    inet 192.168.200.18/32 scope global eth0
       valid_lft forever preferred_lft forever

For Ubuntu 14.04 you can use the following command to disable the start of the service after the installlation.

- name: do not start keepalived after installation
  copy:
    dest: /etc/init/keepalived.override
    content: manual

Weekly Digest (14 December, 2018 - 21 December, 2018)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Support of nopreempt parameter

At the moment it is not possible to set the nopreempt parameter for an instance. I think it makes sense to support it.

Weekly Digest (14 April, 2019 - 21 April, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:

ISSUES

NOISY ISSUE

The issue most discussed this week has been:
๐Ÿ”ˆ #88 Added weight to the template to make adjustment of priority possible, by styleart
It received 3 comments.

PULL REQUESTS

This week, no pull requests has been proposed by the users.

CONTRIBUTORS

This week, styleart has contributed in the repository.

STARGAZERS

This week, danielkza has starred the repository.
You are the star! โญ

COMMITS

This week, there have been no commits.

RELEASES

This week, no releases were published.

That's all for this week, please watch ๐Ÿ‘€ and star โญ evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

Weekly Digest (5 May, 2019 - 12 May, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (17 February, 2019 - 24 February, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week 2 issues were created.
Of these, 2 issues have been closed and 0 issues are still open.

CLOSED ISSUES

โค๏ธ #82 Fix ansible-lint complaint , by evrardjp
โค๏ธ #81 Add ability to have src_check_script and check_script with parameters, by Dazul

NOISY ISSUE

๐Ÿ”ˆ #81 Add ability to have src_check_script and check_script with parameters, by Dazul
It received 2 comments.


PULL REQUESTS

Last week, 2 pull requests were created, updated or merged.

MERGED PULL REQUEST

Last week, 2 pull requests were merged.
๐Ÿ’œ #82 Fix ansible-lint complaint , by evrardjp
๐Ÿ’œ #81 Add ability to have src_check_script and check_script with parameters, by Dazul


COMMITS

Last week there were 4 commits.
๐Ÿ› ๏ธ Merge pull request #82 from evrardjp/fix_metadata_for_new_ansible Fix ansible-lint complaint by evrardjp
๐Ÿ› ๏ธ Fix ansible-lint complaint by evrardjp
๐Ÿ› ๏ธ Merge pull request #81 from Dazul/possibility-to-have-check-scripts-parameters Add ability to have src_check_script and check_script with parameters by evrardjp
๐Ÿ› ๏ธ Add ability to have src_check_script and check_script with parameters If we just use "check_script" and "src_check_script", the file from the source will be copy, to the target, and take the name set on "check_script". This could be an issue if we have parameters under "check_script". For example, if we have something like: check_script: "/etc/keepalived/pingable_check.sh {{ keepalived_ping_count }} {{ keepalived_ping_address }}" We could end up with a file name: "/etc/keepalived/pingable_check.sh 1 203.0.113.89" We should for that have an optional field for setting the destination without taking the parameters, like dest_check_script. by Dazul


CONTRIBUTORS

Last week there were 2 contributors.
๐Ÿ‘ค evrardjp
๐Ÿ‘ค Dazul


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there was 1 release.
๐Ÿš€ 3.2.1 3.2.1 Bugfix


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (1 September, 2019 - 8 September, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week 1 issue was created.
It is still open.

OPEN ISSUES

๐Ÿ’š #111 Add virtual_rules to template, by miloaec

NOISY ISSUE

๐Ÿ”ˆ #111 Add virtual_rules to template, by miloaec
It received 1 comments.


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

UPDATED PULL REQUEST

Last week, 1 pull request was updated.
๐Ÿ’› #111 Add virtual_rules to template, by miloaec


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (12 May, 2019 - 19 May, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there was 1 stargazer.
โญ elemental-lf
You are the star! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (25 August, 2019 - 1 September, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

keepalived_instances default?

Hello, any particular reason why keepalived_instances set as [] instead of {} by default? That causes issues when you run "empty" role on hosts where keepalived not supposed to run (ie if you run playbooks conditionally).

Also, why debian vars file was removed?

Weekly Digest (16 June, 2019 - 23 June, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (9 December, 2018 - 16 December, 2018)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there was 1 stargazer.
โญ n3gster
You are the star! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (20 January, 2019 - 27 January, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (6 January, 2019 - 13 January, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Please add Ubuntu 18.04 support

After upgrading host from Ubuntu 16.04 to 18.04 role fails with message:

TASK [ansible-keepalived-evrardjp : Gather variables for each operating system] ***
fatal: [host.example]: FAILED! => {"msg": "No file was found when using with_first_found. Use the 'skip: true' option to allow this task to be skipped if no files are found"}

Lint errors for Keepalived

We received the following ansible-lint errors for keepalived:

ANSIBLE0016 Tasks that run when changed should likely be handlers
/home/jenkins/.ansible/roles/keepalived/tasks/keepalived_install_apt.yml:68
Task/Handler: Update apt if needed

ANSIBLE0010 Package installs should not use latest
/home/jenkins/.ansible/roles/keepalived/tasks/keepalived_install_apt.yml:40
Task/Handler: Add Ubuntu Cloud Archive keyring

Weekly Digest (26 May, 2019 - 2 June, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Strange behaviour with sysv

Hi,

Just starting this so I don't forget.
I am using a fork of the repo with systemd rather than sysv which gives more predictable behaviour,
just wondered your thoughts on this.
Maybe it is something to take up with keepalived devs, or I might have missed something also.

Example service file:

[Unit]
Description=Keepalived
After=network.target

[Service]
Type=simple
ExecStart=/usr/sbin/keepalived --log-console --dont-fork -f /etc/keepalived/keepalived.conf
ExecStop=/usr/bin/pkill keepalived
Restart=always
RestartSec=5

[Install]
WantedBy=multi-user.target

Weekly Digest (30 June, 2019 - 7 July, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there was 1 stargazer.
โญ liuwei-9527
You are the star! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (7 July, 2019 - 14 July, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week 1 issue was created.
It is still open.

OPEN ISSUES

๐Ÿ’š #102 Pre-commit fixups, by retr0h


PULL REQUESTS

Last week, 1 pull request was created, updated or merged.

OPEN PULL REQUEST

Last week, 1 pull request was opened.
๐Ÿ’š #102 Pre-commit fixups, by retr0h


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there was 1 stargazer.
โญ bbritowynd
You are the star! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (16 December, 2018 - 23 December, 2018)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

allow changing keepalived_ppa_keyserver variable

I have the problem, that the default hkp port is blocked by our companies firewall. I need to change the current value "keyserver.ubuntu.com" to "hkp://keyserver.ubuntu.com:80". but because the variable is included via include_vars its impossible to change it without deleting it from the vars file.

Could you add another with_first_found item like "keepalived_distribution_vars_file" to the "Gather variables for each operating system" task?

Weekly Digest (13 January, 2019 - 20 January, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (3 March, 2019 - 10 March, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were 2 stagazers.
โญ hatan4ik
โญ Koma-Andrea
You all are the stars! ๐ŸŒŸ


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (24 February, 2019 - 3 March, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (18 August, 2019 - 25 August, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (10 February, 2019 - 17 February, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (27 January, 2019 - 3 February, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

service control enhancement

Hello @evrardjp,

I've noticed that the role does not take care of the actual service status and its start behavior on reboot
May you add enhance the role with something like:

- name: Make sure keepalived is running and enabled if set
  service:
    name: keepalived
    state: started
    enabled: "{{ keepalived_service_enabled | default(omit) }}"
  when: keepalived_service_control

Improvement ideas on this snippet are welcome. I did not test this snippet yet.

Best regards

Jard

Weekly Digest (21 July, 2019 - 28 July, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (4 August, 2019 - 11 August, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (23 December, 2018 - 30 December, 2018)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Weekly Digest (9 June, 2019 - 16 June, 2019)

Here's the Weekly Digest for evrardjp/ansible-keepalived:


ISSUES

Last week, no issues were created.


PULL REQUESTS

Last week, no pull requests were created, updated or merged.


COMMITS

Last week there were no commits.


CONTRIBUTORS

Last week there were no contributors.


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please ๐Ÿ‘€ Watch and โญ Star the repository evrardjp/ansible-keepalived to receive next weekly updates. ๐Ÿ˜ƒ

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. ๐Ÿ“†

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.