One node is active, others are on standby waiting for a failure to take over.
Primary server runs. Secondary server is off/idle until Primary fails.
class Active–Passive:\n def __init__(self):\n pass\n\n def execute(self):\n print('Executing Active–Passive')