-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae7ef56
commit 87e151d
Showing
3 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
services: | ||
console: | ||
container_name: console | ||
image: ubuntu:22.04 | ||
ports: | ||
- 33389:3389 | ||
restart: always | ||
privileged: true | ||
stdin_open: true | ||
tty: true | ||
entrypoint: > | ||
sh -c | ||
"apt update && | ||
DEBIAN_FRONTEND=noninteractive apt install -y python3&& | ||
useradd -m hayato | ||
/bin/bash" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[rui] | ||
192.168.1.100 ansible_user=hayato | ||
|
||
[console] | ||
console ansible_user=root privileged=true remote_addr=localhost remote_user=root | ||
|
||
[runner] | ||
192.168.1.104 ansible_user=hayato | ||
|
||
[runner03] | ||
192.168.1.108 ansible_user=hayato | ||
|
||
[tm] | ||
192.168.1.112 ansible_user=hayato | ||
|
||
[jenkins] | ||
192.168.1.131 ansible_user=hayato | ||
|
||
[skylark] | ||
192.168.1.200 ansible_user=hayato | ||
|
||
[macbook] | ||
HayabookAir2023.hayaworld.home ansible_user=hayato |