Sfoglia il codice sorgente

it's a smOll start

master
1 mese fa
parent
commit
064de645c1
4 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  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 Vedi File


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


+ 3
- 0
inventory/hosts Vedi File

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

[workstation]
46.101.126.232 ansible_user=root

+ 10
- 0
site.yml Vedi File

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

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

Loading…
Annulla
Salva