arnobirchler.create-account
Ansibleロール | アカウント作成
Travis CI構成を使用したアカウント作成ロール
要件
特に必要な要件はありません
ロール変数
- user: scott
- sudoer: deployer
# 使用するポート、IP、プロトコル
ssh_port: [22]
ssh_protocol: 2
ssh_listen_address: []
# 認証
ssh_permit_root_login: 'yes'
ssh_pubkey_authentication: 'yes'
ssh_password_authentication: 'yes'
# ブート時に開始
ssh_service_enabled: yes
# 現在の状態: 開始、停止
ssh_service_state: started
依存関係
Ansible:依存関係なし
Travis:2つの依存関係
例のプレイブック
- name: "ファイル | ファイルを作成"
file:
path: "./test.txt"
state: touch
ライセンス
MIT
著者情報
Arno Birchler
インストール
ansible-galaxy install arnobirchler.create-account
ライセンス
Unknown
ダウンロード
224
所有者