Explorar el Código

it's a smOll start

master
hace 1 mes
padre
commit
064de645c1
Se han modificado 4 ficheros con 13 adiciones y 0 borrados
  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 Ver fichero


+ 0
- 0
inventory/host_vars/wkst1.yml Ver fichero


+ 3
- 0
inventory/hosts Ver fichero

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

[workstation]
46.101.126.232 ansible_user=root

+ 10
- 0
site.yml Ver fichero

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

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

Cargando…
Cancelar
Guardar