ansible-gnu-corporate-works.../README.md

52 lines
2.0 KiB
Markdown
Raw Normal View History

2017-08-31 21:22:57 +02:00
# ansible-gnu-corporate-workstation
ansible-gnu-corporate-workstation is a set of roles that enable Active Directory member role to a GNU/Linux workstation or a server
2020-04-26 19:58:45 +02:00
- Currently supports Ubuntu 20.04 LTS, will support other flavors and OS
2017-08-31 21:22:57 +02:00
- Supports single command to deploy
### Requirements, if not installed
2020-04-26 16:45:23 +02:00
- curl
- sudo
2017-08-31 21:22:57 +02:00
### Installation
Run the following command using a terminal emulator :
2020-04-26 16:46:16 +02:00
```bash
2020-04-26 19:54:40 +02:00
bash <(curl -s https://git.paulbsd.com/paulbsd/ansible-gnu-corporate-workstation/raw/branch/master/provision.sh)
...
sudo reboot
2017-08-31 21:22:57 +02:00
```
### License
2020-04-26 15:37:31 +02:00
```text
Copyright (c) 2017, PaulBSD
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
2020-04-26 15:37:31 +02:00
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
2020-04-26 15:37:31 +02:00
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2020-04-26 15:37:31 +02:00
The views and conclusions contained in the software and documentation are those
of the authors and should not be interpreted as representing official policies,
either expressed or implied, of this project.
```