# CSC 395 - Fundamentals of Modern Linux Administration
## Lab Exercises
This repository is the starting point for all of the labs outlined in the primary
[course repository](https://github.com/draevin/csc395-linux) and is intended to be
forked for use by participants in the class. As you work through the exercises, update
this repository with your changes. When you need to turn in an assignment, create
a tag representing the weekly exercise that state represents.
## Starting contents
The initial contents of this repository include...
### `inventory` directory
When using Ansible, you must have an inventory defined. There are many ways to do
this depending on your use case, but for these exercises we will be using a directory
within the repository so that the information is kept in a single, centralized location.
To do this without additional overhead when running commands, we need to specify
that we're doing so in our `ansible.cfg` file (see below)
#### host_vars\az-workstation
##### main.yml
This is our primary host variable file. It contains a variety of variables specific
to the machine from which we will set up our Azure lab VMs. It comes with appropriate
defaults for this process.
##### `vault.yml` (REQUIRED -- NOT INCLUDED)
To configure your Azure lab VMs, you will need to provide a `vault.yml` file in this
directory with contents as follows:
```yaml
---
vault_admin_un: { yourUsernameHere-noBrackets }
vault_admin_pw: { yourPasswordHere-noBrackets }
```
### `ansible.cfg`
Ansible can be configured with various configuration files that change in scope
depending on location. The most specific file available is one in the current directory
when running commands. This config is provided with some appropriate defaults for
our lab needs. Further details on configuration and scope can be found in the official
docs section on [Ansible Configuration settings](https://docs.ansible.com/ansible/latest/reference_appendices/config.html)
师爷孙
- 粉丝: 16
- 资源: 4757
最新资源
- 毕设-PHP-[整站程序]迷魂记 第二版(粉色迷魂)_ver330.zip
- 毕设-PHP-[整站程序]漂亮的全站程序-JOYS的小窝_free531.zip
- 毕设-PHP-[整站程序]清风千年整站系统 V5.0 (附PSD源文件)_qfkzweb_free5_php5_gbk32.zip
- 毕设-PHP-[整站程序]情感家园站 v3.0 For 个人版_qgweb30fp33.zip
- 毕设-PHP-[整站程序]天地网络-网络学院全站_tiandinetxy36.zip
- 毕设-PHP-[整站程序]三雷11种语言建站系统(网络版) v6.0_30tnetwork34.zip
- 毕设-PHP-[整站程序]校内网代码站_xndm37.zip
- 毕设-PHP-[整站程序]雪缘动感在线系统_luckysnow38.zip
- 毕设-PHP-[整站程序]亿网家教网站管理程序 v2.0_ywjj39.zip
- 毕设-PHP-[整站程序]与非IT数码产品门户程序_ityesno40.zip
- 电子学习资料设计作品全资料单片机定时闹钟资料
- 目标检测-电线杆折断检测数据集14000张YOLO+VOC格式.zip
- 索尼(SONY)Walkman NW-ZX300_V2_00
- 在线封装双端APP源码 简单搭建扔进服务器或主机即可
- 电子学习资料设计作品全资料单片机控制LED点阵显示器
- Java毕设项目:基于spring+mybatis+maven+mysql实现的在线购物系统【含源码+数据库+毕业论文】
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈