More organization and beginning to add 1337 share.
This commit is contained in:
10
tasks/general/acct_mgmt/keys.yml
Normal file
10
tasks/general/acct_mgmt/keys.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
# Extra SSH keys
|
||||
|
||||
- name: Create Root's SSH Key
|
||||
openssh_keypair:
|
||||
path: /root/.ssh/id_rsa
|
||||
|
||||
- name: Join System to 1337 Share
|
||||
shell:
|
||||
path: ssh-copy-id -f ling@leet
|
9
tasks/general/acct_mgmt/mounts.yml
Normal file
9
tasks/general/acct_mgmt/mounts.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
# Mount shares that all systems should have.
|
||||
|
||||
- name: Add 1337 to fstab
|
||||
blockinfile:
|
||||
path: /etc/fstab
|
||||
block: |
|
||||
ling@leet: /mnt/leet fuse.sshfs defaults,_netdev,allow_other,delay_connect 0 0
|
||||
backup: yes
|
@ -14,4 +14,5 @@
|
||||
package:
|
||||
name:
|
||||
- cowsay # Sorry ;)
|
||||
- snapd
|
||||
state: absent
|
Reference in New Issue
Block a user