Coder Social home page Coder Social logo

ansible.waptserver's Introduction

tranquilit.waptserver

Requirements

  • Debian Linux or CentOS Virtual Machine
  • Ansible 2.8

Install WAPT on a remote server

  • git clone and install that role in /etc/ansible/roles
cd /etc/ansible/roles/
git clone https://github.com/tranquilit/ansible.waptserver
  • ensure you have a working ssh key deployed as root on your WAPT server, if not you can generate and copy one like so :
ssh-keygen -t ed25519
ssh-copy-id -i id_ed25519.pub [email protected]
  • add you WAPT server to Ansible hosts file
[srvwapt]
srvwapt.mydomain.lan ansible_host=192.168.1.40
  • create a playbook with the following content in /etc/ansible/playbooks/wapt.yml :
- hosts: srvwapt
  roles:
    - { role: tranquilit.waptserver }
  • run your playbook with the following command :
cd /etc/ansible/
ansible-playbook -i hosts playbooks/wapt.yml

That's it WAPT is installed on your server !

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

WAPT server vars

WAPT version that will be installed from WAPT Deb/RPM repository

wapt_version: "1.8"

PostgreSQL version that will be installed from WAPT Deb/RPM repository

pgsql_version: "9.6"

CentOS version used for RPM repository address

centos_version: "centos7"

launch_postconf defaults to True, it launches WAPT Server postconfiguration script silently

launch_postconf: True

Dependencies

None.

Example Playbook

- hosts: hosts
  vars_files:
    - vars/main.yml
  roles:
    - tranquilit.waptserver

ansible.waptserver's People

Contributors

agauvrit-tis avatar sebastux avatar

Stargazers

Matthieu C. avatar  avatar

Watchers

Neustradamus avatar James Cloos avatar Vincent CARDON avatar Denis Cardon avatar Hubert TOUVET avatar  avatar

Forkers

sebastux

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.