Basic keepalived Ansible-Playbook
This commit is contained in:
12
roles/download/tasks/main.yaml
Normal file
12
roles/download/tasks/main.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
- name: Update Apt-Cache
|
||||
apt:
|
||||
update_cache: yes
|
||||
cache_valid_time: 3600
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
- name: Install keepalived
|
||||
package:
|
||||
name: keepalived
|
||||
state: latest
|
||||
Reference in New Issue
Block a user