This website works better with JavaScript.
Home
Explore
Help
Sign In
aydent
/
workstation
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
it's a smOll start
master
1 month ago
parent
4a86975de4
commit
064de645c1
4 changed files
with
13 additions
and
0 deletions
Split View
Show Diff Stats
0
0
inventory/group_vars/workstation.yml
0
0
inventory/host_vars/wkst1.yml
3
0
inventory/hosts
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
Write
Preview
Loading…
Cancel
Save