Giter Site home page Giter Site logo

ansible-role-automic's Introduction

UC4/Automic Configuration

Ansible role that installs UC4/Automic on RedHat 7

Requirements

None.

Dependencies

None.

Notes

This role configures UC4 Unix service manager and agent. It pulls the binaries down from a repository, such as Artifactory.

The UC4 user (default uc4) that is created uses both a password and uploads a public key.

For encrypting the password, see : https://docs.ansible.com/ansible/latest/reference_appendices/faq.html#how-do-i-generate-crypted-passwords-for-the-user-module

For example:

ansible all -i localhost, -m debug -a "msg={{ 'mypassword' | password_hash('sha512', 'mysecretsalt') }}"

And set the output to the encrypted_uc4_user_pass variable

Variables

Example of the minimum variables to set are:

encrypted_uc4_user_pass:

uc4_rsapub: ssh-rsa AAAJFDSASDLKJF......

servicemanager_archive_location: "<path_to_servicemanage_archive>"

agent_archive_location: "<url_to_agent_archive>"

automic_ae_server_host: "my.host.com"

automic_ae_server_port: 2217

Common defaults that you may wish to override:

licence_class: 'V' #[sic] automic_runtime_user_name: 'uc4'

automic_runtime_group_name: 'uc4'

automic_runtime_user_id: '601'

automic_runtime_group_id: '601'

automic_name: 'UC4'

automic_system_name: 'UC4'

License

MIT / BSD

Maintainer Information

University of Colorado [email protected]

ansible-role-automic's People

Contributors

jshure avatar

Watchers

Steve Taylor avatar James Cloos avatar  avatar

Forkers

vijayram0690

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.