An example Ansible environment for blog post on RPi as Ansible controller https://www.wildtechgarden.ca/deploy-admin/self-host/raspberry-pi-as-an-ansible-server/
  • Vim Script 57%
  • Shell 43%
Find a file
Daniel F. Dickinson 7375df4330
Update README.md with archived note (#2)
Signed-off-by: Daniel F. Dickinson <daniel@wildtechgarden.ca>
2023-05-20 06:01:23 -04:00
group_vars Initial import 2020-01-24 12:08:20 -05:00
host_vars/raspshorian.example.com Fix default ansible control user home dir 2020-01-29 22:36:41 -05:00
roles Revert "Use the 1min loadavg in tmux status bar" 2020-01-26 23:57:16 -05:00
.gitignore Initial import 2020-01-24 12:08:20 -05:00
hosts Initial import 2020-01-24 12:08:20 -05:00
hosts-live.yml Initial import 2020-01-24 12:08:20 -05:00
hosts-staging.yml Fix host classification 2020-01-26 22:47:53 -05:00
LICENSE Add License and Readme 2020-01-24 19:47:22 -05:00
playbook-ansible_control.yml Split common into pre and post user creation 2020-01-26 22:34:36 -05:00
playbook-common_pre.yml Split common into pre and post user creation 2020-01-26 22:34:36 -05:00
playbook-common_users.yml Split common into pre and post user creation 2020-01-26 22:34:36 -05:00
playbook-site.yml Split common into pre and post user creation 2020-01-26 22:34:36 -05:00
README.md Update README.md with archived note (#2) 2023-05-20 06:01:23 -04:00
tasks-os_variance.yml Initial import 2020-01-24 12:08:20 -05:00

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.