Giter VIP home page Giter VIP logo

ansible-linux's Introduction

Linux-Desktop Cloud Installer

Introduction

English | 简体中文

Linux-Desktop Cloud Installer, developed by Websoft9, is an automatic installation program of Linux-Desktop based on Ansible and shell. It helps user install Linux-Desktop and pre-configure required items automatically and users only need to run a command on Linux. It simplifies the complicated installation and initialization process.

System Requirement

System Requirement to install this repository are as following:

Conditions Details Notes
Operating System CentOS7.x, Ubuntu20.04, Amazon Linux2 Optional
Public Cloud AWS, Azure, Alibaba Cloud, HUAWEI ClOUD, Tencent Cloud Optional
Private Cloud KVM, VMware, VirtualBox, OpenStack Optional
Server Configuration vCPU no less than 1 core, Memory no less than 1 GIB, Storage no less than 10 GB, Swap no less than 2GB Bandwidth no less than 100M

To learn more information, please view Installation & Configuration.

Ecosystem

Core components of this repository: GNOME, KDE, Xfce, Mate, VNC, Xrdp

Learn more about Parameters.

Installation

You can install it by thi Cloud Installer solution all in one. In addition, you can deploy image published on major Cloud Platform by Websoft9.

All-in-one Installer

Run the automatic installation script with root authority to start the installation. If necessary, users need to make interactive choices, and then wait patiently until the installation is successful.

$ sudo su -
$ wget -N https://raw.githubusercontent.com/Websoft9/ansible-linux/main/scripts/install.sh; bash install.sh -r linux

If the network is broken or blocked, SSH will be interrupted and the installation will fail. Please reinstall.

Image on Cloud

Follow our Linux-Desktop image for installation on major Cloud Platform.

Documentation

Administrator Guide

License

LGPL-3.0, Additional Terms: Without authorization from Websoft9, it is not allowed to publish free or paid image based on this program in any Cloud platform's Marketplace.

Copyright (c) 2016-present, Websoft9

This program provided by Websoft9 contains a series of software with separate copyright notices and license terms. Your use of the source code for the software included is subject to the terms and conditions of its own license.

FAQ

How to install and view the latest release?

This repository install way is Package install, you can view the version from Official URL.
We will check Release version regularly. Update and test this project to ensure that users can successfully install the required version of Linux-Desktop.

Can I run this repository on Ansible Tower?

Yes.

Although the results of the deploy by image are consistent with the results of deploy by script, what is the difference between the two deployment methods?

Suggest you read the document Deploy by Image vs Deploy by Script.

ansible-linux's People

Contributors

chendelin1982 avatar hliblack avatar laozhou0731 avatar morning-tan avatar mozlk avatar qiaofeng1227 avatar zengxc-1996 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ansible-linux's Issues

通过web url支持 多用户访问linux desktop

What type of your feature request?

  • Add new features
  • Improve current features

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Supplement to EN version

Language

  • Chinese
  • English

New content

The Documentation of Linux GUI Desktop Environment: GNOME, KDE Plasma, MATE and Xfce

  • URL: support.websoft9.com/docs/linux

What content do you want to add?

(describe here)

Steps for the content

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. Modify file '....'

Ansible interactive selection(hide part of selection )

Ansible controls interactive selection through prompt. When selecting some options is to hide others, how can we do it?

.e.g. When I select the [0: Transfer Image], hide the [linux_desktop_selection] and [linux_webgui_selection], var linux_desktop_select and linux_webgui_select are '' ;when I select the [1: other\n"], show the [linux_desktop_selection] and [linux_webgui_selection].

  vars_prompt:
    - name: 'transfer_image_selection'
      prompt: "\nChoose the flow you want to install [ 1/2] \n\n
      0: Transfer Image\n
      1: other\n"
      private: no
      default: 1
      
    - name: 'linux_desktop_selection'
      prompt: "\nChoose the Desktop you want to install [ 1/2/3/4] \n\n
      0: Don't install any GUI\n
      1: GNOME \n
      2: KDE \n
      3: Xfce\n
      4: Mate\n"
      private: no
      default: 1
      
    - name: 'linux_webgui_selection'
      prompt: "\nChoose the Web GUI you want to install [ 1/2/3/4] \n\n
      0: Don't install any Web GUI\n
      1: cockpit \n"
      private: no
      default: 1

 vars:
    linux_desktop_select:
      '0': ''
      '1': 'gnome'
      '2': 'kde'
      '3': 'xfce'
      '4': 'mate'
      
    linux_webgui_select:
      '0': ''
      '1': 'cockpit'
      
    transfer_image_select: 
      '0': 'transfer_image'
      '1': ''

The else at install.sh from line 79 fix

What type of your feature request?

  elif [[ $(cat /etc/os-release |grep VERSION_CODENAME |cut -d= -f2) != focal ]];then
        sudo apt-add-repository --yes --update ppa:ansible/ansible
  1. Cancel elif
  2. Add new if have ansible repository logic
  • Ubuntu 20.04 y
  • Debian 11.0 y
  • Ubuntu 18.04 ?
  • Debian 10.0 ?

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.