Giter VIP home page Giter VIP logo

irix_ansible's Introduction

Overview

Configures an already-installed IRIX system.

Requirements

  • Host with ansible installed
  • IRIX target host with telnet available

Usage:

Make a new file ~/.vault_pass.txt with your vault password in it. If your password is 'password', the file will only contain 'password'.

Delete group_vars/default/vault.yml , and make your own file that looks like this:

---
su_password: your_passwd

Then encrypt it:

ansible-vault encrypt group_vars/default/vault.yml --vault-password-file ~/.vault_pass.txt

Phase 1

Examine and modify the inventory.yml file (in the top level directory) to match your local requirements.

Run the bootstrap playbook on a system that has just been installed. It expects the root password to be blank.

This playbook will

  • create an 'ansible' user
  • copy several bundles via ftp
  • install wget, python, and openssh
  • start sshd
ansible-playbook -i inventory.yml bootstrap.yml --vault-password-file ~/.vault_pass.txt

Phase 2

Examine and modify the master_setup playbook to your liking, then run it. You can comment out unneeded roles.

  • be sure and change the username at the bottom of master_setup to your selected user for the SGI

The master_setup playbook currently

  • installs nekodeps
  • installs base packages
  • sets up bash as an available shell
  • adds a user
  • enables remote x11
  • configures ntp
  • installs findutils
  • performs security hardening
ansible-playbook  -i inventory.yml -u ansible master_setup.yml -k  --become-method=su --vault-password-file ~/.vault_pass.txt

When prompted for "SSH password", enter 'ansible'.

When provisioning on OSX you need the sshpass package:

brew install http://git.io/sshpass.rb

Reading

http://www.sillypages.org/sgi http://nixdoc.net/man-pages/irix/man1/pwconv.1.html

https://techpubs.jurassic.nl/manuals/0650/admin/IA_ConfigOps/sgi_html/index.html https://techpubs.jurassic.nl/manuals/0650/admin/IA_ConfigOps/sgi_html/ch05.html#LE15895-PARENT

irix_ansible's People

Contributors

docter60 avatar lassehe avatar mjsmith707 avatar unxmaal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.