aboutsummaryrefslogtreecommitdiffstats
path: root/server_bootstrap.sh (unfollow)
Commit message (Collapse)AuthorLines
2023-03-06Bump ansible from 7.2.0 to 7.3.0 (#89)Gravatar dependabot[bot]-1/+1
Bumps [ansible](https://github.com/ansible/ansible) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/commits) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-04Match casing of task handlersGravatar GDWR-5/+5
Ansible is case sensitive when specifying a handler
2023-02-27Bump pre-commit from 3.0.4 to 3.1.0 (#86)Gravatar dependabot[bot]-1/+1
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.0.4 to 3.1.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.0.4...v3.1.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-22Only install `python3-pip` on `control` as it is required to install ansibleGravatar GDWR-2/+2
2023-02-22add snippet about world writable ansible dir on windows causing permissions ↵Gravatar Bradley Reynolds-1/+5
errors Signed-off-by: Bradley Reynolds <[email protected]>
2023-02-22Add `local_testing` utilizing vagrant and virtualbox to create an ↵Gravatar GDWR-0/+204
environment that we can test ansible updates in
2023-02-22Bump SebastiaanZ/github-status-embed-for-discord to 0.3.0Gravatar Chris Lovering-10/+1
This also removes the need to pass some of the keys, so those have been removed.
2023-02-22Bump CI action versions to latestGravatar Chris Lovering-5/+5
2023-02-22Pin dependencies & resolve ansible-lint failures (#79)Gravatar GDWR-9/+32
* Use uppercase for all names * Pin `requirements.txt` versions * Add `dependabot.yml`
2023-02-08Update & Deploy Kubespray (#77)Gravatar Hassan Abouelela-32/+1938
* Move Kubespray Inventory Move the kuberspray inventory to the repo root to make accessing it easier, and unify inventories. * Document Kubespray Deploy Instructions Signed-off-by: Hassan Abouelela <[email protected]> * Ignore Kubespray In Ansible Lint Signed-off-by: Hassan Abouelela <[email protected]> * Fix Ansible Lint The `.github` folder was inappropriately being included in linting due to actions being in yaml format. Signed-off-by: Hassan Abouelela <[email protected]> --------- Signed-off-by: Hassan Abouelela <[email protected]>
2023-02-08Add MOTD and sudo lecture roles (#76)Gravatar ChrisJL-0/+39
2022-12-21Update bootstrap script to use shorturl (#75)Gravatar ChrisJL-1/+1
2022-12-21Add instructions to the bootstrap script (#74)Gravatar ChrisJL-1/+9
* Add instructions to the bootstrap script * Make the .ssh folder before making a file within