瀏覽代碼

it's a smOll start

master
1 月之前
父節點
當前提交
064de645c1
共有 4 個檔案被更改,包括 13 行新增0 行删除
  1. 0
    0
      inventory/group_vars/workstation.yml
  2. 0
    0
      inventory/host_vars/wkst1.yml
  3. 3
    0
      inventory/hosts
  4. 10
    0
      site.yml

+ 0
- 0
inventory/group_vars/workstation.yml 查看文件


+ 0
- 0
inventory/host_vars/wkst1.yml 查看文件


+ 3
- 0
inventory/hosts 查看文件

@@ -0,0 +1,3 @@

[workstation]
46.101.126.232 ansible_user=root

+ 10
- 0
site.yml 查看文件

@@ -0,0 +1,10 @@
###
# Base config file of my cloudy workstation
###

## USERS and keys
- name: create users
user:
name: aydent
group: sudo

Loading…
取消
儲存