edmondscommerce.user

Linuxユーザーの作成と基本設定(Ansibleロール)

説明

これはユーザーを作成して設定するためのものです。現在、以下のことを行います。

  • 名前付きのユーザーとグループを作成します。
  • ドットファイルを追加します。
  • 鍵ベースのSSHアクセスを許可するために公開鍵をアップロードします。

ロール変数

名前 デフォルト値 説明
users_name ansibleUser 作成して設定するユーザーの名前
users_group ansibleUser ユーザーが使用するグループ
users_password ChangeMe!! ユーザーのパスワード
users_home "/home/{{ users_name }}" ユーザーのホームディレクトリ
uploadPublicKey true ユーザーのauthorized_keysにSSH公開鍵を追加するかどうか
local_public_key `` 公開鍵のパス
プロジェクトについて

A role to create and configure Linux users the way we want

インストール
ansible-galaxy install edmondscommerce.user
ライセンス
Unknown
ダウンロード
252
所有者
Not just one person, in fact a few... developing ecommerce sites for fun and profit