ansible:start

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
ansible:start [12/02/2021 15:26]
dani
ansible:start [12/02/2021 17:23] (Version actuelle)
dani
Ligne 5: Ligne 5:
 ===== First steps ===== ===== First steps =====
  
-Before you can use our ansible roles, you'll have to setup a few things. Follow [[basic:start|this guide]] for this.+Before you can use our ansible roles, you'll have to setup a few things. Follow [[.basic:start|this guide]] for this.
  
-===== OpenXPKI =====+===== How roles are configured ===== 
 + 
 +This [[.basic:role_config|this guide]] for a quick explanation of how roles are used and configured 
 + 
 +===== Create a playbook ===== 
 + 
 +Ansible will read what is called a playbook to know what it has to do, on which hosts, on which order. See [[.basic:playbooks|this guide]] for a quick introduction on playbooks. 
 + 
 +===== Common role ===== 
 + 
 +A lot of roles are dependant on other ones, and most expect the common role to be deployed. The common role will configure lots of things on the system, like 
 + 
 +  * Configure LDAP or AD authentication (if needed) 
 +  * Setup sudo rules for administrator groups 
 +  * Deploy ssh keys of your admins 
 +  * System tuning (swapiness, specific sysctl etc.) 
 + 
 +Here's [[.basic:role_common|a guide]] for the most relevant variables if you want to use this role 
 + 
 +===== Other roles ===== 
 + 
 + 
 +==== OpenXPKI ====
  
   * [[.:openxpki:upgrade_el8|Upgrade from EL7 to EL8]]   * [[.:openxpki:upgrade_el8|Upgrade from EL7 to EL8]]
  
-===== Graylog =====+==== Graylog ====
  
   * [[.:graylog:upgrade_el8|Upgrade from EL7 to EL8]]   * [[.:graylog:upgrade_el8|Upgrade from EL7 to EL8]]
  
-===== Appsmith =====+==== Appsmith ====
  
   * [[.:appsmith:install_el8|Install Appsmith on EL8]]   * [[.:appsmith:install_el8|Install Appsmith on EL8]]
  • ansible/start.1613139965.txt.gz
  • Dernière modification: 12/02/2021 15:26
  • de dani