All Projects → ligurio → Openbsd Cookbooks

ligurio / Openbsd Cookbooks

Licence: isc
Setup environment in OpenBSD using Ansible playbook

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Openbsd Cookbooks

Awx Ha Instancegroup
Build AWX clustering on Docker Standalone Installation
Stars: ✭ 106 (+32.5%)
Mutual labels:  automation, ansible, playbook
Rocket.chat.ansible
Deploy Rocket.Chat with Ansible!
Stars: ✭ 80 (+0%)
Mutual labels:  automation, ansible, playbook
Centos7 Cis
Ansible CentOS 7 - CIS Benchmark Hardening Script
Stars: ✭ 64 (-20%)
Mutual labels:  automation, ansible, ansible-playbooks
Macbook Playbook
Ansible playbook to prepare and maintain macOS for development and desktop use
Stars: ✭ 117 (+46.25%)
Mutual labels:  automation, ansible, ansible-playbooks
Terrible
An Ansible playbook that apply the principle of the Infrastructure as Code on a QEMU/KVM environment.
Stars: ✭ 161 (+101.25%)
Mutual labels:  automation, ansible, playbook
Mac Dev Playbook
Mac setup and configuration via Ansible.
Stars: ✭ 4,202 (+5152.5%)
Mutual labels:  automation, ansible, playbook
Ansible Playbooks
Playbooks for automating server procedures based on our Community guides
Stars: ✭ 285 (+256.25%)
Mutual labels:  automation, ansible, ansible-playbooks
Ansiblecm
A Docker based Ansible control machine for running playbooks in a consistent environment.
Stars: ✭ 26 (-67.5%)
Mutual labels:  automation, ansible, playbook
Stonic
Stonic Application
Stars: ✭ 61 (-23.75%)
Mutual labels:  automation, configuration-management
Graphite Stack Ansible Vagrant
Provision a complete Graphite, StatsD & Grafana install using Ansible and (optionally) Vagrant
Stars: ✭ 62 (-22.5%)
Mutual labels:  ansible, playbook
Ubuntu Dev Machine Setup
Configure your Ubuntu 20.04 LTS and 20.10 Desktop
Stars: ✭ 63 (-21.25%)
Mutual labels:  ansible, ansible-playbooks
Ansible Playbook
Ansible playbook to deploy distributed technologies
Stars: ✭ 61 (-23.75%)
Mutual labels:  ansible, ansible-playbooks
Vpn At Home
1-click, self-hosted deployment of OpenVPN with DNS ad blocking sinkhole
Stars: ✭ 1,106 (+1282.5%)
Mutual labels:  ansible, openbsd
Ansible Role Gitea
Ansible role to deploy a Gitea instance
Stars: ✭ 58 (-27.5%)
Mutual labels:  automation, ansible
Ansible Kafka
Ansible Kafka role
Stars: ✭ 64 (-20%)
Mutual labels:  automation, ansible
Ansible Letsencrypt
Ansible role for LetsEncrypt
Stars: ✭ 66 (-17.5%)
Mutual labels:  ansible, playbook
Ansible Prometheus
Ansible playbook for installing Prometheus monitoring system, exporters such as: node, snmp, blackbox, thus alert manager and push gateway
Stars: ✭ 69 (-13.75%)
Mutual labels:  ansible, playbook
Openfaas On Digitalocean
Ansible playbook to create a Digital Ocean droplet and deploy OpenFaaS onto it.
Stars: ✭ 57 (-28.75%)
Mutual labels:  ansible, playbook
Splunkenizer
Ansible framework providing a fast and simple way to spin up complex Splunk environments.
Stars: ✭ 73 (-8.75%)
Mutual labels:  ansible, ansible-playbooks
Cisco ios
Ansible Network Cisco IOS Provider Role
Stars: ✭ 72 (-10%)
Mutual labels:  automation, ansible

OpenBSD cookbooks

This repository contains an Ansible playbook and set of roles for configuring an OpenBSD installation on a ThinkPad X1 Carbon laptop.

Usage

  • list all tasks that would be executed:
$ ansible-playbook --ask-become-pass --list-tasks -l localhost machine.yml
  • when changing files and templates, show the differences in those files:
$ ansible-playbook --ask-become-pass --check --diff -i hosts -l pony machine.yml
  • runs playbook with executing the defined tasks:
$ ansible-playbook --ask-become-pass -i hosts -l pony machine.yml

License

/*
 * Copyright (c) 2014-2018 Sergey Bronnikov <[email protected]>
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

See also

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].
OSZAR »