diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-03-30 21:33:28 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-07-03 17:31:09 +0200 |
commit | 0ef51f8a0337eb0945cdf408a08691633c616b73 (patch) | |
tree | 0a1e35fd950c80f13a7ef6c3fa4c16b68c2ab671 | |
parent | e0aa90f72863c8c46757944280406014da83268a (diff) | |
download | rules-0ef51f8a0337eb0945cdf408a08691633c616b73.tar.gz |
roles/workstation: introduce ws-think03
l--------- | files/keys/git-internal/ws-think03.pub | 1 | ||||
l--------- | files/keys/git/ws-think03.pub | 1 | ||||
-rw-r--r-- | files/keys/ws-think03.pub | 1 | ||||
-rw-r--r-- | host_vars/ws-think03.yml | 3 | ||||
-rw-r--r-- | inventory.ini | 1 |
5 files changed, 7 insertions, 0 deletions
diff --git a/files/keys/git-internal/ws-think03.pub b/files/keys/git-internal/ws-think03.pub new file mode 120000 index 0000000..36354be --- /dev/null +++ b/files/keys/git-internal/ws-think03.pub @@ -0,0 +1 @@ +../ws-think03.pub
\ No newline at end of file diff --git a/files/keys/git/ws-think03.pub b/files/keys/git/ws-think03.pub new file mode 120000 index 0000000..36354be --- /dev/null +++ b/files/keys/git/ws-think03.pub @@ -0,0 +1 @@ +../ws-think03.pub
\ No newline at end of file diff --git a/files/keys/ws-think03.pub b/files/keys/ws-think03.pub new file mode 100644 index 0000000..3fce3d9 --- /dev/null +++ b/files/keys/ws-think03.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGADzHHWo3+o9QohASmfCN+28VzZrgfwfr3JdOg5I82P qwd@ws-think03 diff --git a/host_vars/ws-think03.yml b/host_vars/ws-think03.yml new file mode 100644 index 0000000..c9d2956 --- /dev/null +++ b/host_vars/ws-think03.yml @@ -0,0 +1,3 @@ +__ip: + external: dhcp + internal: 10.10.0.84 diff --git a/inventory.ini b/inventory.ini index 748dafd..1c5f66d 100644 --- a/inventory.ini +++ b/inventory.ini @@ -2,6 +2,7 @@ localhost ws-think01 ws-think02 +ws-think03 ws-bare01 ws-xps01 |