activated 3 additional tasks

This commit is contained in:
rene
2022-02-17 17:57:11 +01:00
parent 03fe7adf9b
commit f366e9f55c

View File

@@ -15,23 +15,23 @@
- public_keys/root_id_rsa.pub - public_keys/root_id_rsa.pub
- public_keys/yubikey.pub - public_keys/yubikey.pub
# - name: users | root | install public key for backups - name: users | root | install public key for backups
# authorized_keys: authorized_keys:
# user: root user: root
# state: present state: present
# key: public_keys/backup_ed25519.pub key: public_keys/backup_ed25519.pub
# key_options: 'from="192.168.1.240",command="~/validate-rsync.sh"' key_options: 'from="192.168.1.240",command="~/validate-rsync.sh"'
# - name: users | root | create script directories - name: users | root | create script directories
# file: file:
# path: "{{ root_home }}/scripts" path: "{{ root_home }}/scripts"
# state: directory state: directory
# mode: '0755' mode: '0755'
# - name: users | root | clone root_bins - name: users | root | clone root_bins
# git: git:
# repo: 'https://gitlab.social.my-wan.de/rene/root-bin.git' repo: 'https://gitlab.social.my-wan.de/rene/root-bin.git'
# dest: "{{ root_home }}/bin" dest: "{{ root_home }}/bin"
###################################################### ######################################################
# Learn Linux TV example # Learn Linux TV example