Browse Source

add new playbook postint-full to deploy common, xymon-client and rudder-node roles to have fully compliant node

master
LecygneNoir 7 years ago
parent
commit
11b7449e92
2 changed files with 24 additions and 3 deletions
  1. +10
    -3
      README.md
  2. +14
    -0
      postint-full.yml

+ 10
- 3
README.md View File

@ -1,9 +1,16 @@
configz
## configz
=======
Yet another ansible's playbook repository
roles
## playbooks
======
* postint.yml
* run common role to install you packages, deploy ssh, keys, ...
* posting-full.yml
* use roles common, xymon-client and rudder-node to have a fully compliant server
## roles
======
* Common
@ -61,7 +68,7 @@ roles
* you need a working rudder-server (https://www.rudder-project.org/doc-4.1/_install_rudder_server.html)
* use rudder_server variable to configure your rudderserver IP (rudder advice to use IP addresses instead of DNS)
example host file
## example host file
=====
```yaml

+ 14
- 0
postint-full.yml View File

@ -0,0 +1,14 @@
---
# Playbook permettant de deployer un hote complet avec les roles common, xymon-client et rudder-node
- name: Deployer un hote complet avec common, xymon-client et rudder-node
hosts: all
user: root
gather_facts: yes
roles:
- common
- xymon-client
- rudder-node
# vim: set textwidth=0 ft=yaml ts=2 sw=2 expandtab:

Loading…
Cancel
Save