Browse Source

it's a smOll start

master
1 month ago
parent
commit
064de645c1
4 changed files with 13 additions and 0 deletions
  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 View File


+ 0
- 0
inventory/host_vars/wkst1.yml View File


+ 3
- 0
inventory/hosts View File

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

[workstation]
46.101.126.232 ansible_user=root

+ 10
- 0
site.yml View File

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

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

Loading…
Cancel
Save