Compare commits

...

3 Commits

4 changed files with 27 additions and 0 deletions

8
etc/sudoers Normal file
View File

@ -0,0 +1,8 @@
##
## User privilege specification
##
root ALL=(ALL) ALL
%wheel ALL=(ALL) ALL
# Long timeout
Defaults env_reset,timestamp_timeout=9999999999

0
etc/vimrc Normal file
View File

3
notes.txt Normal file
View 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

View File

@ -218,6 +218,22 @@
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
- name: Disable SELinux