- Vim Script 57%
- Shell 43%
|
|
||
|---|---|---|
| group_vars | ||
| host_vars/raspshorian.example.com | ||
| roles | ||
| .gitignore | ||
| hosts | ||
| hosts-live.yml | ||
| hosts-staging.yml | ||
| LICENSE | ||
| playbook-ansible_control.yml | ||
| playbook-common_pre.yml | ||
| playbook-common_users.yml | ||
| playbook-site.yml | ||
| README.md | ||
| tasks-os_variance.yml | ||
Ansible Sample for RPi Article
Copyright (C) 2020 Daniel F. Dickinson
ARCHIVED
This archive is not longer maintained and may contain information that is out-of-date or simply wrong. Use at your own risk.
Overview
This Ansible sample repository demonstrates the use of Ansible to provision and manage a Raspberry Pi as an Ansible controller. It currently only handles provisioning from another host and then managing itself.
License
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.