Changeset - d08a4bb0d74b
[Not reviewed]
0 2 0
Branko Majic (branko) - 6 years ago 2018-05-27 20:15:52
branko@majic.rs
MAR-129: Updated state for installing packages in backup_server role.
2 files changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
roles/common/molecule/default/playbook.yml
Show inline comments
 
@@ -7,7 +7,7 @@
 
    - name: Install apt-cacher-ng
 
      apt:
 
        name: apt-cacher-ng
 
        state: installed
 
        state: present
 

	
 
- hosts: parameters-mandatory,parameters-optional
 
  become: true
roles/common/tasks/main.yml
Show inline comments
 
@@ -195,7 +195,7 @@
 
- name: Install ferm (for firewall management)
 
  apt:
 
    name: ferm
 
    state: installed
 
    state: present
 

	
 
- name: Configure ferm init script coniguration file
 
  copy:
 
@@ -274,13 +274,13 @@
 
- name: Install apticron (for checking available upgrades)
 
  apt:
 
    name: apticron
 
    state: installed
 
    state: present
 

	
 
# Implementation for checking pip requirements files via via pip-tools.
 
- name: Install virtualenv for pip requirements checks
 
  apt:
 
    name: virtualenv
 
    state: installed
 
    state: present
 

	
 
- name: Create dedicated group for user running pip requirements checks
 
  group:
 
@@ -394,7 +394,7 @@
 
    name:
 
      - ntp
 
      - ntpdate
 
    state: installed
 
    state: present
 
  when: ntp_servers
 

	
 
- name: Deploy NTP configuration
0 comments (0 inline, 0 general)