Compare commits
3 Commits
f7fc7f1c52
...
073b327587
Author | SHA1 | Date | |
---|---|---|---|
073b327587 | |||
d70abd49b0 | |||
6776a25a2e |
8
etc/sudoers
Normal file
8
etc/sudoers
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
##
|
||||||
|
## User privilege specification
|
||||||
|
##
|
||||||
|
root ALL=(ALL) ALL
|
||||||
|
%wheel ALL=(ALL) ALL
|
||||||
|
|
||||||
|
# Long timeout
|
||||||
|
Defaults env_reset,timestamp_timeout=9999999999
|
3
notes.txt
Normal file
3
notes.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
gsettings set org.gnome.desktop.input-sources xkb-options "['caps:swapescape']"
|
||||||
|
gsettings set org.gnome.shell enabled-extensions "['alternate-tab@gnome-shell-extensions.gcampax.github.com']"
|
||||||
|
gsettings set org.gnome.desktop.interface clock-show-date true
|
16
setup.yml
16
setup.yml
@ -218,6 +218,22 @@
|
|||||||
append: true
|
append: true
|
||||||
|
|
||||||
|
|
||||||
|
# services
|
||||||
|
|
||||||
|
- name: Enable SSH Daemon
|
||||||
|
service:
|
||||||
|
name: sshd
|
||||||
|
enabled: yes
|
||||||
|
state: started
|
||||||
|
|
||||||
|
|
||||||
|
- name: Enable Docker Daemon
|
||||||
|
service:
|
||||||
|
name: docker
|
||||||
|
enabled: yes
|
||||||
|
state: started
|
||||||
|
|
||||||
|
|
||||||
# disable SELinux
|
# disable SELinux
|
||||||
|
|
||||||
- name: Disable SELinux
|
- name: Disable SELinux
|
||||||
|
Reference in New Issue
Block a user