diff --git a/README.md b/README.md index 71493b8..96c6b13 100644 --- a/README.md +++ b/README.md @@ -317,25 +317,9 @@ The IAP and IAG binary files are hosted on the Itential Nexus repository. An acc ### Online Installation -The Itential Deployer can be installed via the `ansible-galaxy` utility. To do this, [configure Ansible][Ansible Configuration File] to use the Itential and Ansible Galaxy servers when installing collections. On your control node: +The Itential Deployer can be installed via the `ansible-galaxy` utility. -1. Create a blank file named `ansible.cfg` in your working directory. This will be your new Ansible configuration file. -2. Open `ansible.cfg` in a text editor and add the following. Be sure to supply the proper credentials where relevant. - - ```ini - [galaxy] - server_list = itential_galaxy, release_galaxy - - [galaxy_server.itential_galaxy] - url=https://registry.aws.itential.com/repository/ansible-galaxy/ - username= - password= - - [galaxy_server.release_galaxy] - url=https://galaxy.ansible.com/ - ``` - -3. Execute the following command to install the Itential Deployer: +On your control node, execute the following command to install the Itential Deployer: ```bash ansible-galaxy collection install itential.deployer @@ -356,10 +340,10 @@ Some of the following collections may already be installed on your control node. 1. Download the following collections from the provided links: - - [Itential Deployer] - - [Community General] - - [Community MongoDB] - - [Ansible POSIX] + - [Itential Deployer](https://galaxy.ansible.com/ui/repo/published/itential/deployer/) + - [Community General](https://galaxy.ansible.com/ui/repo/published/community/general/) + - [Community MongoDB](https://galaxy.ansible.com/ui/repo/published/community/mongodb/) + - [Ansible POSIX](https://galaxy.ansible.com/ui/repo/published/ansible/posix/) 2. Copy the downloaded collections to your control node. 3. Install the collections using the following command: diff --git a/galaxy.yml b/galaxy.yml index 95c9ad2..8dd0374 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -16,10 +16,11 @@ readme: README.md # A list of the collection's content authors. Can be just the name or in the format 'Full Name (url) # @nicks:irc/im.site#channel' authors: - - Peter Sprygada - - Steven Schattenberg - - Travis Nicks - - Kevin Velarde +- Steven Schattenberg +- Travis Nicks +- Kevin Velarde +- Peter Sprygada +- Nick Andreano ### OPTIONAL but strongly recommended # A short summary description of the collection @@ -39,8 +40,6 @@ license_file: 'LICENSE' tags: - itential - deployer - - automation-platform - - automation-gateway # Collections that this collection requires to be installed for it to be usable. The key of the dict is the # collection label 'namespace.name'. The value is a version range @@ -51,16 +50,16 @@ dependencies: 'community.mongodb': '>=0.0.1' # The URL of the originating SCM repository -repository: https://gitlab.com/itential/enablement-tools/ansible/itential-installer/itential-deployer +repository: https://github.com/itential/deployer # The URL to any online docs -documentation: https://docs.itential.com/docs/using-itential-deployer-2023-1 +documentation: https://github.com/itential/deployer/README.md # The URL to the homepage of the collection/project -homepage: https://gitlab.com/itential/enablement-tools/ansible/itential-installer/itential-deployer +homepage: https://galaxy.ansible.com/ui/repo/published/itential/deployer/ # The URL to the collection issue tracker -issues: https://gitlab.com/itential/enablement-tools/ansible/itential-installer/itential-deployer/-/issues +issues: https://github.com/itential/deployer/issues # A list of file glob-like patterns used to filter any files or directories that should not be included in the build # artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This diff --git a/meta/runtime.yml b/meta/runtime.yml index 20f709e..ef61b75 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,7 +1,7 @@ --- # Collections must specify a minimum required ansible version to upload # to galaxy -# requires_ansible: '>=2.9.10' +requires_ansible: '>=2.11.0' # Content that Ansible needs to load from another location or that has # been deprecated/removed diff --git a/roles/common_vars/README.md b/roles/common_vars/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/gateway/README.md b/roles/gateway/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/gateway_haproxy/README.md b/roles/gateway_haproxy/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/mongodb/README.md b/roles/mongodb/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/mongodb_auth/README.md b/roles/mongodb_auth/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/mongodb_common/README.md b/roles/mongodb_common/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/mongodb_replication/README.md b/roles/mongodb_replication/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/mongodb_tls/README.md b/roles/mongodb_tls/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/offline/README.md b/roles/offline/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/os/README.md b/roles/os/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/platform/README.md b/roles/platform/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/platform_app_artifact/README.md b/roles/platform_app_artifact/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/prometheus/README.md b/roles/prometheus/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/python/README.md b/roles/python/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/rabbitmq/README.md b/roles/rabbitmq/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/rabbitmq_cluster/README.md b/roles/rabbitmq_cluster/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/rabbitmq_ssl/README.md b/roles/rabbitmq_ssl/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/redis/README.md b/roles/redis/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/redis_auth/README.md b/roles/redis_auth/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/redis_replication/README.md b/roles/redis_replication/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/selinux/README.md b/roles/selinux/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/vault/README.md b/roles/vault/README.md new file mode 100644 index 0000000..e69de29 diff --git a/roles/vault_unseal/README.md b/roles/vault_unseal/README.md new file mode 100644 index 0000000..e69de29