Skip to content

Commit

Permalink
Added basic README
Browse files Browse the repository at this point in the history
  • Loading branch information
zimmertr committed Jun 27, 2020
1 parent 48293a3 commit 749ec3f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Ansible/roles/Create_User_Account/README.md
@@ -0,0 +1,30 @@
Create User Account
=========

Generate a new SSH key, create a new user account, and add the ssh key to the account's authorized hosts file.

Role Variables
--------------

| Variable | Has Default | Example | Description |
| ------------------------ | ----------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| TKS_BM_V_PROXMOX_ISO_URL | No | https://www.proxmox.com/en/downloads?task=callelement&format=raw&item_id=513&element=f85c494b-2b32-4109-b8c1-083cca2b7db6&method=download&args[0]=e20c5339a85f415aa8786ae730d14f05 | HTTP link to a Proxmox VE ISO. |
| TKS_BM_V_USB_MOUNTPATH | No | /dev/disk2 | Path on your filesystem that leads to the bootable USB device. |

License
-------

GPL-3.0-only

Author Information
------------------

| Contact | Information |
| -------- | ------------------------------------- |
| Name | TJ Zimmerman |
| Email | tj@tjzimmerman.com |
| Website | https://tjzimmerman.com |
| GitHub | https://github.com/zimmertr |
| LinkedIn | https://www.linkedin.com/in/zimmertr/ |
| Twitter | https://twitter.com/zimmertr |

0 comments on commit 749ec3f

Please sign in to comment.