initserver

Ansible Linux based Server Initialization Role

Python Licence Travis Build Galaxy Role Downloads

Ansible role for custom KubeCloud Server Initialization

Supported OS

  • CentOS 6/7
  • RedHat 6/7
  • Ubuntu Xenial/Bionic

Usage

  • Install Role ansible-galaxy install jetune.initserver
  • use in your playbook
---
- hosts: all

  roles:
   
   - role: jetune.initserver
     vars:
      server_app_code: "kis"
      server_password_auth: true
      server_app_description: "KubeCloud Application description"
      server_app_home: "/kubecloud/myapp/"
      server_user_name: "admin"
      server_user_comment: "KIS Application Administrator"
      server_user_password: "admin123"
      server_user_groups: ["kis", "sudo", "adm", "exploit"]
      server_user_create_home: true
      server_user_shell: "/usr/bin/bash"
      server_user_ssh_private_key: "security/admin_rsa"
      server_user_autorized_keys: ["security/admin_rsa.pub"]
About

KubeCloud Custom Server Initialization

Install
ansible-galaxy install kube-cloud/ansible-role-initserver
GitHub repository
License
apache-2.0
Downloads
852
Owner