From 9bc94f2f3158752410022790d187114be4d8b709 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Thu, 27 Dec 2018 08:55:35 -0500 Subject: [PATCH 1/4] Update 'roles/shell/tasks/users.yml' --- roles/shell/tasks/users.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index c2b1ce8..61513b9 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -18,4 +18,7 @@ - include: users/redhat.yml - include: users/gokce.yml - include: users/r.yml -- include: users/brendantcc.yml \ No newline at end of file +- include: users/brendantcc.yml +- include: users/logique.yml +- include: users/dragon.yml +- include: users/hawaii.yml \ No newline at end of file From 667e06e403ad2ca45dae202fcf282d00dcc9ee72 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Thu, 27 Dec 2018 16:16:02 -0500 Subject: [PATCH 2/4] New user: dragon --- roles/shell/tasks/users/dragon.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 roles/shell/tasks/users/dragon.yml diff --git a/roles/shell/tasks/users/dragon.yml b/roles/shell/tasks/users/dragon.yml new file mode 100644 index 0000000..7a9efce --- /dev/null +++ b/roles/shell/tasks/users/dragon.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up dragon + user: + name: dragon + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/dragon +- authorized_key: + user: dragon + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAiTffs6/7aX+ldaTIZEIHwa3NMJLDqQLGcR3qtyH3t8UE0QvL/alr2qoR+d8I/wn1zHUAONpSCooIOaJ+qsb/awzDPSzbkzRCjD60LSJ5cWjECdWvgeWwHKvQxbX7wr9cjh4rKgsiWBhScUZu2aTgVaazLy9TNOKpIfLVojWjR5mqw5mXeQP3xv3eCNoDByDSQ7CBaYZa+RWCXOHSbADgzjsjr3THZzNvgw+o9BljLzOrPfn8Aqh59t8dLpHZoXJIyN5cRkU8n3oFBHZznP3w304xezqcBi25NGS681GbTlz6C4rpQdKXDExykuW/Qg02D+Pwq4KVen/YIjLhoT6Caw==" \ No newline at end of file From eed3cba9515c8543db5ad3a6b0177a2995a5943d Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Thu, 27 Dec 2018 16:16:27 -0500 Subject: [PATCH 3/4] New user: spanmer --- roles/shell/tasks/users/spanmer.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 roles/shell/tasks/users/spanmer.yml diff --git a/roles/shell/tasks/users/spanmer.yml b/roles/shell/tasks/users/spanmer.yml new file mode 100644 index 0000000..b2e1309 --- /dev/null +++ b/roles/shell/tasks/users/spanmer.yml @@ -0,0 +1,15 @@ +--- +- name: Setting up spanmer + user: + name: spanmer + groups: tilde + state: present + skeleton: /etc/skel + shell: /bin/bash + system: no + createhome: yes + home: /home/spanmer +- authorized_key: + user: spanmer + state: present + key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOt6C0btvDjOaa/yW8Z15GJwWzLzCiheaSdEfAaHD4wm0a7Fyaw36z5aX9o3kmm+1BbvqccYQA+xRwTGUF5fOkT7niKg0HGxfUTYeyPEp2wMnBWjJ+uUiaZAOv23nWzXtQ+pbKChsT8dpDX8H5mKEjRB4vIBEOROgTVPo1A95XTV2rQAujgbatzT6qNTBbysd9vJO+4C0G+nwHeY9fhDLGYJnwYnh0dOyj69uo8x2DauTXSyxDnQ1cSoGalIcvDFMN+b3hsQvBakPSbHMIPN1r7xxWKdNVQ5Mc5OGQi7CIntYKM9RNqcZK5Zc/zDwgpHnX00FXDhzVVDI45h2misAP leandro@canaima-educativo" \ No newline at end of file From e1e273e4a1a043f0d148e111bf3f3ef9c38a6b85 Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Thu, 27 Dec 2018 16:16:43 -0500 Subject: [PATCH 4/4] Update 'roles/shell/tasks/users.yml' --- roles/shell/tasks/users.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/shell/tasks/users.yml b/roles/shell/tasks/users.yml index 61513b9..4bd2cbe 100644 --- a/roles/shell/tasks/users.yml +++ b/roles/shell/tasks/users.yml @@ -19,6 +19,5 @@ - include: users/gokce.yml - include: users/r.yml - include: users/brendantcc.yml -- include: users/logique.yml - include: users/dragon.yml -- include: users/hawaii.yml \ No newline at end of file +- include: users/spanmer.yml \ No newline at end of file