base: Add munin-node and update policy
munin-node adds depency to external repos so also update package policy.
This commit is contained in:
parent
d381e4f3b7
commit
f96f3f6789
2 changed files with 13 additions and 2 deletions
|
@ -1,12 +1,22 @@
|
||||||
## Ansible Role: base
|
## Ansible Role: base
|
||||||
|
|
||||||
This role is applied to all hosts. This role must not have any package
|
This role is applied to all hosts.
|
||||||
depencies outside operating system's base packages.
|
|
||||||
|
|
||||||
### Basic service
|
### Basic service
|
||||||
|
|
||||||
This role will install and configure following base services using
|
This role will install and configure following base services using
|
||||||
operating system default software:
|
operating system default software:
|
||||||
|
|
||||||
* mail sending to local (foo.sh) addresses using smtps port
|
* mail sending to local (foo.sh) addresses using smtps port
|
||||||
* system logging to remote host
|
* system logging to remote host
|
||||||
* ssh server (tighten crypto settings)
|
* ssh server (tighten crypto settings)
|
||||||
|
|
||||||
|
These services must not have any depencies outside of operating
|
||||||
|
system's base packages.
|
||||||
|
|
||||||
|
### Secondary services
|
||||||
|
|
||||||
|
Following secondary services that are not required for production
|
||||||
|
capability are installed:
|
||||||
|
|
||||||
|
* munin-node for monitoring system usage
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
include_role:
|
include_role:
|
||||||
name: "{{ role }}"
|
name: "{{ role }}"
|
||||||
with_items:
|
with_items:
|
||||||
|
- munin-node
|
||||||
- network
|
- network
|
||||||
- pki
|
- pki
|
||||||
- psacct
|
- psacct
|
||||||
|
|
Loading…
Add table
Reference in a new issue