Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zjleblanc/ansible-linux-mgmt
Ansible repository for managing Linux machines
https://github.com/zjleblanc/ansible-linux-mgmt
Last synced: 13 days ago
JSON representation
Ansible repository for managing Linux machines
- Host: GitHub
- URL: https://github.com/zjleblanc/ansible-linux-mgmt
- Owner: zjleblanc
- Created: 2023-01-30T17:47:45.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T17:12:45.000Z (15 days ago)
- Last Synced: 2024-11-05T17:42:42.876Z (15 days ago)
- Language: Jinja
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ansible-linux-mgmt
Ansible repository for content used to manage Linux servers
## Playbooks
| Name | Playbook | Documentation |
| --- | :---: | :---: |
| debug.yml | [📕](./playbooks/debug.yml) | [📝](./playbooks/docs/debug.md) |
| postgres.yml | [📕](./playbooks/postgres.yml) | [📝](./playbooks/docs/postgres.md) |
| python_script.yml | [📕](./playbooks/python_script.yml) | [📝](./playbooks/docs/python_script.md) |
| configure_nginx_site_ssl.yml | [📕](./playbooks/configure_nginx_site_ssl.yml) | [📝](./playbooks/docs/configure_nginx_site_ssl.md) |
| sql_query.yml | [📕](./playbooks/sql_query.yml) | [📝](./playbooks/docs/sql_query.md) |
| stage_updates.yml | [📕](./playbooks/stage_updates.yml) | [📝](./playbooks/docs/stage_updates.md) |## Roles
| Name | Tasks | Documentation |
| --- | :---: | :---: |
| proxmox_guest | [📋](./roles/proxmox_guest/tasks/main.yml) | [📝](./roles/proxmox_guest/README.md) |## Demos
| Purpose | Playbook | Documentation |
| --- | :---: | :---: |
| Register RHEL machine using subscription-manager | [📋](./demos/rhsm.yml) | [📝](./demos/docs/rhsm.md) |
| Install SQL Server on RHEL | [📋](./demos/sqlserver-rhel.yml) | [📝](./demos/docs/sqlserver-rhel.md) |
| Join RHEL machine to Active Directory Domain | [📋](./demos/join_ad_domain.yml) | [📝](./demos/docs/join-ad-domain.md) |
| Update login (or other) setting with lineinfile | _None_ | [📝](./demos/docs/min-pass-change.md) |
| Build Containers from template
Simulate building out multiple Containers with configurable options | [📋](./demos/proxmox_container_build.yml) | |