diff --git a/inventory/host_vars/carsharing.coop/config.yml b/inventory/host_vars/carsharing.coop/config.yml index 608ed035514cac336f5a5e807aaa7fd3e47770f5..b8714117dd120eadf46a15a287357447d52361c1 100644 --- a/inventory/host_vars/carsharing.coop/config.yml +++ b/inventory/host_vars/carsharing.coop/config.yml @@ -27,6 +27,9 @@ system_administrators: - name: carla ssh_key: "{{ inventory_dir }}/../pub_keys/carla.pub" state: present + - name: jose + ssh_key: "{{ inventory_dir }}/../pub_keys/jose.pub" + state: present developers: [] diff --git a/inventory/host_vars/test.carsharing.coop/config.yml b/inventory/host_vars/test.carsharing.coop/config.yml index a5f672af0f25a57efa87119c65653f886726d719..125f984e47bbda715fd2a1aed736c90970b63c05 100644 --- a/inventory/host_vars/test.carsharing.coop/config.yml +++ b/inventory/host_vars/test.carsharing.coop/config.yml @@ -27,6 +27,9 @@ system_administrators: - name: carla ssh_key: "{{ inventory_dir }}/../pub_keys/carla.pub" state: present + - name: jose + ssh_key: "{{ inventory_dir }}/../pub_keys/jose.pub" + state: present developers: [] diff --git a/pub_keys/jose.pub b/pub_keys/jose.pub new file mode 100644 index 0000000000000000000000000000000000000000..6f4d8a100d0b5801902418b3cc424283e9ba263d --- /dev/null +++ b/pub_keys/jose.pub @@ -0,0 +1 @@ +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHUF2OygOgjJYA3w5g6qQERm4Jp97OUOL30Y+GZvqf+HEJzegGg1+8gueHUi9D1UorsPbtbXTT7MIiPtzt8PLPgQYU8NbfnvQr7GkhUdox289//S4AGmHBvITzhJAWMpjEfdnQHkwUPRBod+46p/QAWFzlr2b5vbHiVwh+omGdOl6LZmhFOSRX/eUQJfHEPQ9Y3a9bIf4Ej1pVDg6JLI4LCB/u+fD0qroCows5qrK3j1S/vljjup2ECNGKc7NeUfMSUxYAs9fOrxPvVtvIeZpmuoDS6OB62as0/rj5BoFp7NuWYwlLuRYyXa4DP1fGVNuGcAGjqJhxRpkSW9tvLN6o1SGWCuqHWTomVVU/6OIgsNbpQ1gJ731D4sadw8Z+Dha/Is+EEnRolzza+3mmA/yXRsWdS2PG72MuDWdKf/6F/caYh/5DcdfLFk89C+RzpdORPWSvg+d8fEAh5PZspd08ndkdW0UyUxJkShALqVEwCwwbPh+lmKQnJfUTirH+vGE= jrobles@somit-ThinkPad-T480