Set up group project for Fortitude Networking #15

Closed
xdovahkinx wants to merge 11 commits from (deleted):master into master
Contributor

Ok; So the goal of this PR is to do the following:

  • Add a group "fortitude", which will be the group for the project
  • Add three users, with the group. These users are all the individuals that will be involved, not including myself. Each has their own private/public keypair.

What I still need:

  • Add my user to the group
  • Create the project directory.

This is kinda my first time fucking with ansible, so I am not sure if everything is correct and where it needs to be.
I did NOT check the syntax, as I made all the changes on tildegit directly, rather than cloning the repo and running the files, if they don't pass a lookover, then I will do so (thenafter posting in a new PR).

Ok; So the goal of this PR is to do the following: - Add a group "fortitude", which will be the group for the project - Add three users, with the group. These users are all the individuals that will be involved, not including myself. Each has their own private/public keypair. What I still need: - Add my user to the group - Create the project directory. This is kinda my first time fucking with ansible, so I am not sure if everything is correct and where it needs to be. I did NOT check the syntax, as I made all the changes on tildegit directly, rather than cloning the repo and running the files, if they don't pass a lookover, then I will do so (thenafter posting in a new PR).
First-time contributor

Only three issues.

roles/shell/tasks/users/warcall22.yml, the rsa key is broken by line breaks. Those need to be removed.

include: users/fncso.yml is declared twice in users.yml.

And lastly, tilde should be added to the group memberships as well.

Once those are cleaned up, it'd be ready for a merge. The first two can be caught by running the playbook with the --syntax flag, for future note.

Only three issues. roles/shell/tasks/users/warcall22.yml, the rsa key is broken by line breaks. Those need to be removed. include: users/fncso.yml is declared twice in users.yml. And lastly, tilde should be added to the group memberships as well. Once those are cleaned up, it'd be ready for a merge. The first two can be caught by running the playbook with the --syntax flag, for future note.
xdovahkinx closed this pull request 2019-07-23 08:54:57 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.