feat: systemd service for mount
This commit is contained in:
parent
3ec8b1d1e7
commit
b8e71be310
14 changed files with 91 additions and 39 deletions
3
target/example_host/inventory.yaml
Normal file
3
target/example_host/inventory.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
workstation:
|
||||
hosts:
|
||||
localhost: {}
|
||||
7
target/example_host/master_sshkey
Normal file
7
target/example_host/master_sshkey
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-----BEGIN OPENSSH PRIVATE KEY-----
|
||||
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
|
||||
QyNTUxOQAAACCzLJSUEp7ZgIhKgBe3KS9VxD1kVoL+1rteNDUTwrF+DwAAAJBi/5tQYv+b
|
||||
UAAAAAtzc2gtZWQyNTUxOQAAACCzLJSUEp7ZgIhKgBe3KS9VxD1kVoL+1rteNDUTwrF+Dw
|
||||
AAAED4FA6R3uUYxh3xbBzpejFO71FKa/COcMq6tdiwdyDn/rMslJQSntmAiEqAF7cpL1XE
|
||||
PWRWgv7Wu140NRPCsX4PAAAADW1hc3Rlcl9zc2hrZXk=
|
||||
-----END OPENSSH PRIVATE KEY-----
|
||||
1
target/example_host/master_sshkey.pub
Normal file
1
target/example_host/master_sshkey.pub
Normal file
|
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILMslJQSntmAiEqAF7cpL1XEPWRWgv7Wu140NRPCsX4P master_sshkey
|
||||
2
target/example_host/run.sh
Executable file
2
target/example_host/run.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/sh
|
||||
../../ansible/run_ansible_playbook.sh -u mbess
|
||||
4
target/example_host/vars.yaml
Normal file
4
target/example_host/vars.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
device_name: example_host
|
||||
user: mbess
|
||||
target_is_real: true
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue