@@ -792,6 +792,7 @@ node_templates:
792
792
groups:
793
793
- name:
794
794
kernel_options:
795
+ redhat_subscription:
795
796
physical_interfaces:
796
797
ipmi:
797
798
- switch:
@@ -867,16 +868,21 @@ node_templates:
867
868
| hostname_prefix: | domain: ibm.com | installation image (with or without the'.iso' extension).| |
868
869
| domain: | profile: ubuntu-14.04-server-ppc64el | | *install_device * - Path to installation disk device. | |
869
870
| profile: | install_device: /dev/sda | | |
870
- | install_device: | users: | | Optional keys: | |
871
- | users: | - name: root | | *hostname_prefix * - Prefix used to assign hostnames to client nodes | |
872
- | - name: | password: <crypted password> | belonging to this node template. A "-" and | |
873
- | password: | - name: user1 | enumeration is added to the end of the prefix to | |
874
- | groups: | password: <crypted password> | make a unique hostname for each client node | |
875
- | - name: | groups: sudo,testgroup1 | (e.g. "controller-1" and "controoler-2"). | |
876
- | kernel_options: | groups: | | *domain * - Domain name used to set client FQDN. | |
877
- | | - name: testgroup1 | (e.g. with 'domain: ibm.com': controller-1.ibm.com) | |
878
- | | - name: testgroup2 | (e.g. without 'domain' value: controller-1.localdomain) | |
879
- | | kernel_options: quiet | | *users * - OS user accounts to create. All parameters in the | |
871
+ | install_device: | users: | | *profile * - Cobbler profile to use for OS installation. This | |
872
+ | users: | - name: root | name usually should match the name of the | |
873
+ | - name: | password: <crypted password> | installation image (with or without the'.iso' extension).| |
874
+ | password: | - name: user1 | | *install_device * - Path to installation disk device. | |
875
+ | groups: | password: <crypted password> | | |
876
+ | - name: | groups: sudo,testgroup1 | | Optional keys: | |
877
+ | kernel_options: | groups: | | *hostname_prefix * - Prefix used to assign hostnames to client nodes | |
878
+ | redhat_subscription: | - name: testgroup1 | belonging to this node template. A "-" and | |
879
+ | | - name: testgroup2 | enumeration is added to the end of the prefix to | |
880
+ | | kernel_options: quiet | make a unique hostname for each client node | |
881
+ | | redhat_subscription: | (e.g. "controller-1" and "controoler-2"). | |
882
+ | | state: present | | *domain * - Domain name used to set client FQDN. | |
883
+ | | username: joe_user | (e.g. with 'domain: ibm.com': controller-1.ibm.com) | |
884
+ | | password: somepass | (e.g. without 'domain' value: controller-1.localdomain) | |
885
+ | | auto_attach: true | | *users * - OS user accounts to create. All parameters in the | |
880
886
| | | `Ansible user module <ansible_user_module _>`_ are | |
881
887
| | | supported. **note: ** Plaintext user passwords are not | |
882
888
| | | supported. For help see | |
@@ -885,6 +891,9 @@ node_templates:
885
891
| | | group module <ansible_group_module _>`_ are | |
886
892
| | | supported. | |
887
893
| | | | *kernel_options * - Kernel options | |
894
+ | | | | *redhat_subscription * - Manage RHEL subscription. All parameters in the | |
895
+ | | | `Ansible redhat_subscription module | |
896
+ | | | <ansible_rhel_sub_module _>`_ are supported. | |
888
897
| | | | |
889
898
+------------------------------------+-----------------------------------------------+----------------------------------------------------------------------------------+----------+
890
899
| .. _node_templates_physical_ints: | | | |
@@ -1026,6 +1035,7 @@ node_templates:
1026
1035
.. _ansible_user_module : http://docs.ansible.com/ansible/latest/user_module.html
1027
1036
.. _gen_pass : http://docs.ansible.com/ansible/latest/reference_appendices/faq.html#how-do-i-generate-crypted-passwords-for-the-user-module
1028
1037
.. _ansible_group_module : http://docs.ansible.com/ansible/latest/group_module.html
1038
+ .. _ansible_rhel_sub_module : http://docs.ansible.com/ansible/latest/modules/redhat_subscription_module.html
1029
1039
1030
1040
1031
1041
software_bootstrap:
0 commit comments